By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-26T23:30:04.529Z||main|||||INFO|500||The following profiles are active: basic
2022-11-26T23:30:17.557Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-26T23:30:17.558Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-26T23:30:17.713Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-26T23:30:22.907Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-26T23:30:23.476Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-26T23:30:24.106Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-26T23:30:24.187Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-26T23:30:24.321Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-26T23:30:24.652Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-26T23:30:25.747Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-26T23:30:29.413Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-26T23:30:32.622Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-26T23:30:32.694Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-26T23:30:33.515Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-26T23:30:34.132Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-26T23:30:35.569Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-26T23:30:36.652Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-11-26T23:30:37.677Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-26T23:30:37.680Z||main|||||ERROR|500||(conn=1201) Table 'catalogdb.activity_spec' doesn't exist
2022-11-26T23:30:37.696Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-11-26T23:30:40.855Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-26T23:30:43.272Z||main|||||WARN|500||---
2022-11-26T23:30:43.272Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-26T23:30:43.272Z||main|||||WARN|500||---
2022-11-26T23:30:43.741Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-26T23:30:48.810Z||main|||||INFO|500||Started Application in 47.641 seconds (JVM running for 50.347)
2022-11-26T23:30:48.824Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-26T23:30:48.832Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-26T23:30:48.846Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-26T23:30:48.875Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-26T23:30:48.921Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fc6c6232-5136-4bf3-8641-05271c3a3f37 url= /sdc/v1/artifactTypes
2022-11-26T23:30:48.922Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-26T23:30:49.104Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-26T23:30:49.132Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-26T23:30:49.157Z||scheduling-1|||||DEBUG|500||create keys
2022-11-26T23:30:49.167Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-26T23:30:49.280Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:30:49.301Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 430af1cb-9518-48b4-8fea-efb3c707678c url= /sdc/v1/registerForDistribution
2022-11-26T23:30:49.474Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 430af1cb-9518-48b4-8fea-efb3c707678c url= /sdc/v1/registerForDistribution
2022-11-26T23:30:49.474Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-26T23:30:49.488Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:30:49.488Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:30:49.494Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-26T23:30:49.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:30:49.498Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:30:49.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-11-26T23:30:49.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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:31:00.822Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:31:00.836Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:31:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:31:49.483Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:31:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:31:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:31:49.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:31:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:31:59.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:31:59.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:32:49.481Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:32:49.483Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:32:49.484Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:32:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:32:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:32:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:32:59.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:32:59.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:33:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:33:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:33:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:33:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:33:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:33:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:33:59.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:33:59.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:34:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:34:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:34:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:34:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:34:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:34:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:34:59.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:34:59.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:35:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:35:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:35:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:35:49.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:35:49.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:35:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:35:59.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:35:59.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:36:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:36:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:36:49.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:36:49.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:36:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:36:49.484Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:36:59.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:36:59.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:37:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:37:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:37:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:37:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:37:49.486Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:37:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:37:59.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:37:59.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:38:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:38:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:38:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:38:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:38:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:38:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:38:59.035Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:38:59.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:39:49.482Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:39:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:39:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:39:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:39:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:39:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:39:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:39:59.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:40:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:40:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:40:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:40:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:40:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:40:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:40:56.624Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-26T23:40:59.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:40:59.050Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:41:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:41:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:41:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:41:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:41:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:41:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:41:59.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:41:59.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:42:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:42:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:42:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:42:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:42:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:42:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:42:59.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:42:59.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:43:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:43:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:43:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:43:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:43:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:43:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:43:59.072Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:43:59.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:44:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:44:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:44:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:44:49.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:44:49.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:44:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:44:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:44:59.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:45:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:45:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:45:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:45:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:45:49.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:45:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:45:59.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:45:59.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:46:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:46:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:46:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:46:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:46:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:46:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:46:59.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:46:59.112Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:47:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:47:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:47:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:47:49.486Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:47:49.487Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:47:49.487Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:47:59.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:47:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:48:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:48:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:48:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:48:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:48:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:48:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:48:59.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:48:59.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:49:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:49:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:49:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:49:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:49:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:49:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:49:59.036Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:49:59.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:50:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:50:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:50:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:50:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:50:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:50:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:50:59.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:50:59.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:51:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:51:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:51:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:51:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:51:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:51:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:51:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:51:59.052Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:52:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:52:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:52:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:52:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:52:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:52:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:52:59.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:52:59.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:53:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:53:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:53:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:53:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:53:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:53:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:53:59.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:53:59.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:54:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:54:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:54:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:54:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:54:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:54:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:54:59.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:54:59.047Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:55:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:55:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:55:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:55:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:55:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:55:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:55:59.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:55:59.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:56:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:56:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:56:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:56:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:56:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:56:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:56:59.038Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:56:59.051Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:57:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:57:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:57:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:57:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:57:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:57:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:57:59.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:57:59.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:58:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:58:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:58:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:58:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:58:49.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:58:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:58:59.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:58:59.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:59:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:59:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:59:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:59:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-26T23:59:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-26T23:59:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-26T23:59:59.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-26T23:59:59.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:00:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:00:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:00:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:00:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:00:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:00:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:00:59.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:00:59.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:01:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:01:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:01:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:01:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:01:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:01:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:01:59.041Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:01:59.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:02:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:02:49.482Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:02:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:02:49.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:02:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:02:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:02:59.061Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:02:59.062Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:03:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:03:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:03:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:03:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:03:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:03:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:03:59.061Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:03:59.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:04:49.481Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:04:49.483Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:04:49.484Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:04:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:04:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:04:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:04:59.097Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:04:59.098Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:05:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:05:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:05:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:05:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:05:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:05:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:05:59.073Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:05:59.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:06:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:06:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:06:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:06:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:06:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:06:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:06:59.098Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:06:59.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:07:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:07:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:07:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:07:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:07:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:07:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:07:59.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:07:59.097Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:08:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:08:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:08:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:08:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:08:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:08:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:08:59.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:08:59.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:09:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:09:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:09:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:09:49.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:09:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:09:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:09:59.100Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:09:59.101Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:10:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:10:49.483Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:10:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:10:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:10:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:10:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:10:59.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:10:59.096Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:11:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:11:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:11:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:11:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:11:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:11:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:11:59.033Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:11:59.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:12:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:12:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:12:49.484Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:12:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:12:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:12:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:12:59.035Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:12:59.044Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:13:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:13:49.482Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:13:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:13:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:13:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:13:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:13:59.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:13:59.049Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:14:49.481Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:14:49.483Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:14:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:14:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:14:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:14:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:14:59.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:14:59.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:15:49.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:15:49.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:15:49.482Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:15:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:15:49.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:15:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:15:59.042Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:15:59.047Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:16:49.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:16:49.483Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:16:49.483Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:16:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:16:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:16:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:16:59.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:16:59.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:17:49.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:17:49.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:17:49.482Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:17:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:17:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:17:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:17:59.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:17:59.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:18:49.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:18:49.482Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:18:49.482Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:18:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:18:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:18:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:18:59.032Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:18:59.035Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:19:49.481Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:19:49.483Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:19:49.483Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:19:49.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:19:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:19:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:19:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:19:59.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:20:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:20:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:20:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:20:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:20:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:20:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:20:59.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:20:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:21:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:21:49.484Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:21:49.484Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:21:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:21:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:21:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:21:59.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:21:59.044Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:22:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:22:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:22:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:22:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:22:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:22:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:22:59.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:22:59.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:23:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:23:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:23:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:23:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:23:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:23:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:23:59.051Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:23:59.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:24:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:24:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:24:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:24:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:24:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:24:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:24:59.120Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:24:59.123Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:25:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:25:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:25:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:25:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:25:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:25:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:25:59.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:25:59.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:26:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:26:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:26:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:26:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:26:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:26:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:26:59.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:26:59.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:27:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:27:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:27:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:27:49.484Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:27:49.485Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:27:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:27:59.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:27:59.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:28:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:28:49.483Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:28:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:28:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:28:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:28:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:28:59.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:28:59.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:29:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:29:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:29:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:29:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:29:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:29:49.487Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:29:59.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:29:59.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:30:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:30:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:30:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:30:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:30:49.484Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:30:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:30:59.037Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:30:59.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:31:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:31:49.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:31:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:31:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:31:49.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:31:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:31:59.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:31:59.064Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:32:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:32:49.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:32:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:32:49.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:32:49.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:32:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:32:59.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:32:59.103Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:33:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:33:49.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:33:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:33:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:33:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:33:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:33:59.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:33:59.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:34:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:34:49.482Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:34:49.482Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:34:49.484Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:34:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:34:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:34:59.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:34:59.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:35:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:35:49.483Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:35:49.483Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:35:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:35:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:35:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:35:59.030Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:35:59.033Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:49.481Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:36:49.484Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:36:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:36:49.484Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:36:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:55.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:55.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T00:36:55.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"0407d643-2b70-455f-92ee-4b501207f820","serviceName":"vFW 2022-11-27 00-35-57","serviceVersion":"1.0","serviceUUID":"7b34f2b2-dcc9-4b21-ab10-244cdfb44a30","serviceDescription":"catalog service description","serviceInvariantUUID":"ff56dee3-3f1c-4bcc-b3e0-7aab97929205","resources":[{"resourceInstanceName":"vFW c613a457-1d98 0","resourceName":"vFW c613a457-1d98","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"405bcb36-b59f-4bcd-8ec5-20dfa2f3831b","resourceInvariantUUID":"b989b7cf-6a42-4e77-90e4-32c5587f6e16","resourceCustomizationUUID":"55666d3d-e1dc-4a26-b1ba-0e00d9672ae6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml","artifactChecksum":"MTUxMDdlODg3MWEzM2E1NGZmNTI5NzhkNDYxOGU1M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec28b805-efe4-4712-b70b-bcc20ab9c003","artifactVersion":"1"},{"artifactName":"vfwc613a4571d980_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json","artifactChecksum":"MmNhNmZiMzk1NmEyZjc0MjQwYTM4N2EyMjRmMWVlZTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9d461e9-e750-49e3-9cdf-6924dc0ad82c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aaaa4e40-18e7-4778-924a-98324957543a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml","artifactChecksum":"NGY3NDU3NzRlZDQ0MGNjOTA2ZWFmOGUwNDQ5ZDliODg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a5dca47-d664-4d5b-b14d-8b4cc142ef34","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50e555a2-4a73-441e-89db-27de6bcb4e39","artifactVersion":"2","generatedFromUUID":"aaaa4e40-18e7-4778-924a-98324957543a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221127003557-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml","artifactChecksum":"ZTYwZGZkZWFlODJkMDhmYjBkZDFmZDgyZjk4YTE1ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"42745945-282c-4032-937e-664e8d92cd4b","artifactVersion":"1"},{"artifactName":"service-Vfw20221127003557-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar","artifactChecksum":"NjIxOTY4ZjFlOTZmZTI0NmFhYWI5NDEyZTliMjA4YTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69ff853d-91af-49aa-94de-3da3e1b9f254","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T00:36:55.081Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:36:55.090Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:36:55.105Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:36:55.105Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:36:55.206Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-11-27T00:36:55.211Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:36:55.211Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:55.235Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:55.237Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:36:55.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:55.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-27T00:36:55.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:36:55.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-27T00:36:55.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-27T00:36:55.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:36:55.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-27T00:36:56.115Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:36:56.116Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:36:56.118Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:36:56.118Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:36:56.218Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:36:56.220Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:36:56.220Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:56.231Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:56.231Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:36:57.119Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:36:57.120Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:36:57.123Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:36:57.123Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:36:57.223Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:36:57.224Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:36:57.225Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:57.258Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:57.259Z||pool-5-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:36:58.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:36:58.124Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:36:58.127Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:36:58.127Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:36:58.227Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:36:58.229Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:36:58.229Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:58.244Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:58.245Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:36:59.128Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:36:59.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:36:59.131Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:36:59.131Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T00:36:59.231Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:36:59.233Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:36:59.233Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:36:59.258Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:36:59.259Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:00.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:37:00.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:00.136Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:00.136Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:37:00.236Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:00.238Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:00.238Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:00.262Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:00.262Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:01.137Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:37:01.138Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:01.140Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:01.140Z||pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:37:01.240Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:37:01.241Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:01.242Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:01.253Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:01.253Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:37:02.143Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"serviceName": "vFW 2022-11-27 00-35-57",
"serviceVersion": "1.0",
"serviceUUID": "7b34f2b2-dcc9-4b21-ab10-244cdfb44a30",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "ff56dee3-3f1c-4bcc-b3e0-7aab97929205",
"resources": [
{
"resourceInstanceName": "vFW c613a457-1d98 0",
"resourceCustomizationUUID": "55666d3d-e1dc-4a26-b1ba-0e00d9672ae6",
"resourceName": "vFW c613a457-1d98",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "405bcb36-b59f-4bcd-8ec5-20dfa2f3831b",
"resourceInvariantUUID": "b989b7cf-6a42-4e77-90e4-32c5587f6e16",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfwc613a4571d980_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"artifactChecksum": "MmNhNmZiMzk1NmEyZjc0MjQwYTM4N2EyMjRmMWVlZTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "b9d461e9-e750-49e3-9cdf-6924dc0ad82c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "aaaa4e40-18e7-4778-924a-98324957543a",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50e555a2-4a73-441e-89db-27de6bcb4e39",
"generatedFromUUID": "aaaa4e40-18e7-4778-924a-98324957543a"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "50e555a2-4a73-441e-89db-27de6bcb4e39",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221127003557-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"artifactChecksum": "NjIxOTY4ZjFlOTZmZTI0NmFhYWI5NDEyZTliMjA4YTg\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "69ff853d-91af-49aa-94de-3da3e1b9f254"
}
],
"workloadContext": "Production"
}
2022-11-27T00:37:02.145Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T00:37:02.145Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7b34f2b2-dcc9-4b21-ab10-244cdfb44a30 ASDC
2022-11-27T00:37:02.291Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:0407d643-2b70-455f-92ee-4b501207f820
ServiceName:vFW 2022-11-27 00-35-57
ServiceVersion:1.0
ServiceUUID:7b34f2b2-dcc9-4b21-ab10-244cdfb44a30
ServiceInvariantUUID:ff56dee3-3f1c-4bcc-b3e0-7aab97929205
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221127003557-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar
ArtifactUUID:69ff853d-91af-49aa-94de-3da3e1b9f254
ArtifactChecksum:NjIxOTY4ZjFlOTZmZTI0NmFhYWI5NDEyZTliMjA4YTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c613a457-1d98 0
ResourceCustomizationUUID:55666d3d-e1dc-4a26-b1ba-0e00d9672ae6
ResourceInvariantUUID:b989b7cf-6a42-4e77-90e4-32c5587f6e16
ResourceName:vFW c613a457-1d98
ResourceType:VF
ResourceUUID:405bcb36-b59f-4bcd-8ec5-20dfa2f3831b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc613a4571d980_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json
ArtifactUUID:b9d461e9-e750-49e3-9cdf-6924dc0ad82c
ArtifactChecksum:MmNhNmZiMzk1NmEyZjc0MjQwYTM4N2EyMjRmMWVlZTM=
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/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml
ArtifactUUID:aaaa4e40-18e7-4778-924a-98324957543a
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/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
ArtifactUUID:50e555a2-4a73-441e-89db-27de6bcb4e39
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/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
ArtifactUUID:50e555a2-4a73-441e-89db-27de6bcb4e39
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-27T00:37:02.292Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7b34f2b2-dcc9-4b21-ab10-244cdfb44a30 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:37:02.542Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:37:02.544Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:37:02.545Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:37:02.546Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 69ff853d-91af-49aa-94de-3da3e1b9f254 from URL: /sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:02.546Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:37:02.547Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:02.645Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:37:02.651Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar 69ff853d-91af-49aa-94de-3da3e1b9f254 101492
2022-11-27T00:37:02.653Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar ASDC sendASDCNotification
2022-11-27T00:37:02.654Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:02.656Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:37:02.657Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:02.659Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:02.659Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509422652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:37:02.760Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:02.761Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:02.762Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:02.775Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:02.776Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:37:03.660Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:37:03.661Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:37:03.662Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 69ff853d-91af-49aa-94de-3da3e1b9f254, URL: /sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar to file: /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:03.662Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221127003557-csar.csar
2022-11-27T00:37:03.764Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:03.764Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:04.545Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4632033576274213204/Definitions/service-Vfw20221127003557-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-27T00:37:07.783Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T00:37:07.789Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-27T00:37:07.789Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.789Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-27T00:37:07.789Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c613a457-1d98 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-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.790Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.791Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:07.791Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-27T00:37:07.797Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.798Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.802Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:07.803Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-27T00:37:07.804Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:37:07.806Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.806Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.806Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:07.807Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-27T00:37:07.807Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:37:07.807Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.807Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:07.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:07.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:07.813Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T00:37:07.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.815Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-27T00:37:07.815Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.815Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T00:37:07.816Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:07.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:07.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:07.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:07.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:07.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:07.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T00:37:07.819Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T00:37:07.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43125612-5d05-46da-840a-f9f1f43239aa
2022-11-27T00:37:07.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:07.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:07.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T00:37:07.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T00:37:07.823Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:07.823Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-27T00:37:07.823Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T00:37:07.823Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.823Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T00:37:07.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bda037-56cb-411b-a999-d51f93f8ea55
2022-11-27T00:37:07.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:07.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:07.825Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T00:37:07.825Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.825Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.825Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.825Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T00:37:07.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:07.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T00:37:07.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T00:37:07.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:07.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:07.827Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-27T00:37:07.827Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5621b8f3-12f5-4072-a902-15de3262db1a
2022-11-27T00:37:07.827Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.827Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.827Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:07.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:07.829Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-27 00-35-57
Description:catalog service description
Model UUID:7b34f2b2-dcc9-4b21-ab10-244cdfb44a30
Model Version:NULL
Model InvariantUuid:ff56dee3-3f1c-4bcc-b3e0-7aab97929205
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW c613a457-1d98
Model UUID:002c9012-14fe-47ea-aa58-db60b369872d
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b989b7cf-6a42-4e77-90e4-32c5587f6e16
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:55666d3d-e1dc-4a26-b1ba-0e00d9672ae6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:af230e47-41c3-45d9-8922-b561a8ef507f
ModelName:VfwC613a4571d98..base_vfw..module-0
ModelUuid:d11f8818-eb26-4b57-958a-ed7ea078f335
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:43125612-5d05-46da-840a-f9f1f43239aa
ModelInvariantUuid:70106e2b-12ac-484c-be1f-d6f996a203dc
ModelName:vFW c613a457-1d98-nodes.vfwCvfc
ModelUuid:acec0d15-5aba-45cf-a8f3-6e0c2134d32e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:a2902111-5240-4ac4-8440-613ab4661db2
ModelInvariantUuid:02aaa7cf-d9d8-4b47-9df5-d467e4da78f0
ModelName:VfwC613a4571d98.compute.nodes.heat.vfw
ModelUuid:9cf2fa3e-5241-4425-97e6-379ca419115b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:09bda037-56cb-411b-a999-d51f93f8ea55
ModelInvariantUuid:25b56f47-ff30-41a3-9fdc-9119603c9dae
ModelName:vFW c613a457-1d98-nodes.vsnCvfc
ModelUuid:e9f7b1d0-048c-4f89-952f-1e33508a1add
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:14dcb036-4d0a-4350-97c0-006febd5361d
ModelInvariantUuid:9062ab12-2cd0-44ae-8a21-9b904c59e666
ModelName:VfwC613a4571d98.compute.nodes.heat.vsn
ModelUuid:a881a515-44c3-49dd-b4ac-9f1112b5af38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:5621b8f3-12f5-4072-a902-15de3262db1a
ModelInvariantUuid:0a6d5096-0185-4c35-8e07-7ba8f1fcc5a9
ModelName:vFW c613a457-1d98-nodes.vpgCvfc
ModelUuid:a82b5702-50ca-494b-8af6-83f8a1e0230d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d59367ab-61e6-42e5-998d-eeb3393c0f27
ModelInvariantUuid:a00a1f56-cc7d-497b-a628-87b2ec4cce97
ModelName:VfwC613a4571d98.compute.nodes.heat.vpg
ModelUuid:1dd098bc-763a-4876-84a9-ac8b22aab3ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T00:37:07.851Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 405bcb36-b59f-4bcd-8ec5-20dfa2f3831b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:37:07.918Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||vFW c613a457-1d98 0
2022-11-27T00:37:07.926Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 405bcb36-b59f-4bcd-8ec5-20dfa2f3831b
2022-11-27T00:37:07.926Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b9d461e9-e750-49e3-9cdf-6924dc0ad82c from URL: /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json
2022-11-27T00:37:07.926Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:37:07.927Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json
2022-11-27T00:37:07.994Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:37:07.994Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json b9d461e9-e750-49e3-9cdf-6924dc0ad82c 785
2022-11-27T00:37:07.994Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json ASDC sendASDCNotification
2022-11-27T00:37:07.994Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json
2022-11-27T00:37:07.995Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:37:07.995Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:07.997Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:07.997Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509427994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:37:08.097Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:08.099Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:08.099Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:08.120Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:08.121Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:08.998Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC613a4571d98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "af230e47-41c3-45d9-8922-b561a8ef507f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d11f8818-eb26-4b57-958a-ed7ea078f335",
"vfModuleModelCustomizationUUID": "1f178422-07d8-4e41-b80d-a7fb357402c8",
"isBase": true,
"artifacts": [
"aaaa4e40-18e7-4778-924a-98324957543a",
"50e555a2-4a73-441e-89db-27de6bcb4e39"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T00:37:09.020Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC613a4571d98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d11f8818-eb26-4b57-958a-ed7ea078f335
VfModuleModelInvariantUUID:af230e47-41c3-45d9-8922-b561a8ef507f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aaaa4e40-18e7-4778-924a-98324957543a
,
50e555a2-4a73-441e-89db-27de6bcb4e39
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T00:37:09.032Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "VfwC613a4571d98..base_vfw..module-0",
"vfModuleModelInvariantUUID": "af230e47-41c3-45d9-8922-b561a8ef507f",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d11f8818-eb26-4b57-958a-ed7ea078f335",
"vfModuleModelCustomizationUUID": "1f178422-07d8-4e41-b80d-a7fb357402c8",
"isBase": true,
"artifacts": [
"aaaa4e40-18e7-4778-924a-98324957543a",
"50e555a2-4a73-441e-89db-27de6bcb4e39"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T00:37:09.033Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC613a4571d98..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d11f8818-eb26-4b57-958a-ed7ea078f335
VfModuleModelInvariantUUID:af230e47-41c3-45d9-8922-b561a8ef507f
VfModuleModelDescription:NULL
Artifacts UUID List:{
aaaa4e40-18e7-4778-924a-98324957543a
,
50e555a2-4a73-441e-89db-27de6bcb4e39
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T00:37:09.033Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aaaa4e40-18e7-4778-924a-98324957543a from URL: /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml
2022-11-27T00:37:09.033Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:37:09.033Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml
2022-11-27T00:37:09.121Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:37:09.122Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml aaaa4e40-18e7-4778-924a-98324957543a 20368
2022-11-27T00:37:09.122Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-27T00:37:09.122Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml
2022-11-27T00:37:09.122Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:37:09.125Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:09.128Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:09.128Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509429122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:37:09.229Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T00:37:09.231Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:09.231Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:09.271Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:09.271Z||pool-12-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:10.129Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 50e555a2-4a73-441e-89db-27de6bcb4e39 from URL: /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
2022-11-27T00:37:10.129Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:37:10.130Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
2022-11-27T00:37:10.247Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:37:10.248Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env 50e555a2-4a73-441e-89db-27de6bcb4e39 2098
2022-11-27T00:37:10.249Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-27T00:37:10.250Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
2022-11-27T00:37:10.250Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:37:10.251Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:10.255Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:10.255Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509430249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:37:10.355Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:37:10.356Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:10.356Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:10.369Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:10.369Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:11.257Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7b34f2b2-dcc9-4b21-ab10-244cdfb44a30
2022-11-27T00:37:11.258Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c613a457-1d98 0 405bcb36-b59f-4bcd-8ec5-20dfa2f3831b 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-11-27T00:37:11.305Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@310a219, org.onap.sdc.toscaparser.api.parameters.Input@18453187, org.onap.sdc.toscaparser.api.parameters.Input@30b2aaf7, org.onap.sdc.toscaparser.api.parameters.Input@a52bf0a, org.onap.sdc.toscaparser.api.parameters.Input@cd4d433]
2022-11-27T00:37:11.310Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.311Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.311Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-27T00:37:11.312Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 55666d3d-e1dc-4a26-b1ba-0e00d9672ae6
2022-11-27T00:37:11.312Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55666d3d-e1dc-4a26-b1ba-0e00d9672ae6 matches Tosca VF Customization UUID: 55666d3d-e1dc-4a26-b1ba-0e00d9672ae6
2022-11-27T00:37:11.313Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 55666d3d-e1dc-4a26-b1ba-0e00d9672ae6 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-27T00:37:11.321Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.322Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.324Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 55666d3d-e1dc-4a26-b1ba-0e00d9672ae6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-27T00:37:11.325Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c92415
2022-11-27T00:37:11.326Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.326Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T00:37:11.327Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f178422-07d8-4e41-b80d-a7fb357402c8
2022-11-27T00:37:11.328Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f178422-07d8-4e41-b80d-a7fb357402c8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-27T00:37:11.338Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.339Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.339Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:11.340Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.340Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.341Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:11.341Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.341Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:11.342Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:11.342Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-27T00:37:11.342Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:11.343Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T00:37:11.343Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T00:37:11.343Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.344Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.344Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T00:37:11.344Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.345Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T00:37:11.345Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.345Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=43125612-5d05-46da-840a-f9f1f43239aa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T00:37:11.361Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.362Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.362Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:11.362Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.362Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:11.363Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:11.363Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T00:37:11.363Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.363Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.363Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.364Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T00:37:11.364Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:11.364Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-27T00:37:11.364Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-27T00:37:11.365Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.365Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-27T00:37:11.365Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.366Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bda037-56cb-411b-a999-d51f93f8ea55
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T00:37:11.369Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.369Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.370Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:11.373Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.374Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is not matching search criteria
2022-11-27T00:37:11.374Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-27T00:37:11.374Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-27T00:37:11.374Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.375Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.375Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.375Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-27T00:37:11.376Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-27T00:37:11.376Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-27T00:37:11.376Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-27T00:37:11.376Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-27T00:37:11.378Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-27T00:37:11.378Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-27T00:37:11.378Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5621b8f3-12f5-4072-a902-15de3262db1a
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T00:37:11.382Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.382Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.382Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:37:11.383Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.383Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Node template vFW c613a457-1d98 0 is matching search criteria
2022-11-27T00:37:11.383Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW c613a457-1d98 0] matching following query criteria: sdcType=VF, customizationUUID=55666d3d-e1dc-4a26-b1ba-0e00d9672ae6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:37:11.386Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.386Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.387Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7b34f2b2-dcc9-4b21-ab10-244cdfb44a30: vFW c613a457-1d98
2022-11-27T00:37:11.387Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.387Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.388Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.388Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.388Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.389Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.389Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.390Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.390Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:37:11.390Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-11-27 00-35-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:37:11.391Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-11-27 00-35-57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:37:11.811Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c613a457-1d98 405bcb36-b59f-4bcd-8ec5-20dfa2f3831b 1 ASDC deployResourceStructure
2022-11-27T00:37:11.811Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json ASDC sendASDCNotification
2022-11-27T00:37:11.811Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json
2022-11-27T00:37:11.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:37:11.812Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:11.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:11.814Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509431811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:37:11.914Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:11.915Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:11.915Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:11.972Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:11.973Z||pool-14-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:37:12.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-27T00:37:12.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml
2022-11-27T00:37:12.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:37:12.818Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:12.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:12.820Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509432817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T00:37:12.922Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T00:37:12.924Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:12.924Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:12.941Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:12.942Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:37:13.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-27T00:37:13.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env
2022-11-27T00:37:13.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:37:13.822Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:13.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:13.824Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509433821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-27T00:37:13.925Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:13.926Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:13.926Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:13.942Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:13.943Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:14.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar ASDC sendASDCNotification
2022-11-27T00:37:14.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar
2022-11-27T00:37:14.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:37:14.826Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:37:14.828Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:37:14.829Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509434825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:37:14.929Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:37:14.930Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:37:14.930Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:14.945Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:14.945Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:37:15.830Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:37:15.862Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:37:15.865Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:37:15.865Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:37:15.865Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:37:45.865Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:37:45.880Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:37:45.883Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:37:45.883Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:37:45.883Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:37:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:37:49.486Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:37:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:37:49.514Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:37:49.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-27T00:37:49.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:37:49.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-11-27T00:38:15.884Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:38:15.917Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:38:15.925Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:38:15.925Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:38:15.926Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:38:45.927Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:38:45.945Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:38:45.949Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:38:45.950Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:38:45.950Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:38:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:38:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:38:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:38:49.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:38:49.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:38:49.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:38:49.511Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:15.951Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:39:15.972Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:39:15.975Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:39:15.976Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:39:15.976Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:39:45.976Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:39:45.991Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:39:45.993Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:39:45.993Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:39:45.994Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:39:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:39:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:39:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:39:49.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:39:50.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509409318,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509410868,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509409481,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509411674,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509422087,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509422001,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "cds",
"timestamp": 1669509422116,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509422652,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509416095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509423108,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509423928,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509418212,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "policy-id",
"timestamp": 1669509424114,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0407d643-2b70-455f-92ee-4b501207f820
2022-11-27T00:39:50.051Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0407d643-2b70-455f-92ee-4b501207f820 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.061Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.061Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509426029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.062Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.062Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509427204,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.062Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509428276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.063Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509427994,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509429416,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.071Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0407d643-2b70-455f-92ee-4b501207f820
2022-11-27T00:39:50.071Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0407d643-2b70-455f-92ee-4b501207f820 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-27T00:39:50.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509429122,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509430420,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509429800,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509430249,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509430806,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.093Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0407d643-2b70-455f-92ee-4b501207f820
2022-11-27T00:39:50.094Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0407d643-2b70-455f-92ee-4b501207f820 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509431811,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/vfwc613a4571d980_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.106Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509432817,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.107Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509433821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/resourceInstances/vfwc613a4571d980/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509434825,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.109Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509437258,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221127003557/1.0/artifacts/service-Vfw20221127003557-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.110Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "aai-ml",
"timestamp": 1669509438270,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.119Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0407d643-2b70-455f-92ee-4b501207f820
2022-11-27T00:39:50.119Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0407d643-2b70-455f-92ee-4b501207f820 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.148Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.148Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.149Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509438212,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.150Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.150Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.151Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509447862,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509440868,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509448936,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509441674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "cds",
"timestamp": 1669509448602,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509449994,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509449441,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509451042,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.178Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2037537-31c1-4868-ab90-8468e6bee135
2022-11-27T00:39:50.179Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2037537-31c1-4868-ab90-8468e6bee135 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669509452047,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.192Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509446095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509453829,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509449318,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509456237,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509456694,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509457039,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:39:50.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669509457244,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2037537-31c1-4868-ab90-8468e6bee135
2022-11-27T00:39:50.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2037537-31c1-4868-ab90-8468e6bee135 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "aai-ml",
"timestamp": 1669509457697,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.224Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2037537-31c1-4868-ab90-8468e6bee135
2022-11-27T00:39:50.224Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2037537-31c1-4868-ab90-8468e6bee135 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:39:50.235Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509458044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:39:50.236Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:39:50.236Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:39:50.236Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "policy-id",
"timestamp": 1669509459047,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:39:50.243Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2037537-31c1-4868-ab90-8468e6bee135
2022-11-27T00:39:50.243Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2037537-31c1-4868-ab90-8468e6bee135 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-27T00:40:15.995Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:40:16.023Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:40:16.026Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:40:16.027Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T00:40:16.027Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T00:40:16.045Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T00:40:16.045Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:40:16.045Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:40:16.045Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:40:16.045Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:40:16.046Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:40:16.054Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T00:40:46.055Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0407d643-2b70-455f-92ee-4b501207f820 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T00:40:46.065Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0407d643-2b70-455f-92ee-4b501207f820 and serviceModelVersionId: 7b34f2b2-dcc9-4b21-ab10-244cdfb44a30
2022-11-27T00:40:46.065Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff56dee3-3f1c-4bcc-b3e0-7aab97929205
2022-11-27T00:40:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:40:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:40:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:40:59.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:01.833Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0
2022-11-27T00:41:01.944Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T00:41:02.490Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0|INFO|500||Invoke
2022-11-27T00:41:02.498Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0407d643-2b70-455f-92ee-4b501207f820], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d0de7aa-c483-4cdd-bca5-e3e94ff42162], X-ECOMP-RequestID=[0407d643-2b70-455f-92ee-4b501207f820], X-TransactionId=[], X-ONAP-RequestID=[0407d643-2b70-455f-92ee-4b501207f820], Content-Type=[application/merge-patch+json]}
2022-11-27T00:41:02.523Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T00:41:02.815Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?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/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 00:41:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[259], vertex-id=[217336], x-aai-txid=[1-aai-resources-221127-00:41:01:518-37686], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T00:41:02.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T00:41:02.817Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ff56dee3-3f1c-4bcc-b3e0-7aab97929205/model-vers/model-ver/7b34f2b2-dcc9-4b21-ab10-244cdfb44a30?depth=0|INFO|500||InvokeReturn
2022-11-27T00:41:02.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T00:41:02.821Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:41:02.835Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T00:41:02.839Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0407d643-2b70-455f-92ee-4b501207f820 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T00:41:02.840Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T00:41:02.841Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:02.843Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:02.844Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509662839,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:41:02.944Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:02.945Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:02.945Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:02.962Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:02.963Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:41:03.860Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:41:03.861Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:41:03.861Z|0407d643-2b70-455f-92ee-4b501207f820|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:09.494Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:09.495Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-27T00:41:09.495Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2037537-31c1-4868-ab90-8468e6bee135","serviceName":"basic_onboard_OCVSVv","serviceVersion":"1.0","serviceUUID":"4213ec48-9c19-422e-8c84-bf7059eba567","serviceDescription":"service","serviceInvariantUUID":"f5f275f1-0760-4046-bac5-5c0cf7ee44a6","resources":[{"resourceInstanceName":"basic_onboard_OCVSVv 0","resourceName":"basic_onboard_OCVSVv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0e618062-4345-43f0-bf3f-3547700926c1","resourceInvariantUUID":"a3db0f56-e2a1-4d4e-8fc9-736df728e8be","resourceCustomizationUUID":"38ac4cb0-4a95-460f-a241-b67cce55d23c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml","artifactChecksum":"ODc5Nzc1YzE2MzNlMzYyZjQ4ZmJlNGRjMDQ3MGNkMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ec9d854-2001-4f10-9eb8-c7efaf634acb","artifactVersion":"1"},{"artifactName":"basic_onboard_ocvsvv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json","artifactChecksum":"NmU3YWQxNTllNWI5MjhmMmU0YjlmNTNiYmMxYjJmODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5cda4d3a-25f6-485b-801b-7d3abc9ff5fd","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"58eb5d5f-3d79-42cb-8738-5b2ee9450605","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"25bc665e-4ecf-4e0d-8e8b-2bc25c3c66db","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5eeef128-e5ef-4207-89b3-1a6eb10b3c80","artifactVersion":"2","generatedFromUUID":"58eb5d5f-3d79-42cb-8738-5b2ee9450605"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardOcvsvv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml","artifactChecksum":"YzY2ZTFhYjU4YTliYTdlMGU2NzM4NTViNTJjOGM4ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d38ce1c9-ee1a-4475-9f12-401ed46982f9","artifactVersion":"1"},{"artifactName":"service-BasicOnboardOcvsvv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar","artifactChecksum":"NTc1NmQ0NWJiYThmZmIwODQzNTZjYzA0ZDI5YzU0YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T00:41:09.498Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:09.498Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:09.500Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:09.500Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:09.600Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:09.602Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:09.602Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:09.615Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:09.616Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:10.501Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:10.502Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:10.504Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:10.504Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:41:10.604Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:10.605Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:10.605Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:10.618Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:10.618Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:11.504Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:11.505Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:11.507Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:11.507Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:41:11.608Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:11.609Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:11.610Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:11.623Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:11.623Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:12.508Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:12.509Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:12.512Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:12.512Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:12.613Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T00:41:12.615Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:12.615Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:12.632Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:12.632Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:13.513Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:13.515Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:13.525Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:13.525Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T00:41:13.618Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-11-27T00:41:13.619Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:13.619Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:13.634Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:13.634Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:41:14.526Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:14.527Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:14.529Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:14.529Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:14.629Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:41:14.631Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:14.631Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:14.644Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:14.645Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:15.530Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:41:15.531Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:15.533Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:15.533Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:41:15.634Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:41:15.635Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:15.635Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:15.647Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:15.647Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:16.535Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"serviceName": "basic_onboard_OCVSVv",
"serviceVersion": "1.0",
"serviceUUID": "4213ec48-9c19-422e-8c84-bf7059eba567",
"serviceDescription": "service",
"serviceInvariantUUID": "f5f275f1-0760-4046-bac5-5c0cf7ee44a6",
"resources": [
{
"resourceInstanceName": "basic_onboard_OCVSVv 0",
"resourceCustomizationUUID": "38ac4cb0-4a95-460f-a241-b67cce55d23c",
"resourceName": "basic_onboard_OCVSVv",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0e618062-4345-43f0-bf3f-3547700926c1",
"resourceInvariantUUID": "a3db0f56-e2a1-4d4e-8fc9-736df728e8be",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_ocvsvv0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"artifactChecksum": "NmU3YWQxNTllNWI5MjhmMmU0YjlmNTNiYmMxYjJmODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5cda4d3a-25f6-485b-801b-7d3abc9ff5fd",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "58eb5d5f-3d79-42cb-8738-5b2ee9450605",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5eeef128-e5ef-4207-89b3-1a6eb10b3c80",
"generatedFromUUID": "58eb5d5f-3d79-42cb-8738-5b2ee9450605"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5eeef128-e5ef-4207-89b3-1a6eb10b3c80",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardOcvsvv-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"artifactChecksum": "NTc1NmQ0NWJiYThmZmIwODQzNTZjYzA0ZDI5YzU0YTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52"
}
],
"workloadContext": "Production"
}
2022-11-27T00:41:16.536Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T00:41:16.536Z|0407d643-2b70-455f-92ee-4b501207f820|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4213ec48-9c19-422e-8c84-bf7059eba567 ASDC
2022-11-27T00:41:16.537Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d2037537-31c1-4868-ab90-8468e6bee135
ServiceName:basic_onboard_OCVSVv
ServiceVersion:1.0
ServiceUUID:4213ec48-9c19-422e-8c84-bf7059eba567
ServiceInvariantUUID:f5f275f1-0760-4046-bac5-5c0cf7ee44a6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardOcvsvv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar
ArtifactUUID:bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52
ArtifactChecksum:NTc1NmQ0NWJiYThmZmIwODQzNTZjYzA0ZDI5YzU0YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_OCVSVv 0
ResourceCustomizationUUID:38ac4cb0-4a95-460f-a241-b67cce55d23c
ResourceInvariantUUID:a3db0f56-e2a1-4d4e-8fc9-736df728e8be
ResourceName:basic_onboard_OCVSVv
ResourceType:VF
ResourceUUID:0e618062-4345-43f0-bf3f-3547700926c1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ocvsvv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json
ArtifactUUID:5cda4d3a-25f6-485b-801b-7d3abc9ff5fd
ArtifactChecksum:NmU3YWQxNTllNWI5MjhmMmU0YjlmNTNiYmMxYjJmODM=
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/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:58eb5d5f-3d79-42cb-8738-5b2ee9450605
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/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
ArtifactUUID:5eeef128-e5ef-4207-89b3-1a6eb10b3c80
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/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
ArtifactUUID:5eeef128-e5ef-4207-89b3-1a6eb10b3c80
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-27T00:41:16.538Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4213ec48-9c19-422e-8c84-bf7059eba567 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:41:16.580Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:41:16.581Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:41:16.581Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:41:16.582Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52 from URL: /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:16.582Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:41:16.582Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:16.802Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:41:16.803Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52 75676
2022-11-27T00:41:16.803Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar ASDC sendASDCNotification
2022-11-27T00:41:16.803Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:16.803Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:41:16.804Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:16.805Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:16.806Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509676803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:16.906Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:16.907Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:16.907Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:16.922Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:16.923Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:17.806Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:41:17.808Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-27T00:41:17.808Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bc12adfc-cf5c-4bc6-bbc6-b2c63ec40e52, URL: /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar to file: /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:17.808Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:17.809Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:17.809Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:17.939Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11907504958355244382/Definitions/service-BasicOnboardOcvsvv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-27T00:41:19.260Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T00:41:19.261Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-27T00:41:19.261Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.261Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-27T00:41:19.262Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.262Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.263Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.263Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.263Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_OCVSVv 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-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.264Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.264Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:19.264Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-27T00:41:19.264Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.265Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.265Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:19.266Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-27T00:41:19.266Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:41:19.267Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.267Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.267Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:19.268Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-27T00:41:19.268Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:41:19.268Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.268Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.269Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.269Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is not matching search criteria
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.270Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T00:41:19.271Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.271Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:19.271Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:19.271Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:19.272Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.273Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is not matching search criteria
2022-11-27T00:41:19.273Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-27T00:41:19.273Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T00:41:19.273Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e95fda2-e976-46d3-8579-2e084b1fe0af
2022-11-27T00:41:19.273Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.274Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.274Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.274Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.274Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.275Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.275Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:19.275Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:19.275Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_OCVSVv
Description:service
Model UUID:4213ec48-9c19-422e-8c84-bf7059eba567
Model Version:NULL
Model InvariantUuid:f5f275f1-0760-4046-bac5-5c0cf7ee44a6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_OCVSVv
Model UUID:5cd028d3-0869-4db6-9023-8de9256545c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3db0f56-e2a1-4d4e-8fc9-736df728e8be
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:38ac4cb0-4a95-460f-a241-b67cce55d23c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:3cb26425-1842-4f4f-a4be-3b617347b2cd
ModelName:BasicOnboardOcvsvv..base_ubuntu18..module-0
ModelUuid:d0592c48-e35f-4b55-acb5-26926db3688d
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:2e95fda2-e976-46d3-8579-2e084b1fe0af
ModelInvariantUuid:ace44d3c-ee0f-4e2a-9e6a-771d238cb958
ModelName:basic_onboard_OCVSVv-nodes.ubuntu18Cvfc
ModelUuid:182bb9a0-0bdd-4dbb-b666-0aed2517d0bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:85b50516-1a6c-49c7-976a-53eb679f54ef
ModelInvariantUuid:cc46635d-c7f4-415f-9766-c05c1737d1e0
ModelName:BasicOnboardOcvsvv.compute.nodes.heat.ubuntu18
ModelUuid:4d6bcbe4-03eb-4d04-8e7e-f329006b586a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T00:41:19.285Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 0e618062-4345-43f0-bf3f-3547700926c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:41:19.288Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||basic_onboard_OCVSVv 0
2022-11-27T00:41:19.288Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0e618062-4345-43f0-bf3f-3547700926c1
2022-11-27T00:41:19.288Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5cda4d3a-25f6-485b-801b-7d3abc9ff5fd from URL: /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json
2022-11-27T00:41:19.288Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:41:19.289Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json
2022-11-27T00:41:19.355Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:41:19.355Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json 5cda4d3a-25f6-485b-801b-7d3abc9ff5fd 798
2022-11-27T00:41:19.356Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json ASDC sendASDCNotification
2022-11-27T00:41:19.356Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json
2022-11-27T00:41:19.356Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:41:19.356Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:19.358Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:19.358Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509679356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:19.459Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:41:19.459Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:19.460Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:19.473Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:19.473Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:20.359Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOcvsvv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3cb26425-1842-4f4f-a4be-3b617347b2cd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0592c48-e35f-4b55-acb5-26926db3688d",
"vfModuleModelCustomizationUUID": "2fc9a264-7bdd-4778-b520-9406decb1443",
"isBase": true,
"artifacts": [
"58eb5d5f-3d79-42cb-8738-5b2ee9450605",
"5eeef128-e5ef-4207-89b3-1a6eb10b3c80"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T00:41:20.363Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcvsvv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0592c48-e35f-4b55-acb5-26926db3688d
VfModuleModelInvariantUUID:3cb26425-1842-4f4f-a4be-3b617347b2cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
58eb5d5f-3d79-42cb-8738-5b2ee9450605
,
5eeef128-e5ef-4207-89b3-1a6eb10b3c80
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T00:41:20.365Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardOcvsvv..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "3cb26425-1842-4f4f-a4be-3b617347b2cd",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "d0592c48-e35f-4b55-acb5-26926db3688d",
"vfModuleModelCustomizationUUID": "2fc9a264-7bdd-4778-b520-9406decb1443",
"isBase": true,
"artifacts": [
"58eb5d5f-3d79-42cb-8738-5b2ee9450605",
"5eeef128-e5ef-4207-89b3-1a6eb10b3c80"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-11-27T00:41:20.365Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardOcvsvv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0592c48-e35f-4b55-acb5-26926db3688d
VfModuleModelInvariantUUID:3cb26425-1842-4f4f-a4be-3b617347b2cd
VfModuleModelDescription:NULL
Artifacts UUID List:{
58eb5d5f-3d79-42cb-8738-5b2ee9450605
,
5eeef128-e5ef-4207-89b3-1a6eb10b3c80
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-11-27T00:41:20.365Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 58eb5d5f-3d79-42cb-8738-5b2ee9450605 from URL: /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml
2022-11-27T00:41:20.365Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:41:20.366Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml
2022-11-27T00:41:20.431Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:41:20.431Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml 58eb5d5f-3d79-42cb-8738-5b2ee9450605 5033
2022-11-27T00:41:20.432Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-27T00:41:20.432Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml
2022-11-27T00:41:20.432Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:41:20.432Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:20.435Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:20.435Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509680432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:20.535Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:20.536Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:20.536Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:20.550Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:20.551Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:21.436Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5eeef128-e5ef-4207-89b3-1a6eb10b3c80 from URL: /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
2022-11-27T00:41:21.437Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-27T00:41:21.437Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
2022-11-27T00:41:21.511Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-27T00:41:21.512Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env 5eeef128-e5ef-4207-89b3-1a6eb10b3c80 909
2022-11-27T00:41:21.512Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-27T00:41:21.512Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
2022-11-27T00:41:21.512Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:41:21.512Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:21.515Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:21.515Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509681512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:21.615Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:21.617Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:21.617Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:21.629Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:21.630Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:22.515Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 4213ec48-9c19-422e-8c84-bf7059eba567
2022-11-27T00:41:22.516Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_OCVSVv 0 0e618062-4345-43f0-bf3f-3547700926c1 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-11-27T00:41:22.534Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32c3e486, org.onap.sdc.toscaparser.api.parameters.Input@4bd83e7c, org.onap.sdc.toscaparser.api.parameters.Input@70c29a64, org.onap.sdc.toscaparser.api.parameters.Input@5bc13482, org.onap.sdc.toscaparser.api.parameters.Input@760b0ca8]
2022-11-27T00:41:22.536Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.536Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.536Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic
2022-11-27T00:41:22.536Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 38ac4cb0-4a95-460f-a241-b67cce55d23c
2022-11-27T00:41:22.536Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 38ac4cb0-4a95-460f-a241-b67cce55d23c matches Tosca VF Customization UUID: 38ac4cb0-4a95-460f-a241-b67cce55d23c
2022-11-27T00:41:22.537Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 38ac4cb0-4a95-460f-a241-b67cce55d23c matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-27T00:41:22.539Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.539Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.540Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 38ac4cb0-4a95-460f-a241-b67cce55d23c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-27T00:41:22.540Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a68012d
2022-11-27T00:41:22.540Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.540Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-27T00:41:22.540Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fc9a264-7bdd-4778-b520-9406decb1443
2022-11-27T00:41:22.541Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fc9a264-7bdd-4778-b520-9406decb1443
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-27T00:41:22.543Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.543Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:22.543Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:22.544Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.544Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:22.544Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:22.544Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.544Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is not matching search criteria
2022-11-27T00:41:22.545Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-27T00:41:22.545Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-27T00:41:22.545Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2e95fda2-e976-46d3-8579-2e084b1fe0af
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-27T00:41:22.547Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.548Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:22.548Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-27T00:41:22.548Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.548Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_OCVSVv 0 is matching search criteria
2022-11-27T00:41:22.549Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_OCVSVv 0] matching following query criteria: sdcType=VF, customizationUUID=38ac4cb0-4a95-460f-a241-b67cce55d23c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:41:22.551Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.551Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.552Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 4213ec48-9c19-422e-8c84-bf7059eba567: basic_onboard_OCVSVv
2022-11-27T00:41:22.552Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.552Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.552Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.552Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.553Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.553Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.553Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.553Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.554Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:41:22.556Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_OCVSVv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:41:22.556Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_OCVSVv
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:41:22.665Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_OCVSVv 0e618062-4345-43f0-bf3f-3547700926c1 1 ASDC deployResourceStructure
2022-11-27T00:41:22.665Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json ASDC sendASDCNotification
2022-11-27T00:41:22.665Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json
2022-11-27T00:41:22.666Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:41:22.666Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:22.668Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:22.668Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509682665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:22.768Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:41:22.769Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:22.770Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:22.784Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:22.784Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:41:23.670Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-27T00:41:23.670Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml
2022-11-27T00:41:23.670Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:41:23.670Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:23.673Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:23.673Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509683669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:23.773Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:23.774Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:23.774Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:23.786Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:23.786Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:24.674Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-27T00:41:24.674Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env
2022-11-27T00:41:24.675Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:41:24.675Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:24.677Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:24.677Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509684674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:24.778Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:24.779Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:24.779Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:24.796Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:24.796Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:25.679Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar ASDC sendASDCNotification
2022-11-27T00:41:25.679Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar
2022-11-27T00:41:25.679Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:41:25.679Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:25.681Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:25.682Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509685678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:25.782Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:25.783Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:25.783Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:25.796Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:25.796Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:41:26.685Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2037537-31c1-4868-ab90-8468e6bee135
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:41:26.703Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2037537-31c1-4868-ab90-8468e6bee135
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:41:26.708Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:41:26.718Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T00:41:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:41:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:41:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:50.122Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:50.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0407d643-2b70-455f-92ee-4b501207f820",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509662839,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:41:50.125Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509663860,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509676803,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509679356,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509680432,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509681512,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509682665,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/basic_onboard_ocvsvv0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509683669,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509684674,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/resourceInstances/basic_onboard_ocvsvv0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:50.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:50.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-27T00:41:50.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509685678,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardOcvsvv/1.0/artifacts/service-BasicOnboardOcvsvv-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:41:50.131Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:41:56.718Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2037537-31c1-4868-ab90-8468e6bee135 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T00:41:56.724Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2037537-31c1-4868-ab90-8468e6bee135 and serviceModelVersionId: 4213ec48-9c19-422e-8c84-bf7059eba567
2022-11-27T00:41:56.724Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5f275f1-0760-4046-bac5-5c0cf7ee44a6
2022-11-27T00:41:56.725Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0
2022-11-27T00:41:56.730Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T00:41:56.800Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0|INFO|500||Invoke
2022-11-27T00:41:56.801Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2037537-31c1-4868-ab90-8468e6bee135], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5183c2cb-ab50-4a35-89ee-86c3e1caecdd], X-ECOMP-RequestID=[d2037537-31c1-4868-ab90-8468e6bee135], X-TransactionId=[], X-ONAP-RequestID=[d2037537-31c1-4868-ab90-8468e6bee135], Content-Type=[application/merge-patch+json]}
2022-11-27T00:41:56.807Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T00:41:56.947Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?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/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 00:41:55 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[217304], x-aai-txid=[1-aai-resources-221127-00:41:55:802-55436], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T00:41:56.948Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T00:41:56.949Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f5f275f1-0760-4046-bac5-5c0cf7ee44a6/model-vers/model-ver/4213ec48-9c19-422e-8c84-bf7059eba567?depth=0|INFO|500||InvokeReturn
2022-11-27T00:41:56.950Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T00:41:56.950Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:41:56.955Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T00:41:56.955Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2037537-31c1-4868-ab90-8468e6bee135 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T00:41:56.956Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T00:41:56.956Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:41:56.958Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:41:56.958Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||DEBUG|500||try to send status {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509716955,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:41:57.058Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:41:57.059Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:41:57.060Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:41:57.076Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:41:57.076Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:41:57.974Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:41:57.977Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:41:57.977Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:07.560Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:42:07.561Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:42:07.561Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:42:07.562Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:17.132Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:42:17.132Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:42:17.133Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:42:17.133Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:26.675Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:42:26.675Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:42:26.676Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:42:26.676Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:36.234Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:42:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:42:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:42:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:42:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:42:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:42:50.113Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:42:50.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-27T00:42:50.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
"distributionID": "d2037537-31c1-4868-ab90-8468e6bee135",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669509716955,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:42:50.115Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:42:59.045Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:43:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:43:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:43:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:43:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:43:49.484Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:43:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:43:59.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:43:59.036Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:44:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:44:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:44:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:44:49.484Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:44:49.485Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:44:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:44:59.065Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:44:59.076Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:45:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:45:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:45:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:45:49.485Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:45:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:45:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:45:59.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:45:59.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:46:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:46:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:46:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:46:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:46:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:46:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:46:59.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:46:59.071Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:47:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:47:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:47:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:47:49.484Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:47:49.485Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:47:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:47:59.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:47:59.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:48:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:48:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:48:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:48:49.484Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:48:49.485Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:48:49.485Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:48:59.037Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:48:59.037Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:49:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:49:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:49:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:49:49.484Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:49:49.485Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:49:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:49:59.048Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:49:59.055Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:50:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:50:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:50:49.483Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:50:49.484Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:50:49.485Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:50:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:50:59.062Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:50:59.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:51:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:51:49.483Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:51:49.483Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:51:49.484Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:51:49.485Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:51:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:51:59.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:51:59.038Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:52:49.481Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:52:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:52:49.482Z|d2037537-31c1-4868-ab90-8468e6bee135|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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:52:49.484Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:52:49.485Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:52:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:52:59.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:52:59.051Z|d2037537-31c1-4868-ab90-8468e6bee135|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:53:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:53:49.484Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:53:49.485Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:53:49.485Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:53:49.485Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:53:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:53:59.039Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:53:59.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:54:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:54:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:54:49.483Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:54:49.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:54:49.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:54:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:54:59.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:54:59.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:49.481Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:55:49.482Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:55:49.482Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:55:49.484Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:55:49.484Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:54.613Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:54.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T00:55:54.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"271837be-7a0c-467b-81f6-c7503366983e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2de5b63b-9c73-4492-a696-8da0a3cacb53","serviceDescription":"service","serviceInvariantUUID":"b714510b-62ea-41bf-9cd8-7fb3eed3db8e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e04500ae-800a-42d1-8f2f-18a3539ec675","resourceInvariantUUID":"1204393a-84aa-4bb3-81d5-cb1de74c3430","resourceCustomizationUUID":"fec9a66b-de08-475a-99b0-c2fb21f0f881","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":"MjMwZTQ5ZjA4YTllY2NmMzExZmIxMjQ0NmU5NDYxYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2e4685d-68b6-4766-9411-d77ab1289002","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDUyMTE2MWM5OWJlNDk1ODc5YjE2YzM4YWYyMTc1MDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cd58f81f-e28c-430a-8e29-b9dbb72d6b57","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T00:55:54.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:55:54.631Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:55:54.636Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:55:54.636Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510549481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:55:54.737Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:55:54.738Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:55:54.738Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:54.799Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:54.800Z||pool-35-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:55:54.910Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:54.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:55:54.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "aai-ml",
"timestamp": 1669510551674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:55:54.912Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:55:55.637Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:55:55.639Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:55:55.641Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:55:55.641Z||pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510549481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:55:55.741Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:55:55.743Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:55:55.743Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:55.758Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:55.759Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:55:56.643Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "2de5b63b-9c73-4492-a696-8da0a3cacb53",
"serviceDescription": "service",
"serviceInvariantUUID": "b714510b-62ea-41bf-9cd8-7fb3eed3db8e",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "fec9a66b-de08-475a-99b0-c2fb21f0f881",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "e04500ae-800a-42d1-8f2f-18a3539ec675",
"resourceInvariantUUID": "1204393a-84aa-4bb3-81d5-cb1de74c3430",
"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": "MDUyMTE2MWM5OWJlNDk1ODc5YjE2YzM4YWYyMTc1MDQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cd58f81f-e28c-430a-8e29-b9dbb72d6b57"
}
],
"workloadContext": "Production"
}
2022-11-27T00:55:56.643Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T00:55:56.644Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2de5b63b-9c73-4492-a696-8da0a3cacb53 ASDC
2022-11-27T00:55:56.645Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:271837be-7a0c-467b-81f6-c7503366983e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2de5b63b-9c73-4492-a696-8da0a3cacb53
ServiceInvariantUUID:b714510b-62ea-41bf-9cd8-7fb3eed3db8e
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:cd58f81f-e28c-430a-8e29-b9dbb72d6b57
ArtifactChecksum:MDUyMTE2MWM5OWJlNDk1ODc5YjE2YzM4YWYyMTc1MDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fec9a66b-de08-475a-99b0-c2fb21f0f881
ResourceInvariantUUID:1204393a-84aa-4bb3-81d5-cb1de74c3430
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:e04500ae-800a-42d1-8f2f-18a3539ec675
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-27T00:55:56.646Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2de5b63b-9c73-4492-a696-8da0a3cacb53 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:55:56.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:55:56.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:55:56.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:55:56.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cd58f81f-e28c-430a-8e29-b9dbb72d6b57 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T00:55:56.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-27T00:55:56.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T00:55:56.807Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-27T00:55:56.808Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar cd58f81f-e28c-430a-8e29-b9dbb72d6b57 57790
2022-11-27T00:55:56.808Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-27T00:55:56.808Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T00:55:56.809Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:55:56.809Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:55:56.811Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:55:56.811Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510556808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:55:56.911Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:55:56.912Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:55:56.912Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:56.932Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:56.933Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:55:57.811Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:55:57.812Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:55:57.813Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: cd58f81f-e28c-430a-8e29-b9dbb72d6b57, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:57.813Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-27T00:55:57.814Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:57.814Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:57.992Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12573345799575795612/Definitions/service-BasicNetwork-template.yml
2022-11-27T00:55:58.687Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.688Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.689Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-27T00:55:58.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-27T00:55:58.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:55:58.690Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.691Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.692Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.692Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.692Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.692Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.692Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.693Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.693Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.693Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:2de5b63b-9c73-4492-a696-8da0a3cacb53
Model Version:NULL
Model InvariantUuid:b714510b-62ea-41bf-9cd8-7fb3eed3db8e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1204393a-84aa-4bb3-81d5-cb1de74c3430
Model UUID:c8325945-7e84-4811-9cbc-7c5bd49a1bf3
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:fec9a66b-de08-475a-99b0-c2fb21f0f881
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T00:55:58.703Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: e04500ae-800a-42d1-8f2f-18a3539ec675
2022-11-27T00:55:58.703Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||No resources found for Service: 2de5b63b-9c73-4492-a696-8da0a3cacb53
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:55:58.711Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||
2022-11-27T00:55:58.711Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-27T00:55:58.712Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 2de5b63b-9c73-4492-a696-8da0a3cacb53
2022-11-27T00:55:58.712Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2de5b63b-9c73-4492-a696-8da0a3cacb53
2022-11-27T00:55:58.712Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-27T00:55:58.712Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:55:58.720Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5512138, org.onap.sdc.toscaparser.api.parameters.Input@30bb59e2, org.onap.sdc.toscaparser.api.parameters.Input@4a205913, org.onap.sdc.toscaparser.api.parameters.Input@43157fcb, org.onap.sdc.toscaparser.api.parameters.Input@4f41de70]
2022-11-27T00:55:58.722Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.722Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.722Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.722Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.723Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2de5b63b-9c73-4492-a696-8da0a3cacb53: Generic NeutronNet
2022-11-27T00:55:58.723Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.723Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.723Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.723Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-27T00:55:58.772Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.773Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.773Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.774Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.774Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:55:58.774Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:55:58.774Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-27T00:55:58.846Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-27T00:55:58.846Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-27T00:55:58.847Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-27T00:55:58.847Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:55:58.847Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:55:58.849Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:55:58.849Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510558846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:55:58.949Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:55:58.950Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:55:58.951Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:55:58.968Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:55:58.968Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:55:59.850Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:55:59.870Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:55:59.872Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:55:59.872Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:55:59.873Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:56:29.873Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:56:29.888Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:56:29.891Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:56:29.891Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:56:29.891Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:56:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:56:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:56:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:56:49.548Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:56:49.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:56:49.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510549481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:56:49.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:56:49.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:56:49.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "policy-id",
"timestamp": 1669510549318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:56:49.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:56:49.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:56:49.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "cds",
"timestamp": 1669510550868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:56:49.551Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:56:59.892Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:56:59.904Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:56:59.912Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:56:59.913Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:56:59.913Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:57:29.913Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:57:29.932Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:57:29.935Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:57:29.935Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:57:29.935Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:57:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:57:49.486Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:57:49.486Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:57:49.532Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:57:49.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "aai-ml",
"timestamp": 1669510551674,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510549481,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "cds",
"timestamp": 1669510550868,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "policy-id",
"timestamp": 1669510549318,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510556095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "cds",
"timestamp": 1669510556602,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:57:49.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "policy-id",
"timestamp": 1669510556605,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510556808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "aai-ml",
"timestamp": 1669510556472,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510556095,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "policy-id",
"timestamp": 1669510557613,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:57:49.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510558212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:57:49.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "policy-id",
"timestamp": 1669510558617,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:57:49.550Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 271837be-7a0c-467b-81f6-c7503366983e
2022-11-27T00:57:49.550Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271837be-7a0c-467b-81f6-c7503366983e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:57:49.568Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.569Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510558846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:57:49.569Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.569Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510558848,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510558212,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "aai-ml",
"timestamp": 1669510560214,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510560594,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "aai-ml",
"timestamp": 1669510561225,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:57:49.579Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 271837be-7a0c-467b-81f6-c7503366983e
2022-11-27T00:57:49.579Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271837be-7a0c-467b-81f6-c7503366983e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:57:49.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:57:49.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510561599,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:57:49.597Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 271837be-7a0c-467b-81f6-c7503366983e
2022-11-27T00:57:49.597Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 271837be-7a0c-467b-81f6-c7503366983e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:57:59.936Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:57:59.948Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:57:59.952Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:57:59.953Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T00:57:59.953Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T00:57:59.953Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T00:57:59.953Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:57:59.953Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:57:59.954Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:57:59.954Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:57:59.954Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:57:59.961Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T00:58:29.961Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 271837be-7a0c-467b-81f6-c7503366983e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T00:58:29.968Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 271837be-7a0c-467b-81f6-c7503366983e and serviceModelVersionId: 2de5b63b-9c73-4492-a696-8da0a3cacb53
2022-11-27T00:58:29.969Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b714510b-62ea-41bf-9cd8-7fb3eed3db8e
2022-11-27T00:58:29.970Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0
2022-11-27T00:58:29.975Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T00:58:30.036Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0|INFO|500||Invoke
2022-11-27T00:58:30.037Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[271837be-7a0c-467b-81f6-c7503366983e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[183ac0da-1a22-4e50-b502-ac8287d0af47], X-ECOMP-RequestID=[271837be-7a0c-467b-81f6-c7503366983e], X-TransactionId=[], X-ONAP-RequestID=[271837be-7a0c-467b-81f6-c7503366983e], Content-Type=[application/merge-patch+json]}
2022-11-27T00:58:30.043Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T00:58:30.233Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?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/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 00:58:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[186], vertex-id=[229592], x-aai-txid=[0-aai-resources-221127-00:58:29:040-87684], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T00:58:30.233Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T00:58:30.234Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b714510b-62ea-41bf-9cd8-7fb3eed3db8e/model-vers/model-ver/2de5b63b-9c73-4492-a696-8da0a3cacb53?depth=0|INFO|500||InvokeReturn
2022-11-27T00:58:30.235Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T00:58:30.235Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:58:30.241Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T00:58:30.242Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 271837be-7a0c-467b-81f6-c7503366983e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T00:58:30.242Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T00:58:30.242Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:30.244Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:30.244Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510710242,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:58:30.345Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:30.346Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:30.346Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:30.364Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:30.364Z||pool-39-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:58:31.262Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:58:31.263Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:58:31.263Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:37.054Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:37.056Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T00:58:37.056Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"647347a3-b00b-423a-b697-15c4ec0fb823","serviceName":"Demo_pNF_ueYa07tGlpKeNofMdWMb","serviceVersion":"1.0","serviceUUID":"564c4786-2694-4ad9-9516-59aa6a7fbedc","serviceDescription":"catalog service description","serviceInvariantUUID":"efde14cf-11b9-46f3-a89f-61b4a41d26fd","resources":[{"resourceInstanceName":"pNF 81d58a5b-1a0b 0","resourceName":"pNF 81d58a5b-1a0b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"06098696-1efe-472a-b425-eca0695c6281","resourceInvariantUUID":"b57dc068-b51a-444b-8eb8-4acc67e33b60","resourceCustomizationUUID":"090e2151-6679-41cd-b7f0-e1e6c0841ec8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml","artifactChecksum":"Yzc3NWNjNmM4Yjk5NmFlY2EyYTE3NjkzMWYyNTRjOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7795440d-fd34-4ad5-8993-53f33a7e6826","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar","artifactChecksum":"YzY2MzY4NjhlODBhMjZlMTljOGFmZTk5Njc1YzQxNmE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"714d7d5a-1677-4900-9541-8dfecf32d993","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e75f5f3d-d8fe-48a3-92d0-d5ec4bfd204b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk4OGIxNWMxNGI1NjJkM2E2YmJjZTEyYzU2ZWMzM2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4a0f43ed-91c5-4ec0-8399-82f8e3c93049","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"915cf1c6-fdd9-4821-ad0a-272c2ed97e14","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c6ecd3-b858-47c6-9a86-72d45e97d1ae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUeya07tglpkenofmdwmb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml","artifactChecksum":"ZTQ0NWY2MjE0ZmM5MjdkYTZhOWI0MmU1YjZiMGI4OTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ac66ba14-c510-4af2-a2ce-6ced849d2256","artifactVersion":"1"},{"artifactName":"service-DemoPnfUeya07tglpkenofmdwmb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar","artifactChecksum":"NWViYTU3Njc0OGE3MDJhNzAzY2Q1Y2E3NTMzN2JiOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"460d5dcd-abe8-41f2-9265-f8ab98e3a890","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T00:58:37.058Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:37.059Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:37.062Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:37.062Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:37.161Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-27T00:58:37.163Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:37.163Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:37.203Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:37.204Z||pool-40-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:38.063Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:38.064Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:38.066Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:38.066Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:38.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:38.167Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:38.168Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:38.186Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:38.187Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:39.067Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:39.068Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:39.071Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:39.071Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:39.171Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:58:39.172Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:39.172Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:39.189Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:39.189Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:40.072Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:40.073Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:40.076Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:40.076Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:40.176Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:40.177Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:40.177Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:40.199Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:40.200Z||pool-43-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:41.077Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:41.078Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:41.081Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:41.081Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:41.181Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:41.182Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:41.182Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:41.193Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:41.194Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:42.082Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:42.083Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:42.085Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:42.085Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:42.186Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T00:58:42.188Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:42.188Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:42.202Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:42.203Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:43.086Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:43.087Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:43.090Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:43.090Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:43.190Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:43.191Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:43.191Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:43.204Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:43.205Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:58:44.091Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:58:44.092Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:44.094Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:44.095Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:44.196Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-27T00:58:44.197Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:44.198Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:44.218Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:44.219Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:45.096Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"serviceName": "Demo_pNF_ueYa07tGlpKeNofMdWMb",
"serviceVersion": "1.0",
"serviceUUID": "564c4786-2694-4ad9-9516-59aa6a7fbedc",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "efde14cf-11b9-46f3-a89f-61b4a41d26fd",
"resources": [
{
"resourceInstanceName": "pNF 81d58a5b-1a0b 0",
"resourceCustomizationUUID": "090e2151-6679-41cd-b7f0-e1e6c0841ec8",
"resourceName": "pNF 81d58a5b-1a0b",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "06098696-1efe-472a-b425-eca0695c6281",
"resourceInvariantUUID": "b57dc068-b51a-444b-8eb8-4acc67e33b60",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"artifactChecksum": "NWViYTU3Njc0OGE3MDJhNzAzY2Q1Y2E3NTMzN2JiOGM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "460d5dcd-abe8-41f2-9265-f8ab98e3a890"
}
],
"workloadContext": "Production"
}
2022-11-27T00:58:45.096Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T00:58:45.096Z|271837be-7a0c-467b-81f6-c7503366983e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 564c4786-2694-4ad9-9516-59aa6a7fbedc ASDC
2022-11-27T00:58:45.097Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:647347a3-b00b-423a-b697-15c4ec0fb823
ServiceName:Demo_pNF_ueYa07tGlpKeNofMdWMb
ServiceVersion:1.0
ServiceUUID:564c4786-2694-4ad9-9516-59aa6a7fbedc
ServiceInvariantUUID:efde14cf-11b9-46f3-a89f-61b4a41d26fd
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
ArtifactUUID:460d5dcd-abe8-41f2-9265-f8ab98e3a890
ArtifactChecksum:NWViYTU3Njc0OGE3MDJhNzAzY2Q1Y2E3NTMzN2JiOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 81d58a5b-1a0b 0
ResourceCustomizationUUID:090e2151-6679-41cd-b7f0-e1e6c0841ec8
ResourceInvariantUUID:b57dc068-b51a-444b-8eb8-4acc67e33b60
ResourceName:pNF 81d58a5b-1a0b
ResourceType:PNF
ResourceUUID:06098696-1efe-472a-b425-eca0695c6281
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-27T00:58:45.097Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 564c4786-2694-4ad9-9516-59aa6a7fbedc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:45.131Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:58:45.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:58:45.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:58:45.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 460d5dcd-abe8-41f2-9265-f8ab98e3a890 from URL: /sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:45.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-27T00:58:45.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:45.221Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-27T00:58:45.221Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar 460d5dcd-abe8-41f2-9265-f8ab98e3a890 88024
2022-11-27T00:58:45.222Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar ASDC sendASDCNotification
2022-11-27T00:58:45.222Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:45.222Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:58:45.222Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:45.224Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:45.224Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510725221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:45.324Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:58:45.325Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:45.325Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:45.343Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:45.343Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:58:46.224Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:58:46.225Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:58:46.226Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 460d5dcd-abe8-41f2-9265-f8ab98e3a890, URL: /sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar to file: /app/ASDC/1/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:46.226Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:46.226Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:46.227Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:46.344Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18351608419009181933/Definitions/service-DemoPnfUeya07tglpkenofmdwmb-template.yml
2022-11-27T00:58:47.131Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T00:58:47.131Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T00:58:47.131Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 81d58a5b-1a0b 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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||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-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.132Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T00:58:47.135Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.135Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.136Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Node template pNF 81d58a5b-1a0b 0 is matching search criteria
2022-11-27T00:58:47.136Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-27T00:58:47.136Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 81d58a5b-1a0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:58:47.137Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.137Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.137Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Node template pNF 81d58a5b-1a0b 0 is matching search criteria
2022-11-27T00:58:47.137Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-11-27T00:58:47.138Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 81d58a5b-1a0b 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-27T00:58:47.138Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.138Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.138Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.139Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.140Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.140Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_ueYa07tGlpKeNofMdWMb
Description:catalog service description
Model UUID:564c4786-2694-4ad9-9516-59aa6a7fbedc
Model Version:NULL
Model InvariantUuid:efde14cf-11b9-46f3-a89f-61b4a41d26fd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-27T00:58:47.152Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 06098696-1efe-472a-b425-eca0695c6281
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:58:47.156Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||pNF 81d58a5b-1a0b 0
2022-11-27T00:58:47.157Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 06098696-1efe-472a-b425-eca0695c6281
2022-11-27T00:58:47.157Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 564c4786-2694-4ad9-9516-59aa6a7fbedc
2022-11-27T00:58:47.157Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 564c4786-2694-4ad9-9516-59aa6a7fbedc
2022-11-27T00:58:47.157Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 81d58a5b-1a0b 0 06098696-1efe-472a-b425-eca0695c6281 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:58:47.164Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c046871, org.onap.sdc.toscaparser.api.parameters.Input@683d859e, org.onap.sdc.toscaparser.api.parameters.Input@6245e48e, org.onap.sdc.toscaparser.api.parameters.Input@5ec0f78, org.onap.sdc.toscaparser.api.parameters.Input@1ab4a854]
2022-11-27T00:58:47.165Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.165Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.165Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 564c4786-2694-4ad9-9516-59aa6a7fbedc: pNF 81d58a5b-1a0b
2022-11-27T00:58:47.165Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Processing PNF resource: 06098696-1efe-472a-b425-eca0695c6281
2022-11-27T00:58:47.166Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-27T00:58:47.166Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_ueYa07tGlpKeNofMdWMb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-27T00:58:47.166Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||Resource customization UUID: 090e2151-6679-41cd-b7f0-e1e6c0841ec8 is the same as notified resource customizationUUID: 090e2151-6679-41cd-b7f0-e1e6c0841ec8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-27T00:58:47.226Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 81d58a5b-1a0b 06098696-1efe-472a-b425-eca0695c6281 0 ASDC deployResourceStructure
2022-11-27T00:58:47.227Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar ASDC sendASDCNotification
2022-11-27T00:58:47.227Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar
2022-11-27T00:58:47.227Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-27T00:58:47.228Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:58:47.230Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:58:47.230Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510727227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:47.331Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:58:47.332Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:58:47.332Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:47.357Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:47.358Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:58:48.233Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 647347a3-b00b-423a-b697-15c4ec0fb823
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:58:48.251Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 647347a3-b00b-423a-b697-15c4ec0fb823
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:58:48.253Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:58:48.253Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-27T00:58:48.254Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-27T00:58:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:58:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:58:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:58:49.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:58:49.518Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.518Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.519Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.530Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.537Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.538Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.539Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.540Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.540Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.545Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510616095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.546Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510611674,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.547Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510609318,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.548Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.548Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510610868,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.549Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.549Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.549Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510618212,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.550Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.550Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510625627,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.550Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.550Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510625845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "cds",
"timestamp": 1669510625644,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510625523,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.551Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510626632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510627789,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.552Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "policy-id",
"timestamp": 1669510627638,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.564Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 647347a3-b00b-423a-b697-15c4ec0fb823
2022-11-27T00:58:49.564Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 647347a3-b00b-423a-b697-15c4ec0fb823 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510628793,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.585Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 647347a3-b00b-423a-b697-15c4ec0fb823
2022-11-27T00:58:49.585Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 647347a3-b00b-423a-b697-15c4ec0fb823 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510630535,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "aai-ml",
"timestamp": 1669510631539,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.602Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 647347a3-b00b-423a-b697-15c4ec0fb823
2022-11-27T00:58:49.602Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 647347a3-b00b-423a-b697-15c4ec0fb823 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510629318,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510626653,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510642880,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "cds",
"timestamp": 1669510642886,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510643884,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "policy-id",
"timestamp": 1669510644914,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dd8c272-780b-46b3-9f69-acf4b1f3e497
2022-11-27T00:58:49.636Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd8c272-780b-46b3-9f69-acf4b1f3e497 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510638212,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510647963,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.649Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510649040,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510650102,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510651168,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510641674,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.652Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510652343,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7dd8c272-780b-46b3-9f69-acf4b1f3e497
2022-11-27T00:58:49.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd8c272-780b-46b3-9f69-acf4b1f3e497 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-27T00:58:49.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510651456,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510653356,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510646095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:58:49.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510655847,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510658133,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510658397,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:58:49.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:58:49.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510659137,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.679Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7dd8c272-780b-46b3-9f69-acf4b1f3e497
2022-11-27T00:58:49.680Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd8c272-780b-46b3-9f69-acf4b1f3e497 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:58:49.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:58:49.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "aai-ml",
"timestamp": 1669510659404,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:58:49.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7dd8c272-780b-46b3-9f69-acf4b1f3e497
2022-11-27T00:58:49.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7dd8c272-780b-46b3-9f69-acf4b1f3e497 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:59:18.254Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 647347a3-b00b-423a-b697-15c4ec0fb823
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:59:18.277Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 647347a3-b00b-423a-b697-15c4ec0fb823
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-27T00:59:18.280Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:59:18.281Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:59:18.282Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-27T00:59:18.282Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:59:18.291Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-27T00:59:48.292Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 647347a3-b00b-423a-b697-15c4ec0fb823 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-27T00:59:48.301Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 647347a3-b00b-423a-b697-15c4ec0fb823 and serviceModelVersionId: 564c4786-2694-4ad9-9516-59aa6a7fbedc
2022-11-27T00:59:48.301Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efde14cf-11b9-46f3-a89f-61b4a41d26fd
2022-11-27T00:59:48.303Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0
2022-11-27T00:59:48.307Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-11-27T00:59:48.359Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0|INFO|500||Invoke
2022-11-27T00:59:48.359Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[647347a3-b00b-423a-b697-15c4ec0fb823], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd984857-df19-423d-8895-1d6ad95e75d4], X-ECOMP-RequestID=[647347a3-b00b-423a-b697-15c4ec0fb823], X-TransactionId=[], X-ONAP-RequestID=[647347a3-b00b-423a-b697-15c4ec0fb823], Content-Type=[application/merge-patch+json]}
2022-11-27T00:59:48.365Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-27T00:59:48.497Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?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/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0 has http status code:200 and response headers:{date=[Sun, 27 Nov 2022 00:59:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[117], vertex-id=[221312], x-aai-txid=[0-aai-resources-221127-00:59:47:359-16461], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-11-27T00:59:48.497Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-27T00:59:48.498Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efde14cf-11b9-46f3-a89f-61b4a41d26fd/model-vers/model-ver/564c4786-2694-4ad9-9516-59aa6a7fbedc?depth=0|INFO|500||InvokeReturn
2022-11-27T00:59:48.498Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-27T00:59:48.499Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-27T00:59:48.506Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-27T00:59:48.506Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 647347a3-b00b-423a-b697-15c4ec0fb823 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-27T00:59:48.507Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-27T00:59:48.507Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:48.509Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:48.509Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510788506,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:59:48.609Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:48.610Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:48.610Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:48.628Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:48.629Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:49.484Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-27T00:59:49.485Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-27T00:59:49.485Z||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 j8lnjV2PtVK1Bhtk) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:59:49.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:49.519Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.519Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.520Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.521Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.522Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.526Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.526Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7dd8c272-780b-46b3-9f69-acf4b1f3e497","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9772e274-51dd-4643-9548-e18e93bac965","serviceDescription":"service","serviceInvariantUUID":"074affef-77bd-4b07-854f-c4192be9ff7d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f42d8be2-975b-4e2d-a3cc-73ced35146bd","resourceInvariantUUID":"4229d2ee-323b-412e-ab08-074b63ef5301","resourceCustomizationUUID":"4b1aaed6-0126-4e91-aa3e-9e164cb12d8e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NDIyZmUzOGMxNDU4MjQzNDc2MTQyMDE4ZTQ5NGM0Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8115b09-5f3a-4d2b-a266-467466f62de0","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d0a3446-33b1-44f3-b6bf-659a45aa3d24","artifactVersion":"2","generatedFromUUID":"9420394f-01c4-40ea-a010-f9fca89a03cf"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9420394f-01c4-40ea-a010-f9fca89a03cf","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"OWVkMjZmMWRlZmM3ZTdmZDI5NWMzZGJiZDFhZTlmOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"79ce920f-f570-4411-9797-6ae8d9fd52a7","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8d909609-a104-47c2-8c35-dab46322e053","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9546c26a-d2e2-4f2a-a039-718903e228e0","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f1913de-428b-4783-92f1-05a50fb92645","artifactVersion":"2","generatedFromUUID":"8d909609-a104-47c2-8c35-dab46322e053"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OTViNmU2ZWM2NTc5MmM2ZDQyYWY5NzllNWIyNTM4Yzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9259afec-0b18-4a13-9687-7a823faefa39","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGUyOTkwMWI4Yjc1ZTQ4ZTY5MWIzYjllYWMxZmJiNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dfb037f2-a304-40f8-8b1c-94fa086646c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-27T00:59:49.526Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.526Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.526Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:49.526Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.527Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510701674,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510698212,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.527Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510700868,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.529Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:49.529Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.529Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.529Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.529Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "271837be-7a0c-467b-81f6-c7503366983e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510710242,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-27T00:59:49.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510711428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510710168,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "cds",
"timestamp": 1669510710321,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510712500,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510713658,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510706094,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510714778,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:59:49.556Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8905d485-5a38-4d1e-baf7-8e0f218d0d7e
2022-11-27T00:59:49.556Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8905d485-5a38-4d1e-baf7-8e0f218d0d7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:59:49.570Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.570Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510713902,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.570Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1669510715790,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-27T00:59:49.571Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510716261,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:59:49.572Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510709318,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.573Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1669510717264,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:59:49.582Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8905d485-5a38-4d1e-baf7-8e0f218d0d7e
2022-11-27T00:59:49.583Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8905d485-5a38-4d1e-baf7-8e0f218d0d7e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:59:49.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510717220,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.595Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510717457,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510718225,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:59:49.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "aai-ml",
"timestamp": 1669510718462,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:59:49.603Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8905d485-5a38-4d1e-baf7-8e0f218d0d7e
2022-11-27T00:59:49.604Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8905d485-5a38-4d1e-baf7-8e0f218d0d7e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-27T00:59:49.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "8905d485-5a38-4d1e-baf7-8e0f218d0d7e",
"consumerID": "policy-id",
"timestamp": 1669510719229,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-27T00:59:49.621Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8905d485-5a38-4d1e-baf7-8e0f218d0d7e
2022-11-27T00:59:49.621Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8905d485-5a38-4d1e-baf7-8e0f218d0d7e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-27T00:59:49.629Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:49.629Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:49.630Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:49.631Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.632Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.632Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.632Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/resourceInstances/pnf81d58a5b1a0b0/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.633Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.633Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.633Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:49.634Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.634Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.634Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:49.635Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-27T00:59:49.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.635Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510725221,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:49.635Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.635Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-27T00:59:49.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "647347a3-b00b-423a-b697-15c4ec0fb823",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510727227,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUeya07tglpkenofmdwmb/1.0/artifacts/service-DemoPnfUeya07tglpkenofmdwmb-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-27T00:59:49.636Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-27T00:59:49.646Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:49.646Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:50.529Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:50.530Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:50.533Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:50.533Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-11-27T00:59:50.633Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:50.634Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:50.634Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:50.647Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:50.647Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:51.534Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:51.535Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:51.537Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:51.537Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-11-27T00:59:51.638Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:51.639Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:51.639Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:51.658Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:51.658Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:52.538Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:52.543Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:52.545Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:52.545Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-11-27T00:59:52.645Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:52.646Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:52.646Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:52.661Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:52.662Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:53.546Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:53.546Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:53.548Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:53.548Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-11-27T00:59:53.648Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-27T00:59:53.649Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:53.649Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:53.664Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:53.664Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:59:54.551Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:54.553Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:54.558Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:54.558Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:54.657Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-27T00:59:54.658Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:54.658Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:54.672Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:54.673Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:55.559Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:55.559Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:55.561Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:55.562Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-11-27T00:59:55.662Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:55.662Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:55.663Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:55.677Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:55.677Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:56.562Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:56.564Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:56.566Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:56.566Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-27T00:59:56.666Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:56.667Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:56.667Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:56.682Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:56.682Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:57.566Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-27T00:59:57.567Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:57.569Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:57.569Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510711262,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-11-27T00:59:57.669Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:57.670Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:57.670Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:57.687Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:57.688Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-27T00:59:58.571Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "9772e274-51dd-4643-9548-e18e93bac965",
"serviceDescription": "service",
"serviceInvariantUUID": "074affef-77bd-4b07-854f-c4192be9ff7d",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "4b1aaed6-0126-4e91-aa3e-9e164cb12d8e",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "f42d8be2-975b-4e2d-a3cc-73ced35146bd",
"resourceInvariantUUID": "4229d2ee-323b-412e-ab08-074b63ef5301",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "nginx_cloudtech_k8s_charts.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "0d0a3446-33b1-44f3-b6bf-659a45aa3d24",
"relatedArtifactsInfo": []
},
{
"artifactName": "nginx_cloudtech_k8s_charts.tgz",
"artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "9420394f-01c4-40ea-a010-f9fca89a03cf",
"relatedArtifactsInfo": []
},
{
"artifactName": "basic_cnf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"artifactChecksum": "OWVkMjZmMWRlZmM3ZTdmZDI5NWMzZGJiZDFhZTlmOTQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "79ce920f-f570-4411-9797-6ae8d9fd52a7",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8d909609-a104-47c2-8c35-dab46322e053",
"generatedArtifact": {
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5f1913de-428b-4783-92f1-05a50fb92645",
"generatedFromUUID": "8d909609-a104-47c2-8c35-dab46322e053"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_dummy.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "5f1913de-428b-4783-92f1-05a50fb92645",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MGUyOTkwMWI4Yjc1ZTQ4ZTY5MWIzYjllYWMxZmJiNGQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dfb037f2-a304-40f8-8b1c-94fa086646c0"
}
],
"workloadContext": "Production"
}
2022-11-27T00:59:58.571Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-27T00:59:58.572Z|647347a3-b00b-423a-b697-15c4ec0fb823|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9772e274-51dd-4643-9548-e18e93bac965 ASDC
2022-11-27T00:59:58.572Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:7dd8c272-780b-46b3-9f69-acf4b1f3e497
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:9772e274-51dd-4643-9548-e18e93bac965
ServiceInvariantUUID:074affef-77bd-4b07-854f-c4192be9ff7d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:dfb037f2-a304-40f8-8b1c-94fa086646c0
ArtifactChecksum:MGUyOTkwMWI4Yjc1ZTQ4ZTY5MWIzYjllYWMxZmJiNGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4b1aaed6-0126-4e91-aa3e-9e164cb12d8e
ResourceInvariantUUID:4229d2ee-323b-412e-ab08-074b63ef5301
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f42d8be2-975b-4e2d-a3cc-73ced35146bd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:0d0a3446-33b1-44f3-b6bf-659a45aa3d24
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:9420394f-01c4-40ea-a010-f9fca89a03cf
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:79ce920f-f570-4411-9797-6ae8d9fd52a7
ArtifactChecksum:OWVkMjZmMWRlZmM3ZTdmZDI5NWMzZGJiZDFhZTlmOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:8d909609-a104-47c2-8c35-dab46322e053
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5f1913de-428b-4783-92f1-05a50fb92645
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
RelatedArtifacts:{
}
,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:5f1913de-428b-4783-92f1-05a50fb92645
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-27T00:59:58.572Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9772e274-51dd-4643-9548-e18e93bac965 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-27T00:59:58.613Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:59:58.614Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:59:58.614Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:59:58.615Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dfb037f2-a304-40f8-8b1c-94fa086646c0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-27T00:59:58.615Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-11-27T00:59:58.615Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-27T00:59:58.686Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-11-27T00:59:58.687Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dfb037f2-a304-40f8-8b1c-94fa086646c0 73987
2022-11-27T00:59:58.688Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-27T00:59:58.688Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-27T00:59:58.689Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-27T00:59:58.689Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-11-27T00:59:58.692Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-27T00:59:58.692Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||try to send status {
"distributionID": "7dd8c272-780b-46b3-9f69-acf4b1f3e497",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1669510798688,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-27T00:59:58.792Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-27T00:59:58.793Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-27T00:59:58.793Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as j8lnjV2PtVK1Bhtk) ...
2022-11-27T00:59:58.806Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-27T00:59:58.806Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-27T00:59:59.693Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-27T00:59:59.694Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-11-27T00:59:59.694Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dfb037f2-a304-40f8-8b1c-94fa086646c0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T00:59:59.694Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-27T00:59:59.695Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T00:59:59.695Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T00:59:59.812Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2036181941940676113/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-27T01:00:01.043Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-27T01:00:01.044Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-11-27T01:00:01.045Z|7dd8c272-780b-46b3-9f69-acf4b1f3e497|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery