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-08T23:25:27.463Z||main|||||INFO|500||The following profiles are active: basic
2022-12-08T23:25:40.524Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-08T23:25:40.526Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-08T23:25:40.680Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-08T23:25:46.231Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-08T23:25:46.724Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-08T23:25:47.411Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-08T23:25:47.424Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-08T23:25:47.560Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-08T23:25:47.821Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-08T23:25:48.490Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-08T23:25:50.480Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T23:25:53.368Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T23:25:53.448Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-08T23:25:54.209Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-08T23:25:54.510Z||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-08T23:25:56.654Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-08T23:25:58.048Z||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-08T23:25:58.786Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-12-08T23:25:58.787Z||main|||||ERROR|500||(conn=1466) Table 'catalogdb.activity_spec' doesn't exist
2022-12-08T23:25:58.818Z||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-08T23:26:03.008Z||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-08T23:26:07.600Z||main|||||WARN|500||---
2022-12-08T23:26:07.601Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-08T23:26:07.601Z||main|||||WARN|500||---
2022-12-08T23:26:08.191Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-08T23:26:14.577Z||main|||||INFO|500||Started Application in 51.258 seconds (JVM running for 53.687)
2022-12-08T23:26:14.616Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-08T23:26:14.620Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-08T23:26:14.637Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-08T23:26:14.664Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-08T23:26:14.714Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7c1645cd-df69-45a6-af7b-c0c404ccdebf url= /sdc/v1/artifactTypes
2022-12-08T23:26:14.715Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-08T23:26:14.902Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-08T23:26:14.933Z||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-08T23:26:14.958Z||scheduling-1|||||DEBUG|500||create keys
2022-12-08T23:26:14.969Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-08T23:26:15.198Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:26:15.220Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= feeca5e1-9cf1-4420-9f99-487821918ce6 url= /sdc/v1/registerForDistribution
2022-12-08T23:26:15.494Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= feeca5e1-9cf1-4420-9f99-487821918ce6 url= /sdc/v1/registerForDistribution
2022-12-08T23:26:15.495Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-08T23:26:15.511Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:26:15.510Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:26:15.516Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-08T23:26:15.521Z||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-08T23:26:15.522Z||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-08T23:26:15.522Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:26:15.523Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:26:26.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:26:26.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:27:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:27:15.509Z||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-08T23:27:15.513Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:27:15.514Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:27:15.525Z||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-08T23:27:15.525Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:27:25.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:27:25.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:28:15.503Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:28:15.504Z||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-08T23:28:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:28:15.507Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:28:15.508Z||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-08T23:28:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:28:25.237Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:28:25.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:29:15.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:29:15.507Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:29:15.507Z||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-08T23:29:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:29:15.508Z||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-08T23:29:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:29:25.069Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:29:25.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:30:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:30:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:30:15.508Z||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-08T23:30:15.508Z||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-08T23:30:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:30:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:30:25.098Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:30:25.098Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:31:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:31:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:31:15.507Z||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-08T23:31:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:31:15.510Z||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-08T23:31:15.510Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:31:25.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:31:25.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:32:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:32:15.504Z||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-08T23:32:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:32:15.506Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:32:15.508Z||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-08T23:32:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:32:25.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:32:25.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:33:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:33:15.504Z||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-08T23:33:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:33:15.507Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:33:15.508Z||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-08T23:33:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:33:25.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:33:25.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:34:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:34:15.505Z||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-08T23:34:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:34:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:34:15.507Z||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-08T23:34:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:34:25.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:34:25.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:35:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:35:15.504Z||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-08T23:35:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:35:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:35:15.507Z||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-08T23:35:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:35:25.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:35:25.070Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:36:09.822Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-08T23:36:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:36:15.505Z||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-08T23:36:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:36:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:36:15.507Z||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-08T23:36:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:36:25.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:36:25.088Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:37:15.504Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:37:15.505Z||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-08T23:37:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:37:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:37:15.507Z||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-08T23:37:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:37:25.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:37:25.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:38:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:38:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:38:15.507Z||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-08T23:38:15.507Z||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-08T23:38:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:38:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:38:25.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:38:25.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:39:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:39:15.504Z||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-08T23:39:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:39:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:39:15.507Z||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-08T23:39:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:39:25.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:39:25.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:40:15.503Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:40:15.504Z||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-08T23:40:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:40:15.507Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:40:15.507Z||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-08T23:40:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:40:25.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:40:25.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:41:15.504Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:41:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:41:15.507Z||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-08T23:41:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:41:15.507Z||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-08T23:41:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:41:25.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:41:25.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:42:15.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:42:15.505Z||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-08T23:42:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:42:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:42:15.507Z||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-08T23:42:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:42:25.091Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:42:25.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:43:15.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:43:15.504Z||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-08T23:43:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:43:15.507Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:43:15.508Z||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-08T23:43:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:43:25.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:43:25.065Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:44:15.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:44:15.504Z||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-08T23:44:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:44:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:44:15.507Z||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-08T23:44:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:44:25.090Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:44:25.098Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:45:15.503Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:45:15.506Z||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-08T23:45:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:45:15.507Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:45:15.507Z||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-08T23:45:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:45:25.057Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:45:25.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:46:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:46:15.507Z||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-08T23:46:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:46:15.508Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:46:15.509Z||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-08T23:46:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:46:25.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:46:25.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:47:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:47:15.504Z||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-08T23:47:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:47:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:47:15.507Z||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-08T23:47:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:47:25.063Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:47:25.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:48:15.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:48:15.506Z||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-08T23:48:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:48:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:48:15.507Z||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-08T23:48:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:48:25.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:48:25.095Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:49:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:49:15.504Z||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-08T23:49:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:49:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:49:15.508Z||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-08T23:49:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:49:25.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:49:25.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:50:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:50:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:50:15.507Z||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-08T23:50:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:50:15.507Z||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-08T23:50:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:50:25.069Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:50:25.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:51:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:51:15.505Z||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-08T23:51:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:51:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:51:15.507Z||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-08T23:51:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:51:25.093Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:51:25.094Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:52:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:52:15.505Z||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-08T23:52:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:52:15.507Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:52:15.507Z||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-08T23:52:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:52:25.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:52:25.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:53:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:53:15.506Z||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-08T23:53:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:53:15.506Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:53:15.507Z||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-08T23:53:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:53:25.099Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:53:25.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:54:15.504Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:54:15.506Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:54:15.507Z||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-08T23:54:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:54:15.507Z||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-08T23:54:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:54:25.060Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:54:25.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:55:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:55:15.507Z||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-08T23:55:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:55:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:55:15.507Z||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-08T23:55:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:55:25.066Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:55:25.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:56:15.503Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:56:15.504Z||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-08T23:56:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:56:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:56:15.507Z||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-08T23:56:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:56:25.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:56:25.086Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:57:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:57:15.505Z||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-08T23:57:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:57:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:57:15.507Z||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-08T23:57:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:57:25.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:57:25.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:58:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:58:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:58:15.507Z||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-08T23:58:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:58:15.508Z||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-08T23:58:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:58:25.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:58:25.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:59:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:59:15.504Z||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-08T23:59:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:59:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T23:59:15.507Z||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-08T23:59:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-08T23:59:25.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T23:59:25.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:00:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:00:15.504Z||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-09T00:00:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:00:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:00:15.507Z||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-09T00:00:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:00:25.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:00:25.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:01:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:01:15.507Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:01:15.507Z||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-09T00:01:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:01:15.507Z||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-09T00:01:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:01:25.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:01:25.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:02:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:02:15.506Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:02:15.508Z||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-09T00:02:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:02:15.508Z||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-09T00:02:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:02:25.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:02:25.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:03:15.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:03:15.506Z||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-09T00:03:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:03:15.507Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:03:15.508Z||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-09T00:03:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:03:25.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:03:25.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:04:15.507Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:04:15.509Z||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-09T00:04:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:04:15.507Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:04:15.518Z||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-09T00:04:15.519Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:04:25.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:04:25.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:05:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:05:15.504Z||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-09T00:05:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:05:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:05:15.507Z||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-09T00:05:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:05:25.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:05:25.091Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:06:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:06:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:06:15.507Z||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-09T00:06:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:06:15.507Z||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-09T00:06:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:06:25.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:06:25.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:07:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:07:15.504Z||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-09T00:07:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:07:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:07:15.507Z||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-09T00:07:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:07:25.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:07:25.088Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:08:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:08:15.504Z||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-09T00:08:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:08:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:08:15.507Z||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-09T00:08:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:08:25.087Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:08:25.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:09:15.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:09:15.506Z||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-09T00:09:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:09:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:09:15.507Z||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-09T00:09:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:09:25.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:09:25.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:10:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:10:15.505Z||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-09T00:10:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:10:15.507Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:10:15.507Z||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-09T00:10:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:10:25.060Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:10:25.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:11:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:11:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:11:15.507Z||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-09T00:11:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:11:15.508Z||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-09T00:11:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:11:25.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:11:25.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:12:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:12:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:12:15.506Z||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-09T00:12:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:12:15.508Z||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-09T00:12:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:12:25.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:12:25.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:13:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:13:15.505Z||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-09T00:13:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:13:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:13:15.507Z||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-09T00:13:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:13:25.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:13:25.086Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:14:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:14:15.504Z||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-09T00:14:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:14:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:14:15.507Z||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-09T00:14:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:14:25.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:14:25.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:15:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:15:15.504Z||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-09T00:15:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:15:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:15:15.507Z||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-09T00:15:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:15:25.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:15:25.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:16:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:16:15.505Z||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-09T00:16:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:16:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:16:15.507Z||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-09T00:16:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:16:25.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:16:25.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:17:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:17:15.506Z||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-09T00:17:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:17:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:17:15.507Z||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-09T00:17:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:17:25.062Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:17:25.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:18:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:18:15.505Z||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-09T00:18:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:18:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:18:15.507Z||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-09T00:18:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:18:25.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:18:25.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:19:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:19:15.505Z||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-09T00:19:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:19:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:19:15.507Z||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-09T00:19:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:19:25.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:19:25.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:20:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:20:15.505Z||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-09T00:20:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:20:15.506Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:20:15.507Z||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-09T00:20:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:20:25.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:20:25.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:21:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:21:15.506Z||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-09T00:21:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:21:15.507Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:21:15.507Z||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-09T00:21:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:21:25.113Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:21:25.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:22:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:22:15.506Z||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-09T00:22:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:22:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:22:15.507Z||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-09T00:22:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:22:25.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:22:25.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:23:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:23:15.505Z||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-09T00:23:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:23:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:23:15.508Z||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-09T00:23:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:23:25.111Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:23:25.114Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:24:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:24:15.504Z||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-09T00:24:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:24:15.507Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:24:15.507Z||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-09T00:24:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:24:25.087Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:24:25.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:25:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:25:15.506Z||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-09T00:25:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:25:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:25:15.507Z||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-09T00:25:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:25:25.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:25:25.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:26:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:26:15.505Z||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-09T00:26:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:26:15.507Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:26:15.508Z||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-09T00:26:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:26:25.058Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:26:25.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:27:15.504Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:27:15.505Z||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-09T00:27:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:27:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:27:15.507Z||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-09T00:27:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:27:25.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:27:25.076Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:28:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:28:15.504Z||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-09T00:28:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:28:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:28:15.507Z||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-09T00:28:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:28:25.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:28:25.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:29:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:29:15.504Z||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-09T00:29:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:29:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:29:15.507Z||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-09T00:29:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:29:25.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:29:25.084Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:30:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:30:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:30:15.507Z||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-09T00:30:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:30:15.507Z||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-09T00:30:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:30:25.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:30:25.096Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:31:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:31:15.504Z||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-09T00:31:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:31:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:31:15.509Z||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-09T00:31:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:31:25.095Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:31:25.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:32:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:32:15.504Z||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-09T00:32:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:32:15.507Z||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-09T00:32:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:32:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:32:25.070Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:32:25.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:33:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:33:15.506Z||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-09T00:33:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:33:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:33:15.507Z||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-09T00:33:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:33:25.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:33:25.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:34:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:34:15.507Z||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-09T00:34:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:34:15.507Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:34:15.508Z||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-09T00:34:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:34:25.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:34:25.090Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:15.503Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:35:15.504Z||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-09T00:35:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:35:15.506Z||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-09T00:35:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:16.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:16.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.079Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.079Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.079Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.080Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.084Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T00:35:16.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:35:16.142Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:16.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-09T00:35:16.144Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"40560af3-f33b-42ae-be4e-62c518e1ee06","serviceName":"vFW 2022-12-09 00-33-53","serviceVersion":"1.0","serviceUUID":"0c3049af-80be-4c9b-9975-edafce748220","serviceDescription":"catalog service description","serviceInvariantUUID":"65eed1b7-4589-424f-80c6-ee127ff76af6","resources":[{"resourceInstanceName":"vFW 8addc6aa-5e3a 0","resourceName":"vFW 8addc6aa-5e3a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dccd867c-1261-4e35-9737-965a098e9267","resourceInvariantUUID":"37341c02-5019-48ec-ac3f-c690815e696c","resourceCustomizationUUID":"4033197e-3749-4885-b7f8-7acc687717e8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml","artifactChecksum":"YTBjN2ZjMWZiYTFlOWJlMGRiZjExMzQ0NWMxNDAxZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2e3b61b-a18f-4a18-ad69-f8fa46f82096","artifactVersion":"1"},{"artifactName":"vfw8addc6aa5e3a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json","artifactChecksum":"ZWFjM2QzZTMwYTMyNjc4N2NmOGM2NzAwOWRjNjY5OGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3535051a-658c-4e6b-a40f-d1548ce076ee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b238af41-7983-482e-86aa-a60077873dca","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTMyNmY4Y2I5ZmE1ZGY1MmM5YTkxOGM1OWQ5ODVlYmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"184197a4-275d-4c81-bd75-65d93254c678","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c797b62-2523-48b6-94ab-9e7f2774f2c3","artifactVersion":"2","generatedFromUUID":"b238af41-7983-482e-86aa-a60077873dca"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221209003353-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml","artifactChecksum":"ZTA0MTMzMTQ0OGFlOThiYTFjNzFkY2JlODhjMjYyMGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5fda45b-32e9-46e4-9668-0872bff291ba","artifactVersion":"1"},{"artifactName":"service-Vfw20221209003353-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar","artifactChecksum":"Nzc3YWFkZWUwNGU3YTFlNTJhOGNhMGRlZTM4ZjExNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T00:35:16.153Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:16.159Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:16.172Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:16.172Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:16.272Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-09T00:35:16.277Z||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-09T00:35:16.277Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:16.315Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:16.316Z||pool-3-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:35:17.181Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:17.182Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:17.185Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:17.185Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:35:17.285Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:17.286Z||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-09T00:35:17.286Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:17.303Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:17.304Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:18.186Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:18.188Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:18.190Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:18.190Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:35:18.291Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:18.292Z||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-09T00:35:18.292Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:18.306Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:18.308Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:19.191Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:19.192Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:19.194Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:19.194Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:19.294Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:19.298Z||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-09T00:35:19.298Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:19.312Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:19.312Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:35:20.195Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:20.196Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:20.198Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:20.198Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T00:35:20.299Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:20.300Z||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-09T00:35:20.300Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:20.321Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:20.322Z||pool-7-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:21.199Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:21.200Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:21.203Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:21.203Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:35:21.304Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:21.305Z||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-09T00:35:21.305Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:21.322Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:21.324Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:35:22.204Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:35:22.205Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:22.208Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:22.208Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:35:22.308Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:22.310Z||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-09T00:35:22.310Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:22.330Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:22.331Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:23.213Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"serviceName": "vFW 2022-12-09 00-33-53",
"serviceVersion": "1.0",
"serviceUUID": "0c3049af-80be-4c9b-9975-edafce748220",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "65eed1b7-4589-424f-80c6-ee127ff76af6",
"resources": [
{
"resourceInstanceName": "vFW 8addc6aa-5e3a 0",
"resourceCustomizationUUID": "4033197e-3749-4885-b7f8-7acc687717e8",
"resourceName": "vFW 8addc6aa-5e3a",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "dccd867c-1261-4e35-9737-965a098e9267",
"resourceInvariantUUID": "37341c02-5019-48ec-ac3f-c690815e696c",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw8addc6aa5e3a0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"artifactChecksum": "ZWFjM2QzZTMwYTMyNjc4N2NmOGM2NzAwOWRjNjY5OGU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3535051a-658c-4e6b-a40f-d1548ce076ee",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b238af41-7983-482e-86aa-a60077873dca",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c797b62-2523-48b6-94ab-9e7f2774f2c3",
"generatedFromUUID": "b238af41-7983-482e-86aa-a60077873dca"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3c797b62-2523-48b6-94ab-9e7f2774f2c3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221209003353-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"artifactChecksum": "Nzc3YWFkZWUwNGU3YTFlNTJhOGNhMGRlZTM4ZjExNzE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1"
}
],
"workloadContext": "Production"
}
2022-12-09T00:35:23.214Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T00:35:23.214Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c3049af-80be-4c9b-9975-edafce748220 ASDC
2022-12-09T00:35:23.368Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:40560af3-f33b-42ae-be4e-62c518e1ee06
ServiceName:vFW 2022-12-09 00-33-53
ServiceVersion:1.0
ServiceUUID:0c3049af-80be-4c9b-9975-edafce748220
ServiceInvariantUUID:65eed1b7-4589-424f-80c6-ee127ff76af6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221209003353-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar
ArtifactUUID:eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1
ArtifactChecksum:Nzc3YWFkZWUwNGU3YTFlNTJhOGNhMGRlZTM4ZjExNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8addc6aa-5e3a 0
ResourceCustomizationUUID:4033197e-3749-4885-b7f8-7acc687717e8
ResourceInvariantUUID:37341c02-5019-48ec-ac3f-c690815e696c
ResourceName:vFW 8addc6aa-5e3a
ResourceType:VF
ResourceUUID:dccd867c-1261-4e35-9737-965a098e9267
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8addc6aa5e3a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json
ArtifactUUID:3535051a-658c-4e6b-a40f-d1548ce076ee
ArtifactChecksum:ZWFjM2QzZTMwYTMyNjc4N2NmOGM2NzAwOWRjNjY5OGU=
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/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml
ArtifactUUID:b238af41-7983-482e-86aa-a60077873dca
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/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
ArtifactUUID:3c797b62-2523-48b6-94ab-9e7f2774f2c3
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/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
ArtifactUUID:3c797b62-2523-48b6-94ab-9e7f2774f2c3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-09T00:35:23.369Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c3049af-80be-4c9b-9975-edafce748220 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-09T00:35:23.628Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:35:23.629Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:35:23.637Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:35:23.638Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1 from URL: /sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:23.638Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:35:23.642Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:23.738Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:35:23.748Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1 101487
2022-12-09T00:35:23.751Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar ASDC sendASDCNotification
2022-12-09T00:35:23.751Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:23.752Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:35:23.754Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:23.757Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:23.758Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546123749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:35:23.857Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T00:35:23.858Z||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-09T00:35:23.858Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:23.897Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:23.897Z||pool-10-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:24.759Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:35:24.760Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:35:24.761Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: eb4e2041-c9bc-4d7a-aed3-20d9d70e03d1, URL: /sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar to file: /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:24.761Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221209003353-csar.csar
2022-12-09T00:35:24.858Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:24.859Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:25.686Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9701598672557082481/Definitions/service-Vfw20221209003353-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-09T00:35:28.854Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T00:35:28.860Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-09T00:35:28.860Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.860Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.861Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8addc6aa-5e3a 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-Vfw20221209003353-csar.csar
2022-12-09T00:35:28.862Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-09T00:35:28.869Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.871Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.876Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:28.876Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-09T00:35:28.878Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:35:28.879Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.880Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.880Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:28.880Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-09T00:35:28.880Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:35:28.881Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.881Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:28.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:28.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T00:35:28.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T00:35:28.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:28.887Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T00:35:28.887Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T00:35:28.887Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.887Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.888Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T00:35:28.888Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.888Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T00:35:28.888Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.888Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-09T00:35:28.889Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.889Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T00:35:28.890Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:28.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:28.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.892Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:28.892Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:28.892Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.892Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:28.893Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:28.893Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.893Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:28.893Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T00:35:28.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T00:35:28.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4170106a-8c66-440e-ac15-7bbb8f9f0df7
2022-12-09T00:35:28.896Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.896Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:28.896Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:28.896Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T00:35:28.896Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-09T00:35:28.897Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T00:35:28.898Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.898Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T00:35:28.898Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.898Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08829c08-3211-481d-9ac3-64a885753dcd
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.899Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:28.900Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:28.901Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-09T00:35:28.901Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de6fdf89-91fd-4df5-8e84-874cfeddab6b
2022-12-09T00:35:28.901Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.901Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.902Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.902Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.902Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.902Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.903Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:28.903Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:28.903Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-09 00-33-53
Description:catalog service description
Model UUID:0c3049af-80be-4c9b-9975-edafce748220
Model Version:NULL
Model InvariantUuid:65eed1b7-4589-424f-80c6-ee127ff76af6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 8addc6aa-5e3a
Model UUID:5d8846e0-5cc0-4e8c-a2db-670821807fc6
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:37341c02-5019-48ec-ac3f-c690815e696c
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:4033197e-3749-4885-b7f8-7acc687717e8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:4a4bc56c-1d80-4151-9ce4-6d581e2c6e7e
ModelName:Vfw8addc6aa5e3a..base_vfw..module-0
ModelUuid:460a9d08-e02a-47c9-8e02-0733a982021a
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:4170106a-8c66-440e-ac15-7bbb8f9f0df7
ModelInvariantUuid:01a2aaa8-ddb6-473d-8357-578c70978cb3
ModelName:vFW 8addc6aa-5e3a-nodes.vfwCvfc
ModelUuid:ba691d30-7c2a-49ff-9500-d31438ba34a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:5577b6f4-2122-4f8a-bb74-8989a6eca123
ModelInvariantUuid:c7653b7b-ff35-479c-bd96-ec143d5c8e9b
ModelName:Vfw8addc6aa5e3a.compute.nodes.heat.vfw
ModelUuid:142c8a17-f36d-4b5f-8dd3-edaa9da223d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:08829c08-3211-481d-9ac3-64a885753dcd
ModelInvariantUuid:cf2d499b-3345-43de-831d-c4b16024caec
ModelName:vFW 8addc6aa-5e3a-nodes.vsnCvfc
ModelUuid:7f44ff49-3dc5-43d1-817a-df160c206f1a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:cd5a6013-3d3c-4214-b607-c47259b1d5bd
ModelInvariantUuid:92f695f6-6454-421c-8f2e-d799c69af52a
ModelName:Vfw8addc6aa5e3a.compute.nodes.heat.vsn
ModelUuid:13482e29-b383-4e63-9051-632c0140fd8e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:de6fdf89-91fd-4df5-8e84-874cfeddab6b
ModelInvariantUuid:ccaa8455-1f19-4ce9-8739-9e742c14fb23
ModelName:vFW 8addc6aa-5e3a-nodes.vpgCvfc
ModelUuid:7bb41ce7-9fb0-42cb-ae7a-1ca201a92c7c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:6b150f86-04f1-481a-8192-e9380a914b15
ModelInvariantUuid:44b39c74-077f-41ed-bd89-136267a14aac
ModelName:Vfw8addc6aa5e3a.compute.nodes.heat.vpg
ModelUuid:a4f1cb2f-7ff1-4509-a6d9-e39debdc9341
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-09T00:35:28.927Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: dccd867c-1261-4e35-9737-965a098e9267
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-09T00:35:28.989Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||vFW 8addc6aa-5e3a 0
2022-12-09T00:35:28.997Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dccd867c-1261-4e35-9737-965a098e9267
2022-12-09T00:35:28.998Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3535051a-658c-4e6b-a40f-d1548ce076ee from URL: /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json
2022-12-09T00:35:28.998Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:35:28.998Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json
2022-12-09T00:35:29.069Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:35:29.069Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json 3535051a-658c-4e6b-a40f-d1548ce076ee 785
2022-12-09T00:35:29.070Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json ASDC sendASDCNotification
2022-12-09T00:35:29.070Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json
2022-12-09T00:35:29.070Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:35:29.070Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:29.073Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:29.073Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546129070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:35:29.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:29.174Z||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-09T00:35:29.174Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:29.203Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:29.204Z||pool-11-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:30.074Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8addc6aa5e3a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a4bc56c-1d80-4151-9ce4-6d581e2c6e7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "460a9d08-e02a-47c9-8e02-0733a982021a",
"vfModuleModelCustomizationUUID": "f04def0f-2e43-4423-a4ea-e8ef6c4b66e5",
"isBase": true,
"artifacts": [
"b238af41-7983-482e-86aa-a60077873dca",
"3c797b62-2523-48b6-94ab-9e7f2774f2c3"
],
"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-09T00:35:30.092Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8addc6aa5e3a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:460a9d08-e02a-47c9-8e02-0733a982021a
VfModuleModelInvariantUUID:4a4bc56c-1d80-4151-9ce4-6d581e2c6e7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b238af41-7983-482e-86aa-a60077873dca
,
3c797b62-2523-48b6-94ab-9e7f2774f2c3
}
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-09T00:35:30.095Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw8addc6aa5e3a..base_vfw..module-0",
"vfModuleModelInvariantUUID": "4a4bc56c-1d80-4151-9ce4-6d581e2c6e7e",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "460a9d08-e02a-47c9-8e02-0733a982021a",
"vfModuleModelCustomizationUUID": "f04def0f-2e43-4423-a4ea-e8ef6c4b66e5",
"isBase": true,
"artifacts": [
"b238af41-7983-482e-86aa-a60077873dca",
"3c797b62-2523-48b6-94ab-9e7f2774f2c3"
],
"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-09T00:35:30.095Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8addc6aa5e3a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:460a9d08-e02a-47c9-8e02-0733a982021a
VfModuleModelInvariantUUID:4a4bc56c-1d80-4151-9ce4-6d581e2c6e7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
b238af41-7983-482e-86aa-a60077873dca
,
3c797b62-2523-48b6-94ab-9e7f2774f2c3
}
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-09T00:35:30.095Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b238af41-7983-482e-86aa-a60077873dca from URL: /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml
2022-12-09T00:35:30.095Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:35:30.096Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml
2022-12-09T00:35:30.180Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:35:30.180Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml b238af41-7983-482e-86aa-a60077873dca 20368
2022-12-09T00:35:30.181Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-09T00:35:30.181Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml
2022-12-09T00:35:30.181Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:35:30.181Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:30.185Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:30.186Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546130181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:35:30.286Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:30.287Z||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-09T00:35:30.287Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:30.307Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:30.307Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:31.187Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c797b62-2523-48b6-94ab-9e7f2774f2c3 from URL: /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
2022-12-09T00:35:31.188Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:35:31.188Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
2022-12-09T00:35:31.278Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:35:31.279Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env 3c797b62-2523-48b6-94ab-9e7f2774f2c3 2098
2022-12-09T00:35:31.279Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-09T00:35:31.279Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
2022-12-09T00:35:31.280Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:35:31.280Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:31.283Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:31.283Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546131279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:35:31.383Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:31.384Z||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-09T00:35:31.385Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:31.418Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:31.419Z||pool-13-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:32.284Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0c3049af-80be-4c9b-9975-edafce748220
2022-12-09T00:35:32.284Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8addc6aa-5e3a 0 dccd867c-1261-4e35-9737-965a098e9267 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-09T00:35:32.331Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2eb50e76, org.onap.sdc.toscaparser.api.parameters.Input@62d8d738, org.onap.sdc.toscaparser.api.parameters.Input@6a3fbc55, org.onap.sdc.toscaparser.api.parameters.Input@20dc653c, org.onap.sdc.toscaparser.api.parameters.Input@261c09ef]
2022-12-09T00:35:32.337Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.338Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.338Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-09T00:35:32.338Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 4033197e-3749-4885-b7f8-7acc687717e8
2022-12-09T00:35:32.339Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4033197e-3749-4885-b7f8-7acc687717e8 matches Tosca VF Customization UUID: 4033197e-3749-4885-b7f8-7acc687717e8
2022-12-09T00:35:32.339Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 4033197e-3749-4885-b7f8-7acc687717e8 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-09T00:35:32.348Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.348Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.350Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 4033197e-3749-4885-b7f8-7acc687717e8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-09T00:35:32.350Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c06f1d5
2022-12-09T00:35:32.351Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.351Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T00:35:32.352Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f04def0f-2e43-4423-a4ea-e8ef6c4b66e5
2022-12-09T00:35:32.354Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f04def0f-2e43-4423-a4ea-e8ef6c4b66e5
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-09T00:35:32.364Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.365Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.365Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:32.366Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.367Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.367Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:32.367Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.367Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:32.368Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:32.368Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-09T00:35:32.368Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:32.369Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T00:35:32.369Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T00:35:32.369Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.369Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.370Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T00:35:32.370Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.370Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T00:35:32.371Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.371Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4170106a-8c66-440e-ac15-7bbb8f9f0df7
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-09T00:35:32.383Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.384Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.384Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:32.385Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.385Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:32.385Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:32.386Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T00:35:32.386Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.386Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.386Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T00:35:32.387Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.387Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:32.387Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-09T00:35:32.387Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-09T00:35:32.388Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.388Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-09T00:35:32.388Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.388Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=08829c08-3211-481d-9ac3-64a885753dcd
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-09T00:35:32.392Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.393Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.393Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:32.397Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.398Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is not matching search criteria
2022-12-09T00:35:32.398Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-09T00:35:32.398Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-09T00:35:32.399Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.399Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.399Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-09T00:35:32.400Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.400Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-09T00:35:32.400Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-09T00:35:32.401Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-09T00:35:32.401Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-09T00:35:32.401Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-09T00:35:32.402Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-09T00:35:32.402Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=de6fdf89-91fd-4df5-8e84-874cfeddab6b
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-09T00:35:32.407Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.408Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.408Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:35:32.409Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.409Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Node template vFW 8addc6aa-5e3a 0 is matching search criteria
2022-12-09T00:35:32.409Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8addc6aa-5e3a 0] matching following query criteria: sdcType=VF, customizationUUID=4033197e-3749-4885-b7f8-7acc687717e8
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-09T00:35:32.414Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.414Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.415Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0c3049af-80be-4c9b-9975-edafce748220: vFW 8addc6aa-5e3a
2022-12-09T00:35:32.415Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.415Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.415Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.416Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.416Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.416Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.417Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.417Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.418Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:35:32.418Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-12-09 00-33-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:35:32.418Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-12-09 00-33-53
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-09T00:35:32.872Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8addc6aa-5e3a dccd867c-1261-4e35-9737-965a098e9267 1 ASDC deployResourceStructure
2022-12-09T00:35:32.873Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json ASDC sendASDCNotification
2022-12-09T00:35:32.873Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json
2022-12-09T00:35:32.874Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:35:32.874Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:32.876Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:32.877Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546132873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:35:32.977Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:32.978Z||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-09T00:35:32.978Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:32.992Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:32.993Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:33.878Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-09T00:35:33.879Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml
2022-12-09T00:35:33.880Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:35:33.881Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:33.883Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:33.883Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546133878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T00:35:33.984Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T00:35:33.985Z||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-09T00:35:33.986Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:34.000Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:34.001Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:34.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-09T00:35:34.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env
2022-12-09T00:35:34.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:35:34.886Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:34.889Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:34.889Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546134884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-09T00:35:34.989Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:34.990Z||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-09T00:35:34.991Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:35.008Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:35.009Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:35.890Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar ASDC sendASDCNotification
2022-12-09T00:35:35.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar
2022-12-09T00:35:35.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:35:35.891Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:35:35.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:35:35.894Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546135890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:35:35.994Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:35:35.995Z||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-09T00:35:35.995Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:35:36.019Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:35:36.020Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:35:36.895Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:35:36.935Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:35:36.941Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:35:36.942Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:35:36.942Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:36:06.942Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:36:06.961Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:36:06.964Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:36:06.964Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:36:06.964Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:36:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:36:15.508Z||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-09T00:36:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:36:15.558Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:36:15.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:36:15.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:36:15.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:36:36.965Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:36:36.980Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:36:36.984Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:36:36.984Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:36:36.984Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:37:06.984Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:37:07.002Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:37:07.005Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:37:07.005Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:37:07.005Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:37:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:37:15.507Z||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-09T00:37:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:37:15.542Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:37:15.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-09T00:37:15.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:37:15.544Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-09T00:37:37.005Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:37:37.043Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:37:37.051Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:37:37.052Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:37:37.052Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:38:07.054Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:38:07.074Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:38:07.077Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:38:07.077Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:38:07.078Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:38:15.507Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:38:15.508Z||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-09T00:38:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:38:15.548Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:38:15.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.557Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.558Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.558Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.558Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.559Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546103026,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.561Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.561Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546099631,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.561Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546092192,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.562Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546105997,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546117464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546117473,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546117951,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546118015,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546119051,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546119036,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546120126,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.569Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "policy-id",
"timestamp": 1670546120042,
"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-09T00:38:15.584Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40560af3-f33b-42ae-be4e-62c518e1ee06
2022-12-09T00:38:15.584Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40560af3-f33b-42ae-be4e-62c518e1ee06 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-09T00:38:15.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546121230,
"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-09T00:38:15.614Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40560af3-f33b-42ae-be4e-62c518e1ee06
2022-12-09T00:38:15.614Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40560af3-f33b-42ae-be4e-62c518e1ee06 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-09T00:38:15.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546115503,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.637Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.637Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "multicloud-k8s",
"timestamp": 1670546122235,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546123749,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.639Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546119163,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546127118,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.641Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546129070,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546130181,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546131279,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546132873,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/vfw8addc6aa5e3a0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546133878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546134884,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/resourceInstances/vfw8addc6aa5e3a0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546135890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.644Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546135421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546135322,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221209003353/1.0/artifacts/service-Vfw20221209003353-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:38:15.646Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546136428,
"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-09T00:38:15.656Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40560af3-f33b-42ae-be4e-62c518e1ee06
2022-12-09T00:38:15.656Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40560af3-f33b-42ae-be4e-62c518e1ee06 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-09T00:38:15.676Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "aai-model-loader",
"timestamp": 1670546136326,
"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-09T00:38:15.687Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40560af3-f33b-42ae-be4e-62c518e1ee06
2022-12-09T00:38:15.687Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40560af3-f33b-42ae-be4e-62c518e1ee06 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-09T00:38:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.707Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.707Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.707Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546159631,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546118482,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546153240,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546173197,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546172724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "cds-sdc-listener",
"timestamp": 1670546172724,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546165997,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546174266,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546173762,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:38:15.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:38:37.078Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:38:37.100Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06
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-09T00:38:37.107Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:38:37.107Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T00:38:37.107Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T00:38:37.107Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T00:38:37.108Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:38:37.108Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:38:37.108Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:38:37.108Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:38:37.109Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-09T00:38:37.121Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T00:39:07.122Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40560af3-f33b-42ae-be4e-62c518e1ee06 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-09T00:39:07.143Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40560af3-f33b-42ae-be4e-62c518e1ee06 and serviceModelVersionId: 0c3049af-80be-4c9b-9975-edafce748220
2022-12-09T00:39:07.143Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65eed1b7-4589-424f-80c6-ee127ff76af6
2022-12-09T00:39:15.507Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:39:15.508Z||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-09T00:39:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:16.054Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:16.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546175335,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:16.056Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546174768,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:16.057Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "policy-id",
"timestamp": 1670546175772,
"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-09T00:39:16.079Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30050879-1702-4d94-af27-ce888ecc51cd
2022-12-09T00:39:16.079Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30050879-1702-4d94-af27-ce888ecc51cd 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-09T00:39:16.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546176373,
"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-09T00:39:16.106Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 30050879-1702-4d94-af27-ce888ecc51cd
2022-12-09T00:39:16.106Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30050879-1702-4d94-af27-ce888ecc51cd 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-09T00:39:16.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "multicloud-k8s",
"timestamp": 1670546177378,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:16.157Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546180648,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:16.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.163Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "aai-model-loader",
"timestamp": 1670546181651,
"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-09T00:39:16.184Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 30050879-1702-4d94-af27-ce888ecc51cd
2022-12-09T00:39:16.185Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30050879-1702-4d94-af27-ce888ecc51cd 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-09T00:39:16.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.203Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546179162,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546186914,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546190062,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:39:16.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670546191068,
"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-09T00:39:16.222Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 30050879-1702-4d94-af27-ce888ecc51cd
2022-12-09T00:39:16.223Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 30050879-1702-4d94-af27-ce888ecc51cd 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-09T00:39:22.656Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0
2022-12-09T00:39:22.792Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T00:39:23.440Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0|INFO|500||Invoke
2022-12-09T00:39:23.451Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40560af3-f33b-42ae-be4e-62c518e1ee06], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c661fcf4-fc41-44a5-912b-a70ddd9d9426], X-ECOMP-RequestID=[40560af3-f33b-42ae-be4e-62c518e1ee06], X-TransactionId=[], X-ONAP-RequestID=[40560af3-f33b-42ae-be4e-62c518e1ee06], Content-Type=[application/merge-patch+json]}
2022-12-09T00:39:23.482Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T00:39:23.827Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?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/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 00:39:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[305], vertex-id=[200808], x-aai-txid=[0-aai-resources-221209-00:39:22:505-86061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T00:39:23.830Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T00:39:23.831Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/65eed1b7-4589-424f-80c6-ee127ff76af6/model-vers/model-ver/0c3049af-80be-4c9b-9975-edafce748220?depth=0|INFO|500||InvokeReturn
2022-12-09T00:39:23.837Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T00:39:23.837Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-09T00:39:23.851Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||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-09T00:39:23.852Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40560af3-f33b-42ae-be4e-62c518e1ee06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T00:39:23.853Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T00:39:23.853Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:23.856Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:23.856Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546363852,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T00:39:23.956Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:23.958Z||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-09T00:39:23.958Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:23.981Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:23.982Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-09T00:39:24.884Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:39:24.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|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-09T00:39:24.885Z|40560af3-f33b-42ae-be4e-62c518e1ee06|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:30.560Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:30.562Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-09T00:39:30.562Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"30050879-1702-4d94-af27-ce888ecc51cd","serviceName":"basic_onboard_hWSRok","serviceVersion":"1.0","serviceUUID":"ad44a900-50c0-4a1d-a58b-86ecb2718659","serviceDescription":"service","serviceInvariantUUID":"5519ccb1-a56d-41e4-b571-eda65efbe2b6","resources":[{"resourceInstanceName":"basic_onboard_hWSRok 0","resourceName":"basic_onboard_hWSRok","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e791809-ba87-47e8-a3ff-49263bdffedc","resourceInvariantUUID":"3076ae9a-ec90-44b2-bf0a-4995937fcb90","resourceCustomizationUUID":"0112c812-fbdf-4fc1-a47a-ae14556e6f55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml","artifactChecksum":"YmMxMWY1MzdlNzc0ZDYxOWFlOGE3NzU0MGZhZjY3YTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"170c850e-d9bc-4ca6-a05c-167d2a15ddf3","artifactVersion":"1"},{"artifactName":"basic_onboard_hwsrok0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json","artifactChecksum":"MzFiMzllY2NhZWI1MGRlYmIyZTY2YmM5YzA2ZTc1MzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd5e034d-8979-4ed0-a91d-c4b23a1dfe13","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"937493fc-2314-40e1-b1a7-22ba06f020cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f8d41e3-c9c2-44f9-80c2-c755b6410050","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b077495-3c7a-4b02-8469-fd217305f8f3","artifactVersion":"2","generatedFromUUID":"937493fc-2314-40e1-b1a7-22ba06f020cb"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHwsrok-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml","artifactChecksum":"Y2RkYTgxOTgyYTJmZDRmM2RlZmIzNmRhN2NlYzhhMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4438d846-8532-4ecb-834c-f674b0e3a918","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHwsrok-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar","artifactChecksum":"M2NhYTkyNjkwYTNjMGFlNzk5MjM2YWEzZjZkYzkyYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"34d49f0e-176f-4ded-b957-08fdaf2b0a35","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T00:39:30.565Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:30.566Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:30.569Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:30.569Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:30.669Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T00:39:30.670Z||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-09T00:39:30.671Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:30.687Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:30.687Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:31.570Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:31.571Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:31.574Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:31.574Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:39:31.674Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:31.676Z||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-09T00:39:31.676Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:31.689Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:31.690Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:32.575Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:32.580Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:32.586Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:32.586Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:39:32.683Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-09T00:39:32.684Z||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-09T00:39:32.684Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:32.702Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:32.703Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:39:33.587Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:33.589Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:33.591Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:33.591Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:33.696Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-12-09T00:39:33.698Z||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-09T00:39:33.698Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:33.716Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:33.717Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:34.592Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:34.594Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:34.596Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:34.596Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T00:39:34.697Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T00:39:34.698Z||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-09T00:39:34.698Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:34.714Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:34.715Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:35.597Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:35.598Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:35.600Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:35.600Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:39:35.706Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-12-09T00:39:35.707Z||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-09T00:39:35.707Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:35.736Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:35.737Z||pool-24-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:36.601Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:39:36.602Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:36.605Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:36.606Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:39:36.705Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T00:39:36.706Z||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-09T00:39:36.706Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:36.729Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:36.729Z||pool-25-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:39:37.607Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"serviceName": "basic_onboard_hWSRok",
"serviceVersion": "1.0",
"serviceUUID": "ad44a900-50c0-4a1d-a58b-86ecb2718659",
"serviceDescription": "service",
"serviceInvariantUUID": "5519ccb1-a56d-41e4-b571-eda65efbe2b6",
"resources": [
{
"resourceInstanceName": "basic_onboard_hWSRok 0",
"resourceCustomizationUUID": "0112c812-fbdf-4fc1-a47a-ae14556e6f55",
"resourceName": "basic_onboard_hWSRok",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "2e791809-ba87-47e8-a3ff-49263bdffedc",
"resourceInvariantUUID": "3076ae9a-ec90-44b2-bf0a-4995937fcb90",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_hwsrok0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"artifactChecksum": "MzFiMzllY2NhZWI1MGRlYmIyZTY2YmM5YzA2ZTc1MzU\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd5e034d-8979-4ed0-a91d-c4b23a1dfe13",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "937493fc-2314-40e1-b1a7-22ba06f020cb",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b077495-3c7a-4b02-8469-fd217305f8f3",
"generatedFromUUID": "937493fc-2314-40e1-b1a7-22ba06f020cb"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "1b077495-3c7a-4b02-8469-fd217305f8f3",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardHwsrok-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"artifactChecksum": "M2NhYTkyNjkwYTNjMGFlNzk5MjM2YWEzZjZkYzkyYzQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "34d49f0e-176f-4ded-b957-08fdaf2b0a35"
}
],
"workloadContext": "Production"
}
2022-12-09T00:39:37.608Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T00:39:37.608Z|40560af3-f33b-42ae-be4e-62c518e1ee06|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad44a900-50c0-4a1d-a58b-86ecb2718659 ASDC
2022-12-09T00:39:37.608Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:30050879-1702-4d94-af27-ce888ecc51cd
ServiceName:basic_onboard_hWSRok
ServiceVersion:1.0
ServiceUUID:ad44a900-50c0-4a1d-a58b-86ecb2718659
ServiceInvariantUUID:5519ccb1-a56d-41e4-b571-eda65efbe2b6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHwsrok-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar
ArtifactUUID:34d49f0e-176f-4ded-b957-08fdaf2b0a35
ArtifactChecksum:M2NhYTkyNjkwYTNjMGFlNzk5MjM2YWEzZjZkYzkyYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hWSRok 0
ResourceCustomizationUUID:0112c812-fbdf-4fc1-a47a-ae14556e6f55
ResourceInvariantUUID:3076ae9a-ec90-44b2-bf0a-4995937fcb90
ResourceName:basic_onboard_hWSRok
ResourceType:VF
ResourceUUID:2e791809-ba87-47e8-a3ff-49263bdffedc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hwsrok0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json
ArtifactUUID:cd5e034d-8979-4ed0-a91d-c4b23a1dfe13
ArtifactChecksum:MzFiMzllY2NhZWI1MGRlYmIyZTY2YmM5YzA2ZTc1MzU=
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/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml
ArtifactUUID:937493fc-2314-40e1-b1a7-22ba06f020cb
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/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
ArtifactUUID:1b077495-3c7a-4b02-8469-fd217305f8f3
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/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
ArtifactUUID:1b077495-3c7a-4b02-8469-fd217305f8f3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-09T00:39:37.608Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad44a900-50c0-4a1d-a58b-86ecb2718659 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-09T00:39:37.690Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:39:37.691Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:39:37.691Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:39:37.692Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 34d49f0e-176f-4ded-b957-08fdaf2b0a35 from URL: /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:37.692Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:39:37.692Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:38.152Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:39:38.153Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar 34d49f0e-176f-4ded-b957-08fdaf2b0a35 75689
2022-12-09T00:39:38.153Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar ASDC sendASDCNotification
2022-12-09T00:39:38.154Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:38.154Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:39:38.155Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:38.157Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:38.157Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546378153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:38.257Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:38.259Z||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-09T00:39:38.259Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:38.272Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:38.273Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:39.158Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:39:39.159Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-12-09T00:39:39.159Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 34d49f0e-176f-4ded-b957-08fdaf2b0a35, URL: /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar to file: /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:39.160Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:39.160Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:39.160Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:39.311Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17313071061019452705/Definitions/service-BasicOnboardHwsrok-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-09T00:39:40.714Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.715Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hWSRok 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-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:40.716Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-12-09T00:39:40.717Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is not matching search criteria
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-09T00:39:40.718Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:40.719Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:40.720Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.720Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:40.720Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:40.720Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.720Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is not matching search criteria
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T00:39:40.721Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ca17a1c-ebdc-4611-a7c3-c7286f255449
2022-12-09T00:39:40.722Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.722Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.722Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.722Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.722Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.723Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.723Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:40.723Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:40.723Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_hWSRok
Description:service
Model UUID:ad44a900-50c0-4a1d-a58b-86ecb2718659
Model Version:NULL
Model InvariantUuid:5519ccb1-a56d-41e4-b571-eda65efbe2b6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_hWSRok
Model UUID:9a153430-efa8-4c63-82b7-90c1094dd3c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3076ae9a-ec90-44b2-bf0a-4995937fcb90
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:0112c812-fbdf-4fc1-a47a-ae14556e6f55
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1b0e6920-71bb-4827-8e16-465dedd34ff6
ModelName:BasicOnboardHwsrok..base_ubuntu18..module-0
ModelUuid:a0be7cbe-2830-4e84-8063-447658a3ec98
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:8ca17a1c-ebdc-4611-a7c3-c7286f255449
ModelInvariantUuid:0ca13631-1476-4e92-8cbf-5698d752fd77
ModelName:basic_onboard_hWSRok-nodes.ubuntu18Cvfc
ModelUuid:ee38cdbf-a5f2-4a91-8fb9-b3525a956450
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d15d6364-79b9-4d29-832d-bd8610fe7fe0
ModelInvariantUuid:992fa548-2a88-4cee-9da7-dd9de920b403
ModelName:BasicOnboardHwsrok.compute.nodes.heat.ubuntu18
ModelUuid:0234c222-3f32-47d3-8679-4509e9e0d22b
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-09T00:39:40.737Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e791809-ba87-47e8-a3ff-49263bdffedc
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-09T00:39:40.741Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||basic_onboard_hWSRok 0
2022-12-09T00:39:40.741Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e791809-ba87-47e8-a3ff-49263bdffedc
2022-12-09T00:39:40.742Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cd5e034d-8979-4ed0-a91d-c4b23a1dfe13 from URL: /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json
2022-12-09T00:39:40.742Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:39:40.742Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json
2022-12-09T00:39:40.804Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:39:40.805Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json cd5e034d-8979-4ed0-a91d-c4b23a1dfe13 798
2022-12-09T00:39:40.805Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json ASDC sendASDCNotification
2022-12-09T00:39:40.805Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json
2022-12-09T00:39:40.805Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:39:40.806Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:40.808Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:40.808Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546380805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:40.908Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:40.909Z||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-09T00:39:40.910Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:40.923Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:40.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:39:41.809Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHwsrok..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1b0e6920-71bb-4827-8e16-465dedd34ff6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0be7cbe-2830-4e84-8063-447658a3ec98",
"vfModuleModelCustomizationUUID": "223bc931-20e5-4451-9f55-509fdc016f63",
"isBase": true,
"artifacts": [
"937493fc-2314-40e1-b1a7-22ba06f020cb",
"1b077495-3c7a-4b02-8469-fd217305f8f3"
],
"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-09T00:39:41.818Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHwsrok..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0be7cbe-2830-4e84-8063-447658a3ec98
VfModuleModelInvariantUUID:1b0e6920-71bb-4827-8e16-465dedd34ff6
VfModuleModelDescription:NULL
Artifacts UUID List:{
937493fc-2314-40e1-b1a7-22ba06f020cb
,
1b077495-3c7a-4b02-8469-fd217305f8f3
}
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-09T00:39:41.822Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardHwsrok..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "1b0e6920-71bb-4827-8e16-465dedd34ff6",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "a0be7cbe-2830-4e84-8063-447658a3ec98",
"vfModuleModelCustomizationUUID": "223bc931-20e5-4451-9f55-509fdc016f63",
"isBase": true,
"artifacts": [
"937493fc-2314-40e1-b1a7-22ba06f020cb",
"1b077495-3c7a-4b02-8469-fd217305f8f3"
],
"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-09T00:39:41.822Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHwsrok..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0be7cbe-2830-4e84-8063-447658a3ec98
VfModuleModelInvariantUUID:1b0e6920-71bb-4827-8e16-465dedd34ff6
VfModuleModelDescription:NULL
Artifacts UUID List:{
937493fc-2314-40e1-b1a7-22ba06f020cb
,
1b077495-3c7a-4b02-8469-fd217305f8f3
}
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-09T00:39:41.822Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 937493fc-2314-40e1-b1a7-22ba06f020cb from URL: /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml
2022-12-09T00:39:41.823Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:39:41.823Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml
2022-12-09T00:39:41.885Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:39:41.886Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml 937493fc-2314-40e1-b1a7-22ba06f020cb 5033
2022-12-09T00:39:41.886Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-09T00:39:41.886Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml
2022-12-09T00:39:41.887Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:39:41.887Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:41.890Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:41.890Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546381886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:41.990Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:41.991Z||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-09T00:39:41.992Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:42.010Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:42.011Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:42.891Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1b077495-3c7a-4b02-8469-fd217305f8f3 from URL: /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
2022-12-09T00:39:42.892Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-12-09T00:39:42.893Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
2022-12-09T00:39:42.967Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-12-09T00:39:42.968Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env 1b077495-3c7a-4b02-8469-fd217305f8f3 909
2022-12-09T00:39:42.968Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-09T00:39:42.968Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
2022-12-09T00:39:42.968Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:39:42.969Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:42.971Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:42.971Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546382968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:39:43.072Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T00:39:43.074Z||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-09T00:39:43.074Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:43.092Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:43.092Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:43.972Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ad44a900-50c0-4a1d-a58b-86ecb2718659
2022-12-09T00:39:43.973Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hWSRok 0 2e791809-ba87-47e8-a3ff-49263bdffedc 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-09T00:39:43.992Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47db7c4a, org.onap.sdc.toscaparser.api.parameters.Input@3b8efd57, org.onap.sdc.toscaparser.api.parameters.Input@2a1b1ec7, org.onap.sdc.toscaparser.api.parameters.Input@4b75f4b5, org.onap.sdc.toscaparser.api.parameters.Input@57d0e8bd]
2022-12-09T00:39:43.994Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:43.994Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:43.995Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-12-09T00:39:43.995Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0112c812-fbdf-4fc1-a47a-ae14556e6f55
2022-12-09T00:39:43.995Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0112c812-fbdf-4fc1-a47a-ae14556e6f55 matches Tosca VF Customization UUID: 0112c812-fbdf-4fc1-a47a-ae14556e6f55
2022-12-09T00:39:43.995Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0112c812-fbdf-4fc1-a47a-ae14556e6f55 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-09T00:39:43.998Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:43.998Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0112c812-fbdf-4fc1-a47a-ae14556e6f55: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d539a0e
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 223bc931-20e5-4451-9f55-509fdc016f63
2022-12-09T00:39:43.999Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 223bc931-20e5-4451-9f55-509fdc016f63
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-09T00:39:44.003Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.004Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:44.004Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:44.004Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.004Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:44.004Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:44.005Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.005Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is not matching search criteria
2022-12-09T00:39:44.005Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-09T00:39:44.005Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-09T00:39:44.005Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=8ca17a1c-ebdc-4611-a7c3-c7286f255449
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-09T00:39:44.008Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.008Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:44.009Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-09T00:39:44.009Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.009Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hWSRok 0 is matching search criteria
2022-12-09T00:39:44.009Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hWSRok 0] matching following query criteria: sdcType=VF, customizationUUID=0112c812-fbdf-4fc1-a47a-ae14556e6f55
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-09T00:39:44.014Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.014Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.014Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ad44a900-50c0-4a1d-a58b-86ecb2718659: basic_onboard_hWSRok
2022-12-09T00:39:44.014Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.014Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.015Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:39:44.016Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hWSRok is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:39:44.016Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_hWSRok
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-09T00:39:44.132Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hWSRok 2e791809-ba87-47e8-a3ff-49263bdffedc 1 ASDC deployResourceStructure
2022-12-09T00:39:44.132Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json ASDC sendASDCNotification
2022-12-09T00:39:44.133Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json
2022-12-09T00:39:44.133Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:39:44.133Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:44.135Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:44.135Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546384132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:44.238Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-12-09T00:39:44.239Z||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-09T00:39:44.239Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:44.258Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:44.259Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:45.136Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-09T00:39:45.137Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml
2022-12-09T00:39:45.137Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:39:45.137Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:45.140Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:45.140Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546385136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:45.240Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:45.241Z||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-09T00:39:45.241Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:45.282Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:45.283Z||pool-31-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:46.141Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-09T00:39:46.142Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env
2022-12-09T00:39:46.142Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:39:46.143Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:46.145Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:46.145Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546386141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:46.246Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:46.247Z||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-09T00:39:46.247Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:46.260Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:46.260Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:39:47.147Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar ASDC sendASDCNotification
2022-12-09T00:39:47.147Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar
2022-12-09T00:39:47.147Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:39:47.147Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:39:47.149Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:39:47.149Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546387146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:39:47.249Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:39:47.250Z||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-09T00:39:47.251Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:39:47.267Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:39:47.268Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:39:48.150Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 30050879-1702-4d94-af27-ce888ecc51cd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:39:48.164Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 30050879-1702-4d94-af27-ce888ecc51cd
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-09T00:39:48.169Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:39:48.169Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T00:39:48.169Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T00:39:48.170Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T00:39:48.170Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:39:48.170Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:39:48.170Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:39:48.171Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:39:48.171Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-09T00:39:48.180Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T00:40:15.506Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:40:15.508Z||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-09T00:40:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:16.150Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:40:16.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.151Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "40560af3-f33b-42ae-be4e-62c518e1ee06",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546363852,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T00:40:16.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:40:16.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:40:16.157Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546364884,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:40:16.158Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object.
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546378153,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546380805,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546381886,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:40:16.159Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546382968,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546384132,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/basic_onboard_hwsrok0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546385136,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.160Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546386141,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/resourceInstances/basic_onboard_hwsrok0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-09T00:40:16.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:16.161Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:40:16.161Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546387146,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardHwsrok/1.0/artifacts/service-BasicOnboardHwsrok-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:40:16.161Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:40:18.180Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 30050879-1702-4d94-af27-ce888ecc51cd 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-09T00:40:18.191Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 30050879-1702-4d94-af27-ce888ecc51cd and serviceModelVersionId: ad44a900-50c0-4a1d-a58b-86ecb2718659
2022-12-09T00:40:18.191Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5519ccb1-a56d-41e4-b571-eda65efbe2b6
2022-12-09T00:40:18.192Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0
2022-12-09T00:40:18.198Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T00:40:18.248Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0|INFO|500||Invoke
2022-12-09T00:40:18.249Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[30050879-1702-4d94-af27-ce888ecc51cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bdc527e6-bd14-4d58-bd6d-0df60972d2a2], X-ECOMP-RequestID=[30050879-1702-4d94-af27-ce888ecc51cd], X-TransactionId=[], X-ONAP-RequestID=[30050879-1702-4d94-af27-ce888ecc51cd], Content-Type=[application/merge-patch+json]}
2022-12-09T00:40:18.255Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T00:40:18.445Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?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/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 00:40:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[209040], x-aai-txid=[1-aai-resources-221209-00:40:17:274-31210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T00:40:18.446Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T00:40:18.446Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5519ccb1-a56d-41e4-b571-eda65efbe2b6/model-vers/model-ver/ad44a900-50c0-4a1d-a58b-86ecb2718659?depth=0|INFO|500||InvokeReturn
2022-12-09T00:40:18.447Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T00:40:18.447Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-09T00:40:18.456Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||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-09T00:40:18.456Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 30050879-1702-4d94-af27-ce888ecc51cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T00:40:18.456Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T00:40:18.457Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:40:18.458Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:40:18.459Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546418456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T00:40:18.559Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:40:18.560Z||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-09T00:40:18.560Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:18.578Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:40:18.579Z||pool-34-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-09T00:40:19.478Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:40:19.478Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:40:19.478Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:29.033Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:40:29.034Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:40:29.035Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:40:29.035Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:38.592Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:40:38.593Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:40:38.594Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:40:38.594Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:48.149Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:40:48.150Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:40:48.150Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:40:48.150Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:40:57.696Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:41:15.503Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:41:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:41:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:41:15.506Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:41:15.507Z||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-09T00:41:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:41:16.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:41:16.150Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-09T00:41:16.150Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "30050879-1702-4d94-af27-ce888ecc51cd",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670546418456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T00:41:16.151Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:41:25.070Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:42:15.503Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:42:15.505Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:42:15.505Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:42:15.506Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:42:15.507Z||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-09T00:42:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:42:25.101Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:42:25.105Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:43:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:43:15.506Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:43:15.506Z||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-09T00:43:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:43:15.507Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:43:15.507Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:43:25.104Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:43:25.104Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:44:15.503Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:44:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:44:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:44:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:44:15.508Z||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-09T00:44:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:44:25.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:44:25.074Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:45:15.503Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:45:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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-09T00:45:15.504Z|30050879-1702-4d94-af27-ce888ecc51cd|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:45:15.507Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:45:15.508Z||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-09T00:45:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:45:25.088Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:45:25.088Z|30050879-1702-4d94-af27-ce888ecc51cd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:46:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:46:15.504Z||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-09T00:46:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:46:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:46:15.509Z||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-09T00:46:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:46:25.088Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:46:25.112Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:47:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:47:15.505Z||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-09T00:47:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:47:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:47:15.507Z||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-09T00:47:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:47:25.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:47:25.065Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:48:15.504Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:48:15.506Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:48:15.507Z||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-09T00:48:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:48:15.508Z||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-09T00:48:15.509Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:48:25.086Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:48:25.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:49:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:49:15.504Z||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-09T00:49:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:49:15.506Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:49:15.507Z||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-09T00:49:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:49:25.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:49:25.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:50:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:50:15.506Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:50:15.507Z||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-09T00:50:15.507Z||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-09T00:50:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:50:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:50:25.138Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:50:25.139Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:51:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:51:15.505Z||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-09T00:51:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:51:15.506Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:51:15.508Z||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-09T00:51:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:51:25.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:51:25.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:52:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:52:15.504Z||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-09T00:52:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:52:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:52:15.507Z||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-09T00:52:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:52:25.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:52:25.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:53:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:53:15.504Z||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-09T00:53:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:53:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:53:15.507Z||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-09T00:53:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:53:25.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:53:25.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:54:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:54:15.504Z||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-09T00:54:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:54:15.506Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:54:15.507Z||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-09T00:54:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:54:25.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:54:25.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:55:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:55:15.504Z||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-09T00:55:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:55:15.506Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:55:15.507Z||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-09T00:55:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:55:25.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:55:25.068Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:56:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:56:15.504Z||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-09T00:56:15.504Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:56:15.506Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:56:15.507Z||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-09T00:56:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:56:25.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:56:25.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:15.503Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:57:15.505Z||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-09T00:57:15.505Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:57:15.507Z||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-09T00:57:15.507Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:15.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "aai-model-loader",
"timestamp": 1670547419631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:57:15.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547373750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:57:15.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "multicloud-k8s",
"timestamp": 1670547408442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:57:15.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "policy-id",
"timestamp": 1670547425997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "aai-model-loader",
"timestamp": 1670547419631,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:57:15.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547373750,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:57:15.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "multicloud-k8s",
"timestamp": 1670547408442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "policy-id",
"timestamp": 1670547425997,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547432979,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "aai-model-loader",
"timestamp": 1670547432987,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:57:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "policy-id",
"timestamp": 1670547433526,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:57:15.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:57:16.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:16.162Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:57:16.162Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"333d1733-23b4-48f0-b91a-e3e963e9d7ba","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d8ec9222-0a73-4eca-8cb8-95a1b78d2a06","serviceDescription":"service","serviceInvariantUUID":"9a4a4c68-5930-42db-a103-21886b0196d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ec7bc584-e870-4d74-959c-c1e8558b604a","resourceInvariantUUID":"ff0cba74-feba-4c2b-8378-4654b2197eae","resourceCustomizationUUID":"7da7b78d-408a-482d-bf2b-255ffef662cc","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":"NWI3NjllYWY2YjY5MjRlMDVmZTQ3ZWNmMDhkYmQxNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d3a1e8c4-be8e-4bf5-9df3-192ee07e6a84","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZTUzNjA0YjNmYjhkNjAxYjkxZjE4OGY4MzNkZjVhZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d22b3cff-b9e7-45fe-a1e8-504317a9c494","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T00:57:16.168Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:57:16.169Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:57:16.173Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:57:16.173Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547435503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:57:16.273Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:57:16.274Z||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-09T00:57:16.274Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:16.296Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:16.297Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-12-09T00:57:17.173Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:57:17.175Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:57:17.178Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:57:17.178Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547435503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:57:17.278Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:57:17.279Z||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-09T00:57:17.279Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:17.322Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:17.323Z||pool-36-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:57:18.179Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "d8ec9222-0a73-4eca-8cb8-95a1b78d2a06",
"serviceDescription": "service",
"serviceInvariantUUID": "9a4a4c68-5930-42db-a103-21886b0196d8",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "7da7b78d-408a-482d-bf2b-255ffef662cc",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "ec7bc584-e870-4d74-959c-c1e8558b604a",
"resourceInvariantUUID": "ff0cba74-feba-4c2b-8378-4654b2197eae",
"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": "ZTUzNjA0YjNmYjhkNjAxYjkxZjE4OGY4MzNkZjVhZGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "d22b3cff-b9e7-45fe-a1e8-504317a9c494"
}
],
"workloadContext": "Production"
}
2022-12-09T00:57:18.180Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T00:57:18.180Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8ec9222-0a73-4eca-8cb8-95a1b78d2a06 ASDC
2022-12-09T00:57:18.181Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:333d1733-23b4-48f0-b91a-e3e963e9d7ba
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
ServiceInvariantUUID:9a4a4c68-5930-42db-a103-21886b0196d8
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:d22b3cff-b9e7-45fe-a1e8-504317a9c494
ArtifactChecksum:ZTUzNjA0YjNmYjhkNjAxYjkxZjE4OGY4MzNkZjVhZGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7da7b78d-408a-482d-bf2b-255ffef662cc
ResourceInvariantUUID:ff0cba74-feba-4c2b-8378-4654b2197eae
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ec7bc584-e870-4d74-959c-c1e8558b604a
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-09T00:57:18.181Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8ec9222-0a73-4eca-8cb8-95a1b78d2a06 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-09T00:57:18.267Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:57:18.268Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T00:57:18.268Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T00:57:18.268Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d22b3cff-b9e7-45fe-a1e8-504317a9c494 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T00:57:18.269Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T00:57:18.269Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T00:57:18.392Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T00:57:18.394Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d22b3cff-b9e7-45fe-a1e8-504317a9c494 57789
2022-12-09T00:57:18.394Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-09T00:57:18.394Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T00:57:18.395Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T00:57:18.395Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:57:18.398Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:57:18.398Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547438394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:57:18.498Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-09T00:57:18.499Z||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-09T00:57:18.500Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:18.538Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:18.540Z||pool-37-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:57:19.399Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T00:57:19.401Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T00:57:19.401Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d22b3cff-b9e7-45fe-a1e8-504317a9c494, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:19.401Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-09T00:57:19.402Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:19.402Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:19.578Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17864779277834201576/Definitions/service-BasicNetwork-template.yml
2022-12-09T00:57:20.208Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.209Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.210Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.210Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.210Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T00:57:20.210Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.210Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-09T00:57:20.211Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T00:57:20.212Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T00:57:20.212Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.212Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.212Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.213Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.214Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.214Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
Model Version:NULL
Model InvariantUuid:9a4a4c68-5930-42db-a103-21886b0196d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff0cba74-feba-4c2b-8378-4654b2197eae
Model UUID:e5fe949a-77c2-4dea-b6a3-1d32bdb36c9b
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:7da7b78d-408a-482d-bf2b-255ffef662cc
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-09T00:57:20.228Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ec7bc584-e870-4d74-959c-c1e8558b604a
2022-12-09T00:57:20.228Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||No resources found for Service: d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
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-09T00:57:20.239Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||
2022-12-09T00:57:20.239Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-09T00:57:20.240Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||No resources found for Service: d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
2022-12-09T00:57:20.240Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
2022-12-09T00:57:20.240Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-09T00:57:20.241Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-09T00:57:20.248Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d401244, org.onap.sdc.toscaparser.api.parameters.Input@3958fbef, org.onap.sdc.toscaparser.api.parameters.Input@51a34d03, org.onap.sdc.toscaparser.api.parameters.Input@7d5918ce, org.onap.sdc.toscaparser.api.parameters.Input@3046e713]
2022-12-09T00:57:20.249Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.249Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d8ec9222-0a73-4eca-8cb8-95a1b78d2a06: Generic NeutronNet
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.250Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.251Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-09T00:57:20.294Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.295Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.295Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.295Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.295Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T00:57:20.296Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T00:57:20.296Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-09T00:57:20.388Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-09T00:57:20.389Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-09T00:57:20.389Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-09T00:57:20.389Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T00:57:20.390Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:57:20.392Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:57:20.392Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547440389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:57:20.496Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T00:57:20.497Z||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-09T00:57:20.498Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:57:20.514Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:57:20.515Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:57:21.394Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:57:21.415Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
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-09T00:57:21.418Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:57:21.418Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:57:21.419Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:57:51.420Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:57:51.439Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
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-09T00:57:51.448Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:57:51.448Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:57:51.448Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:58:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:58:15.507Z||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-09T00:58:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:58:15.555Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:58:15.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:58:15.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "policy-id",
"timestamp": 1670547434530,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:58:15.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:58:21.448Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:58:21.466Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
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-09T00:58:21.474Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:58:21.474Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:58:21.474Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:58:51.475Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:58:51.524Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
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-09T00:58:51.529Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:58:51.529Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T00:58:51.529Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T00:59:15.507Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:59:15.508Z||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-09T00:59:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:59:15.552Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:59:15.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547435503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:59:15.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:59:15.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "policy-id",
"timestamp": 1670547435533,
"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-09T00:59:15.571Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 333d1733-23b4-48f0-b91a-e3e963e9d7ba
2022-12-09T00:59:15.571Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333d1733-23b4-48f0-b91a-e3e963e9d7ba 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-09T00:59:15.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547435503,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:59:15.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:59:15.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "aai-model-loader",
"timestamp": 1670547437366,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:59:15.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:59:15.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547438394,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:59:15.589Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:59:15.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "aai-model-loader",
"timestamp": 1670547438368,
"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-09T00:59:15.603Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 333d1733-23b4-48f0-b91a-e3e963e9d7ba
2022-12-09T00:59:15.603Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333d1733-23b4-48f0-b91a-e3e963e9d7ba 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-09T00:59:15.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547439162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:59:15.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:59:15.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547440389,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:59:15.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:59:15.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547439162,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T00:59:15.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T00:59:15.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547441902,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T00:59:15.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:59:15.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547443665,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T00:59:15.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T00:59:15.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T00:59:15.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547444675,
"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-09T00:59:15.648Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 333d1733-23b4-48f0-b91a-e3e963e9d7ba
2022-12-09T00:59:15.648Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 333d1733-23b4-48f0-b91a-e3e963e9d7ba 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-09T00:59:21.529Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T00:59:21.548Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba
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-09T00:59:21.553Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T00:59:21.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T00:59:21.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T00:59:21.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T00:59:21.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:59:21.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:59:21.555Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:59:21.555Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T00:59:21.555Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-09T00:59:21.563Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T00:59:51.564Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba 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-09T00:59:51.575Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 333d1733-23b4-48f0-b91a-e3e963e9d7ba and serviceModelVersionId: d8ec9222-0a73-4eca-8cb8-95a1b78d2a06
2022-12-09T00:59:51.575Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a4a4c68-5930-42db-a103-21886b0196d8
2022-12-09T00:59:51.577Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0
2022-12-09T00:59:51.583Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T00:59:51.666Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0|INFO|500||Invoke
2022-12-09T00:59:51.667Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[333d1733-23b4-48f0-b91a-e3e963e9d7ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d56313ba-216a-452f-8078-7f255b9f7c38], X-ECOMP-RequestID=[333d1733-23b4-48f0-b91a-e3e963e9d7ba], X-TransactionId=[], X-ONAP-RequestID=[333d1733-23b4-48f0-b91a-e3e963e9d7ba], Content-Type=[application/merge-patch+json]}
2022-12-09T00:59:51.677Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T00:59:51.822Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?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/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 00:59:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[381048], x-aai-txid=[1-aai-resources-221209-00:59:50:673-19051], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T00:59:51.823Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T00:59:51.824Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9a4a4c68-5930-42db-a103-21886b0196d8/model-vers/model-ver/d8ec9222-0a73-4eca-8cb8-95a1b78d2a06?depth=0|INFO|500||InvokeReturn
2022-12-09T00:59:51.825Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T00:59:51.825Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-09T00:59:51.832Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-09T00:59:51.832Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 333d1733-23b4-48f0-b91a-e3e963e9d7ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T00:59:51.833Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T00:59:51.834Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:59:51.836Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:59:51.836Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "333d1733-23b4-48f0-b91a-e3e963e9d7ba",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547591833,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T00:59:51.936Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:59:51.937Z||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-09T00:59:51.938Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:59:51.985Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:59:51.987Z||pool-39-thread-1|||||INFO|500||cambria reply ok (50 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-09T00:59:52.858Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T00:59:52.859Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|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-09T00:59:52.860Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|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 jywBnk0ExbYxkWs6) ...
2022-12-09T00:59:58.515Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:59:58.517Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T00:59:58.517Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7b67d9c-b2fe-42ee-8723-a825b5c1eac3","serviceName":"Demo_pNF_DKEeeqmJ91TH8S3oIssM","serviceVersion":"1.0","serviceUUID":"0ba34406-72f8-410e-a62c-619722328bec","serviceDescription":"catalog service description","serviceInvariantUUID":"ee5ff76c-8acc-4f89-93d3-7566a5fb7556","resources":[{"resourceInstanceName":"pNF 2a383eab-c33c 0","resourceName":"pNF 2a383eab-c33c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"856f4656-8fee-44b7-813c-a678b54269d6","resourceInvariantUUID":"ae7db58b-aba6-4f50-ae7b-254435a20473","resourceCustomizationUUID":"f9ef8b6f-35fb-407d-a457-7a50c5a03102","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml","artifactChecksum":"YmU1Zjc1MmJlZTI5ZmM0ODgxNTZmZjZhMjc4M2NiMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"52c8fa3d-3cd7-41df-9d6f-b187c7d51b1b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar","artifactChecksum":"MjYyMGY2YjhiNGJhZjQzOGQxNjM0YzUxMGZjZDc1Yzk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d04b6803-ec2f-4b45-8fde-1c2d30e2bcd9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05325754-88e8-4dcd-ab69-db2e730d257b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml","artifactChecksum":"MGIwMjYzN2M1NGIwMDE3NzUyNDA5YjRiYTY0YTc3ZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ea610ec-307d-4604-8984-538b99af65f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"417ac287-25d5-4184-baad-8fa44482782b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d965645-8dfc-439d-979a-c2ccab546bae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDkeeeqmj91th8s3oissm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml","artifactChecksum":"MmM3NzhhZjAyNDM2ODI3MjA3NTRhYzA5ZjRmMzdhN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b912c3fd-dcbe-443f-b266-0571b9f39c82","artifactVersion":"1"},{"artifactName":"service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar","artifactChecksum":"NzFjZjEyMDEwZWM0YzlhYzAwNjQ0OTVhYTkwN2ZlNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e228bc9b-2bfc-415b-a21c-e7f021c4cf41","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T00:59:58.520Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:59:58.520Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:59:58.522Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:59:58.522Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:59:58.623Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:59:58.624Z||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-09T00:59:58.624Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:59:58.645Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:59:58.646Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-09T00:59:59.523Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T00:59:59.524Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T00:59:59.527Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T00:59:59.527Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T00:59:59.627Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T00:59:59.628Z||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-09T00:59:59.628Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T00:59:59.643Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T00:59:59.644Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:00.528Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:00.529Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:00.531Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:00.531Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:00.631Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:00.633Z||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-09T01:00:00.633Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:00.650Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:00.651Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:01.532Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:01.533Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:01.535Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:01.535Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:01.635Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:01.636Z||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-09T01:00:01.637Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:01.652Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:01.652Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:02.536Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:02.537Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:02.540Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:02.541Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:02.641Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:02.642Z||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-09T01:00:02.642Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:02.658Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:02.659Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:03.541Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:03.542Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:03.545Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:03.545Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:03.645Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:03.646Z||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-09T01:00:03.647Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:03.667Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:03.668Z||pool-45-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:04.546Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:04.547Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:04.549Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:04.549Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:04.649Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:04.651Z||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-09T01:00:04.651Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:04.674Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:04.675Z||pool-46-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:05.550Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:00:05.551Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:05.553Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:05.553Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:05.653Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:05.655Z||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-09T01:00:05.655Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:05.672Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:05.672Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:06.554Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"serviceName": "Demo_pNF_DKEeeqmJ91TH8S3oIssM",
"serviceVersion": "1.0",
"serviceUUID": "0ba34406-72f8-410e-a62c-619722328bec",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ee5ff76c-8acc-4f89-93d3-7566a5fb7556",
"resources": [
{
"resourceInstanceName": "pNF 2a383eab-c33c 0",
"resourceCustomizationUUID": "f9ef8b6f-35fb-407d-a457-7a50c5a03102",
"resourceName": "pNF 2a383eab-c33c",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "856f4656-8fee-44b7-813c-a678b54269d6",
"resourceInvariantUUID": "ae7db58b-aba6-4f50-ae7b-254435a20473",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"artifactChecksum": "NzFjZjEyMDEwZWM0YzlhYzAwNjQ0OTVhYTkwN2ZlNzY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e228bc9b-2bfc-415b-a21c-e7f021c4cf41"
}
],
"workloadContext": "Production"
}
2022-12-09T01:00:06.555Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T01:00:06.555Z|333d1733-23b4-48f0-b91a-e3e963e9d7ba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0ba34406-72f8-410e-a62c-619722328bec ASDC
2022-12-09T01:00:06.557Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
ServiceName:Demo_pNF_DKEeeqmJ91TH8S3oIssM
ServiceVersion:1.0
ServiceUUID:0ba34406-72f8-410e-a62c-619722328bec
ServiceInvariantUUID:ee5ff76c-8acc-4f89-93d3-7566a5fb7556
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
ArtifactUUID:e228bc9b-2bfc-415b-a21c-e7f021c4cf41
ArtifactChecksum:NzFjZjEyMDEwZWM0YzlhYzAwNjQ0OTVhYTkwN2ZlNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 2a383eab-c33c 0
ResourceCustomizationUUID:f9ef8b6f-35fb-407d-a457-7a50c5a03102
ResourceInvariantUUID:ae7db58b-aba6-4f50-ae7b-254435a20473
ResourceName:pNF 2a383eab-c33c
ResourceType:PNF
ResourceUUID:856f4656-8fee-44b7-813c-a678b54269d6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-09T01:00:06.558Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ba34406-72f8-410e-a62c-619722328bec 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-09T01:00:06.601Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T01:00:06.602Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:00:06.602Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:00:06.602Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e228bc9b-2bfc-415b-a21c-e7f021c4cf41 from URL: /sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:06.605Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T01:00:06.605Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:06.700Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T01:00:06.701Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar e228bc9b-2bfc-415b-a21c-e7f021c4cf41 88018
2022-12-09T01:00:06.702Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar ASDC sendASDCNotification
2022-12-09T01:00:06.702Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:06.702Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T01:00:06.702Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:06.704Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:06.704Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547606702,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:06.805Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:06.806Z||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-09T01:00:06.806Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:06.822Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:06.823Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:07.705Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T01:00:07.707Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:00:07.708Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e228bc9b-2bfc-415b-a21c-e7f021c4cf41, URL: /sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar to file: /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:07.708Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:07.708Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:07.709Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:07.833Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1345949608661149717/Definitions/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml
2022-12-09T01:00:08.688Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T01:00:08.688Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.689Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2a383eab-c33c 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-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.690Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T01:00:08.690Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.690Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.690Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Node template pNF 2a383eab-c33c 0 is matching search criteria
2022-12-09T01:00:08.690Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2a383eab-c33c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Node template pNF 2a383eab-c33c 0 is matching search criteria
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 2a383eab-c33c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-09T01:00:08.691Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.692Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.693Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.693Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_DKEeeqmJ91TH8S3oIssM
Description:catalog service description
Model UUID:0ba34406-72f8-410e-a62c-619722328bec
Model Version:NULL
Model InvariantUuid:ee5ff76c-8acc-4f89-93d3-7566a5fb7556
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-09T01:00:08.703Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 856f4656-8fee-44b7-813c-a678b54269d6
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-09T01:00:08.706Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||pNF 2a383eab-c33c 0
2022-12-09T01:00:08.707Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 856f4656-8fee-44b7-813c-a678b54269d6
2022-12-09T01:00:08.707Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0ba34406-72f8-410e-a62c-619722328bec
2022-12-09T01:00:08.707Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0ba34406-72f8-410e-a62c-619722328bec
2022-12-09T01:00:08.707Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2a383eab-c33c 0 856f4656-8fee-44b7-813c-a678b54269d6 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-09T01:00:08.714Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40c0f69b, org.onap.sdc.toscaparser.api.parameters.Input@400c435f, org.onap.sdc.toscaparser.api.parameters.Input@667a2df3, org.onap.sdc.toscaparser.api.parameters.Input@115a48, org.onap.sdc.toscaparser.api.parameters.Input@472210ff]
2022-12-09T01:00:08.714Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.714Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.714Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0ba34406-72f8-410e-a62c-619722328bec: pNF 2a383eab-c33c
2022-12-09T01:00:08.715Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Processing PNF resource: 856f4656-8fee-44b7-813c-a678b54269d6
2022-12-09T01:00:08.715Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-09T01:00:08.715Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_DKEeeqmJ91TH8S3oIssM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-09T01:00:08.715Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||Resource customization UUID: f9ef8b6f-35fb-407d-a457-7a50c5a03102 is the same as notified resource customizationUUID: f9ef8b6f-35fb-407d-a457-7a50c5a03102
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-09T01:00:08.796Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2a383eab-c33c 856f4656-8fee-44b7-813c-a678b54269d6 0 ASDC deployResourceStructure
2022-12-09T01:00:08.796Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar ASDC sendASDCNotification
2022-12-09T01:00:08.796Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar
2022-12-09T01:00:08.797Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-09T01:00:08.797Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:00:08.799Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:00:08.799Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547608796,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:08.899Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:00:08.900Z||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-09T01:00:08.900Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:08.916Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:08.916Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:00:09.800Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T01:00:09.817Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
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-09T01:00:09.820Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T01:00:09.820Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-09T01:00:09.820Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-09T01:00:15.506Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T01:00:15.507Z||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-09T01:00:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T01:00:15.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:00:15.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.568Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.575Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.575Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.575Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.576Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.576Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.576Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.577Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.577Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.577Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.578Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.578Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.578Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.579Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.579Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547493999,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "multicloud-k8s",
"timestamp": 1670547493379,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547509631,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547505997,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547517657,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547517721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.592Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547518347,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547519352,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.594Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "policy-id",
"timestamp": 1670547520355,
"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-09T01:00:15.610Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
2022-12-09T01:00:15.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 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-09T01:00:15.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547523000,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "aai-model-loader",
"timestamp": 1670547524002,
"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-09T01:00:15.638Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
2022-12-09T01:00:15.638Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 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-09T01:00:15.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.656Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547518662,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547518142,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547525998,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.670Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/resourceInstances/pnf2a383eabc33c0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.671Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.671Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547534498,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547535023,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.672Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547535007,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547536102,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547536012,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547537168,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "policy-id",
"timestamp": 1670547537015,
"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-09T01:00:15.700Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2
2022-12-09T01:00:15.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2 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-09T01:00:15.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547537910,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.723Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547538205,
"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-09T01:00:15.732Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2
2022-12-09T01:00:15.732Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2 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-09T01:00:15.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "multicloud-k8s",
"timestamp": 1670547539208,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547540032,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDkeeeqmj91th8s3oissm/1.0/artifacts/service-DemoPnfDkeeeqmj91th8s3oissm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547541036,
"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-09T01:00:15.754Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
2022-12-09T01:00:15.755Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 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-09T01:00:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547539631,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "aai-model-loader",
"timestamp": 1670547546737,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547529162,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547549168,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547535502,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "multicloud-k8s",
"timestamp": 1670547540215,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "policy-id",
"timestamp": 1670547545997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547535502,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "multicloud-k8s",
"timestamp": 1670547540215,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547551963,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "policy-id",
"timestamp": 1670547545997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547535502,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "multicloud-k8s",
"timestamp": 1670547540215,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "policy-id",
"timestamp": 1670547545997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670547552970,
"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-09T01:00:15.784Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2
2022-12-09T01:00:15.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5d3ac740-68bc-4ae0-ae6e-d27e36c087c2 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-09T01:00:15.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547535502,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "multicloud-k8s",
"timestamp": 1670547540215,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "policy-id",
"timestamp": 1670547545997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "cds-sdc-listener",
"timestamp": 1670547535502,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "multicloud-k8s",
"timestamp": 1670547540215,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-09T01:00:15.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:00:39.820Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-09T01:00:39.835Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3
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-09T01:00:39.840Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-09T01:00:39.840Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-09T01:00:39.841Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-09T01:00:39.841Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-09T01:00:39.841Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T01:00:39.842Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T01:00:39.842Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T01:00:39.842Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-09T01:00:39.842Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-09T01:00:39.851Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-09T01:01:09.851Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 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-09T01:01:09.857Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 and serviceModelVersionId: 0ba34406-72f8-410e-a62c-619722328bec
2022-12-09T01:01:09.857Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee5ff76c-8acc-4f89-93d3-7566a5fb7556
2022-12-09T01:01:09.858Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0
2022-12-09T01:01:09.862Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-09T01:01:09.907Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0|INFO|500||Invoke
2022-12-09T01:01:09.908Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7b67d9c-b2fe-42ee-8723-a825b5c1eac3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a37fbb13-0f9d-4d0b-b247-df102db7bca1], X-ECOMP-RequestID=[e7b67d9c-b2fe-42ee-8723-a825b5c1eac3], X-TransactionId=[], X-ONAP-RequestID=[e7b67d9c-b2fe-42ee-8723-a825b5c1eac3], Content-Type=[application/merge-patch+json]}
2022-12-09T01:01:09.914Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-09T01:01:10.058Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?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/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0 has http status code:200 and response headers:{date=[Fri, 09 Dec 2022 01:01:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[192664], x-aai-txid=[2-aai-resources-221209-01:01:08:907-57579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-09T01:01:10.058Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-09T01:01:10.059Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee5ff76c-8acc-4f89-93d3-7566a5fb7556/model-vers/model-ver/0ba34406-72f8-410e-a62c-619722328bec?depth=0|INFO|500||InvokeReturn
2022-12-09T01:01:10.060Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-09T01:01:10.060Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-09T01:01:10.068Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-09T01:01:10.068Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7b67d9c-b2fe-42ee-8723-a825b5c1eac3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-09T01:01:10.068Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-09T01:01:10.068Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:10.070Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:10.070Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "e7b67d9c-b2fe-42ee-8723-a825b5c1eac3",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547670068,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-09T01:01:10.171Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:10.172Z||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-09T01:01:10.172Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:10.192Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:10.193Z||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-09T01:01:11.087Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-09T01:01:11.087Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5d3ac740-68bc-4ae0-ae6e-d27e36c087c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"192cd626-a08c-4766-b9bd-3657ba9a4cb7","serviceDescription":"service","serviceInvariantUUID":"28a5c0cd-1375-48c2-adb0-be21edc632b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3218f07-cb4e-47c0-96f7-435e97fbe96a","resourceInvariantUUID":"ff9575d0-d748-4671-8334-695e5f6d8523","resourceCustomizationUUID":"a8a8f752-c75a-4037-83e1-64cf18a30af4","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":"NjgxOThlOGI0ZTYyYzk2MGI1MGFiZTgzZjQwOTk5ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"04de8e63-b28d-4309-ae30-c69fb6cdb949","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":"NGM4MzE2Yzg2OGUzY2UwZTVhMWEyOGE3YzJkNjVkYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c6453729-2084-4e4d-ae2f-dc56b2f40a13","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":"aa91cd00-8776-454a-947c-a58f95fe309d","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":"fd3635e5-ed0a-4bd2-ad0c-4adbc3eb7c89","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":"d09a7ed5-52d7-4ac2-bb82-8de1d8903eac","artifactVersion":"2","generatedFromUUID":"aa91cd00-8776-454a-947c-a58f95fe309d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MGU1YTljYWUxMzIzMDZjNTY4OGIwMWJhMTliNDg0NTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6c7c495-747b-47ae-aff1-54890d03d1a4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzMxZGUzOTlmNmQ0NDQ5MWM0OTBjODg2M2M3NWFmYjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"031ea087-17c3-4d52-988b-f29cef55f309","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-09T01:01:11.088Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:11.088Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:11.090Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:11.090Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:01:11.190Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:11.191Z||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-09T01:01:11.191Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:11.205Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:11.206Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:12.091Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:12.091Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:12.095Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:12.095Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-09T01:01:12.195Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:12.196Z||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-09T01:01:12.196Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:12.210Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:12.211Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:13.095Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:13.096Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:13.099Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:13.099Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-09T01:01:13.199Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:13.200Z||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-09T01:01:13.201Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:13.221Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:13.222Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:14.100Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:14.102Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:14.104Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:14.105Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:01:14.205Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:14.206Z||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-09T01:01:14.206Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:14.223Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:14.224Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-09T01:01:15.105Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:15.106Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:15.109Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:15.109Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-09T01:01:15.209Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:15.210Z||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-09T01:01:15.210Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:15.231Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:15.232Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:15.507Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-09T01:01:15.508Z||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-09T01:01:15.508Z||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 jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:15.536Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:15.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-12-09T01:01:15.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d1ff0e9a-2032-4285-82cf-5164dd0f0cf8",
"consumerID": "policy-id",
"timestamp": 1670547545997,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-09T01:01:15.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object.
2022-12-09T01:01:16.109Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:16.110Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:16.112Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:16.112Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-09T01:01:16.213Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:16.214Z||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-09T01:01:16.215Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:16.232Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:16.233Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:17.114Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-09T01:01:17.114Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:17.117Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:17.117Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547592858,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-09T01:01:17.219Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-09T01:01:17.219Z||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-09T01:01:17.220Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:17.236Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:17.236Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-09T01:01:18.119Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"serviceName": "basic_vm",
"serviceVersion": "1.0",
"serviceUUID": "192cd626-a08c-4766-b9bd-3657ba9a4cb7",
"serviceDescription": "service",
"serviceInvariantUUID": "28a5c0cd-1375-48c2-adb0-be21edc632b0",
"resources": [
{
"resourceInstanceName": "basic_vm 0",
"resourceCustomizationUUID": "a8a8f752-c75a-4037-83e1-64cf18a30af4",
"resourceName": "basic_vm",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "b3218f07-cb4e-47c0-96f7-435e97fbe96a",
"resourceInvariantUUID": "ff9575d0-d748-4671-8334-695e5f6d8523",
"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": "NGM4MzE2Yzg2OGUzY2UwZTVhMWEyOGE3YzJkNjVkYjc\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c6453729-2084-4e4d-ae2f-dc56b2f40a13",
"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": "aa91cd00-8776-454a-947c-a58f95fe309d",
"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": "d09a7ed5-52d7-4ac2-bb82-8de1d8903eac",
"generatedFromUUID": "aa91cd00-8776-454a-947c-a58f95fe309d"
},
"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": "d09a7ed5-52d7-4ac2-bb82-8de1d8903eac",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicVm-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"artifactChecksum": "NzMxZGUzOTlmNmQ0NDQ5MWM0OTBjODg2M2M3NWFmYjc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "031ea087-17c3-4d52-988b-f29cef55f309"
}
],
"workloadContext": "Production"
}
2022-12-09T01:01:18.119Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-09T01:01:18.119Z|e7b67d9c-b2fe-42ee-8723-a825b5c1eac3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 192cd626-a08c-4766-b9bd-3657ba9a4cb7 ASDC
2022-12-09T01:01:18.120Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5d3ac740-68bc-4ae0-ae6e-d27e36c087c2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:192cd626-a08c-4766-b9bd-3657ba9a4cb7
ServiceInvariantUUID:28a5c0cd-1375-48c2-adb0-be21edc632b0
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:031ea087-17c3-4d52-988b-f29cef55f309
ArtifactChecksum:NzMxZGUzOTlmNmQ0NDQ5MWM0OTBjODg2M2M3NWFmYjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:a8a8f752-c75a-4037-83e1-64cf18a30af4
ResourceInvariantUUID:ff9575d0-d748-4671-8334-695e5f6d8523
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b3218f07-cb4e-47c0-96f7-435e97fbe96a
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:c6453729-2084-4e4d-ae2f-dc56b2f40a13
ArtifactChecksum:NGM4MzE2Yzg2OGUzY2UwZTVhMWEyOGE3YzJkNjVkYjc=
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:aa91cd00-8776-454a-947c-a58f95fe309d
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:d09a7ed5-52d7-4ac2-bb82-8de1d8903eac
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:d09a7ed5-52d7-4ac2-bb82-8de1d8903eac
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-09T01:01:18.121Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 192cd626-a08c-4766-b9bd-3657ba9a4cb7 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-09T01:01:18.160Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T01:01:18.160Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:01:18.160Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:01:18.160Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 031ea087-17c3-4d52-988b-f29cef55f309 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-09T01:01:18.161Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-09T01:01:18.161Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-09T01:01:18.229Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-09T01:01:18.230Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 031ea087-17c3-4d52-988b-f29cef55f309 75204
2022-12-09T01:01:18.231Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||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-09T01:01:18.231Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||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-09T01:01:18.231Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-09T01:01:18.231Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-09T01:01:18.233Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-09T01:01:18.233Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "5d3ac740-68bc-4ae0-ae6e-d27e36c087c2",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670547678231,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-09T01:01:18.334Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-09T01:01:18.335Z||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-09T01:01:18.335Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as jywBnk0ExbYxkWs6) ...
2022-12-09T01:01:18.364Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-09T01:01:18.365Z||pool-58-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-09T01:01:19.234Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-09T01:01:19.235Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-09T01:01:19.236Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 031ea087-17c3-4d52-988b-f29cef55f309, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:19.236Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-09T01:01:19.236Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:19.236Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:19.362Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13766165763197831448/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-09T01:01:20.615Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-09T01:01:20.615Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T01:01:20.616Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:20.616Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-09T01:01:20.616Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||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-09T01:01:20.617Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:20.617Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||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-09T01:01:20.617Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||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-09T01:01:20.618Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:20.618Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:20.618Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-09T01:01:20.618Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-09T01:01:20.618Z|5d3ac740-68bc-4ae0-ae6e-d27e36c087c2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery