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-10-29T23:25:11.209Z||main|||||INFO|500||The following profiles are active: basic
2022-10-29T23:25:24.747Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-29T23:25:24.749Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-29T23:25:24.917Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-29T23:25:29.386Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-29T23:25:29.797Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-29T23:25:30.332Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-29T23:25:30.343Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-29T23:25:30.528Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-29T23:25:30.781Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-29T23:25:31.385Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-29T23:25:33.000Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T23:25:35.313Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T23:25:35.374Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-29T23:25:36.061Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-29T23:25:36.261Z||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-10-29T23:25:37.361Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-29T23:25:38.670Z||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-10-29T23:25:39.503Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-10-29T23:25:39.504Z||main|||||ERROR|500||(conn=1266) Table 'catalogdb.activity_spec' doesn't exist
2022-10-29T23:25:39.519Z||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-10-29T23:25:43.067Z||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-10-29T23:25:46.230Z||main|||||WARN|500||---
2022-10-29T23:25:46.231Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-29T23:25:46.231Z||main|||||WARN|500||---
2022-10-29T23:25:46.659Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-29T23:25:51.373Z||main|||||INFO|500||Started Application in 43.286 seconds (JVM running for 46.207)
2022-10-29T23:25:51.388Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-29T23:25:51.389Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-29T23:25:51.400Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-29T23:25:51.421Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-29T23:25:51.455Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a21e83e7-c07e-4c6c-b063-074e6ab10d8b url= /sdc/v1/artifactTypes
2022-10-29T23:25:51.456Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-29T23:25:51.608Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-29T23:25:51.632Z||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-10-29T23:25:51.652Z||scheduling-1|||||DEBUG|500||create keys
2022-10-29T23:25:51.659Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-29T23:25:51.762Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:25:51.781Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1712a0a6-750f-4f3c-bd07-8240ac862b09 url= /sdc/v1/registerForDistribution
2022-10-29T23:25:51.911Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1712a0a6-750f-4f3c-bd07-8240ac862b09 url= /sdc/v1/registerForDistribution
2022-10-29T23:25:51.912Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-29T23:25:51.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:25:51.929Z||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-10-29T23:25:51.929Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:25:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:25:51.934Z||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-10-29T23:25:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:25:51.939Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-29T23:26:02.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:26:02.436Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:26:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:26:51.921Z||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-10-29T23:26:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:26:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:26:51.934Z||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-10-29T23:26:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:27:01.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:27:01.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:27:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:27:51.920Z||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-10-29T23:27:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:27:51.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:27:51.936Z||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-10-29T23:27:51.937Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:28:01.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:28:01.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:28:51.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:28:51.923Z||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-10-29T23:28:51.923Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:28:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:28:51.935Z||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-10-29T23:28:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:29:01.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:29:01.481Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:29:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:29:51.920Z||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-10-29T23:29:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:29:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:29:51.934Z||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-10-29T23:29:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:30:01.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:30:01.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:30:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:30:51.920Z||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-10-29T23:30:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:30:51.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:30:51.934Z||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-10-29T23:30:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:31:01.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:31:01.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:31:51.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:31:51.925Z||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-10-29T23:31:51.925Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:31:51.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:31:51.935Z||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-10-29T23:31:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:32:01.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:32:01.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:32:51.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:32:51.921Z||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-10-29T23:32:51.922Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:32:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:32:51.937Z||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-10-29T23:32:51.937Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:33:01.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:33:01.506Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:33:51.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:33:51.922Z||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-10-29T23:33:51.923Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:33:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:33:51.934Z||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-10-29T23:33:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:34:01.488Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:34:01.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:34:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:34:51.921Z||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-10-29T23:34:51.922Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:34:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:34:51.935Z||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-10-29T23:34:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:35:01.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:35:01.488Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:35:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:35:51.921Z||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-10-29T23:35:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:35:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:35:51.935Z||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-10-29T23:35:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:36:01.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:36:01.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:36:02.172Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-29T23:36:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:36:51.920Z||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-10-29T23:36:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:36:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:36:51.935Z||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-10-29T23:36:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:37:01.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:37:01.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:37:51.919Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:37:51.920Z||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-10-29T23:37:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:37:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:37:51.935Z||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-10-29T23:37:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:38:01.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:38:01.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:38:51.921Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:38:51.923Z||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-10-29T23:38:51.923Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:38:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:38:51.934Z||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-10-29T23:38:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:39:01.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:39:01.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:39:51.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:39:51.925Z||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-10-29T23:39:51.925Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:39:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:39:51.935Z||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-10-29T23:39:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:40:01.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:40:01.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:40:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:40:51.921Z||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-10-29T23:40:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:40:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:40:51.936Z||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-10-29T23:40:51.937Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:41:01.486Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:41:01.487Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:41:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:41:51.920Z||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-10-29T23:41:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:41:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:41:51.934Z||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-10-29T23:41:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:42:01.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:42:01.496Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:42:51.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:42:51.921Z||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-10-29T23:42:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:42:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:42:51.934Z||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-10-29T23:42:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:43:01.487Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:43:01.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:43:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:43:51.920Z||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-10-29T23:43:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:43:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:43:51.935Z||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-10-29T23:43:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:44:01.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:44:01.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:44:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:44:51.920Z||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-10-29T23:44:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:44:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:44:51.934Z||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-10-29T23:44:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:45:01.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:45:01.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:45:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:45:51.921Z||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-10-29T23:45:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:45:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:45:51.935Z||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-10-29T23:45:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:46:01.488Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:46:01.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:46:51.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:46:51.925Z||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-10-29T23:46:51.925Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:46:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:46:51.935Z||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-10-29T23:46:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:47:01.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:47:01.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:47:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:47:51.920Z||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-10-29T23:47:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:47:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:47:51.935Z||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-10-29T23:47:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:48:01.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:48:01.493Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:48:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:48:51.920Z||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-10-29T23:48:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:48:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:48:51.934Z||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-10-29T23:48:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:49:01.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:49:01.483Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:49:51.919Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:49:51.920Z||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-10-29T23:49:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:49:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:49:51.934Z||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-10-29T23:49:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:50:01.464Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:50:01.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:50:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:50:51.920Z||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-10-29T23:50:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:50:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:50:51.934Z||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-10-29T23:50:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:51:01.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:51:01.496Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:51:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:51:51.920Z||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-10-29T23:51:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:51:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:51:51.934Z||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-10-29T23:51:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:52:01.478Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:52:01.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:52:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:52:51.920Z||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-10-29T23:52:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:52:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:52:51.935Z||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-10-29T23:52:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:53:01.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:53:01.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:53:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:53:51.920Z||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-10-29T23:53:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:53:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:53:51.935Z||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-10-29T23:53:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:54:01.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:54:01.472Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:54:51.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:54:51.922Z||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-10-29T23:54:51.922Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:54:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:54:51.935Z||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-10-29T23:54:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:55:01.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:55:01.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:55:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:55:51.921Z||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-10-29T23:55:51.922Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:55:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:55:51.934Z||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-10-29T23:55:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:56:01.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:56:01.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:56:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:56:51.920Z||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-10-29T23:56:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:56:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:56:51.934Z||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-10-29T23:56:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:57:01.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:57:01.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:57:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:57:51.920Z||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-10-29T23:57:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:57:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:57:51.934Z||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-10-29T23:57:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:58:01.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:58:01.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:58:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:58:51.920Z||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-10-29T23:58:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:58:51.936Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:58:51.936Z||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-10-29T23:58:51.937Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:59:01.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:59:01.476Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-29T23:59:51.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:59:51.921Z||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-10-29T23:59:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-29T23:59:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-29T23:59:51.935Z||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-10-29T23:59:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:00:01.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:00:01.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:00:51.919Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:00:51.922Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:00:51.922Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:00:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:00:51.935Z||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-10-30T00:00:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:01:01.480Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:01:01.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:01:51.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:01:51.921Z||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-10-30T00:01:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:01:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:01:51.934Z||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-10-30T00:01:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:02:01.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:02:01.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:02:51.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:02:51.921Z||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-10-30T00:02:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:02:51.934Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:02:51.935Z||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-10-30T00:02:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:03:01.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:03:01.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:03:51.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:03:51.923Z||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-10-30T00:03:51.924Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:03:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:03:51.934Z||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-10-30T00:03:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:04:01.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:04:01.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:04:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:04:51.920Z||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-10-30T00:04:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:04:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:04:51.934Z||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-10-30T00:04:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:05:01.494Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:05:01.533Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:05:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:05:51.920Z||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-10-30T00:05:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:05:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:05:51.934Z||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-10-30T00:05:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:06:01.488Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:06:01.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:06:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:06:51.920Z||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-10-30T00:06:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:06:51.934Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:06:51.935Z||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-10-30T00:06:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:07:01.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:07:01.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:07:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:07:51.920Z||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-10-30T00:07:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:07:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:07:51.934Z||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-10-30T00:07:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:08:01.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:08:01.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:08:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:08:51.920Z||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-10-30T00:08:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:08:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:08:51.935Z||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-10-30T00:08:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:09:01.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:09:01.524Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:09:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:09:51.920Z||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-10-30T00:09:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:09:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:09:51.934Z||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-10-30T00:09:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:10:01.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:10:01.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:10:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:10:51.920Z||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-10-30T00:10:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:10:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:10:51.935Z||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-10-30T00:10:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:11:01.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:11:01.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:11:51.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:11:51.923Z||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-10-30T00:11:51.923Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:11:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:11:51.935Z||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-10-30T00:11:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:12:01.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:12:01.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:12:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:12:51.921Z||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-10-30T00:12:51.922Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:12:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:12:51.935Z||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-10-30T00:12:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:13:01.493Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:13:01.494Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:13:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:13:51.920Z||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-10-30T00:13:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:13:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:13:51.934Z||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-10-30T00:13:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:14:01.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:14:01.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:14:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:14:51.920Z||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-10-30T00:14:51.920Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:14:51.934Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:14:51.935Z||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-10-30T00:14:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:15:01.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:15:01.477Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:15:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:15:51.920Z||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-10-30T00:15:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:15:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:15:51.935Z||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-10-30T00:15:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:16:01.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:16:01.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:16:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:16:51.920Z||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-10-30T00:16:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:16:51.933Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:16:51.934Z||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-10-30T00:16:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:01.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:01.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:51.919Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:17:51.920Z||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-10-30T00:17:51.921Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:17:51.934Z||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-10-30T00:17:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:52.301Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:52.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.344Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.345Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.345Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.345Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.346Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.346Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.346Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.347Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.347Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.348Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.350Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.350Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.351Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.351Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.351Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.357Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.359Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.361Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.361Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.361Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089025808,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.362Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089024332,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089024413,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089028059,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089034865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089035315,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089036190,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089035844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089035882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:17:52.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089037276,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.369Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "cds",
"timestamp": 1667089036865,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:17:52.546Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f45a4204-4a5b-43bf-ad16-cc8f647af2db
2022-10-30T00:17:52.552Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:52.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"f45a4204-4a5b-43bf-ad16-cc8f647af2db","serviceName":"vFW 2022-10-30 00-15-46","serviceVersion":"1.0","serviceUUID":"d897743f-1402-4a6f-adef-4787d12be883","serviceDescription":"catalog service description","serviceInvariantUUID":"9ab64ade-d77d-42f7-80ed-1db86e80a73d","resources":[{"resourceInstanceName":"vFW 30e20084-48a0 0","resourceName":"vFW 30e20084-48a0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1","resourceInvariantUUID":"9f489e75-f62f-45f6-9fa4-1eeb8725ee03","resourceCustomizationUUID":"fdd29d48-4369-4182-a91f-456c8adc4621","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml","artifactChecksum":"ZDI1ODFiNjZkYjkxMWVkYTA4MTg1MjI0OGNkNjg3Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"857cc94a-0a2d-4007-b65d-9db42b264118","artifactVersion":"1"},{"artifactName":"vfw30e2008448a00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json","artifactChecksum":"MGE2Y2EzNDhhNDFiMmQxMDcxNjE1M2QwYTBiYTMyZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a898a80-e090-4e4d-8af3-09330a677587","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00104e20-e8b9-4b60-8421-3ca5ce705e47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml","artifactChecksum":"MzRmZmYwYTQ0ZmZiM2UwZmQ0NTk5NzcxMjE1YjllNjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"61e1cccd-36b2-4eb3-819d-6ceb6f02f26a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7c9a7320-b1dd-45be-a748-e564ce036662","artifactVersion":"2","generatedFromUUID":"00104e20-e8b9-4b60-8421-3ca5ce705e47"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221030001546-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml","artifactChecksum":"YTFhZmNlZmQyNzJlZDk3N2UyNzYzNTcyY2M3ZGRmMzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1676c16-2c3d-4062-a0c7-b2a2edfb6d1b","artifactVersion":"1"},{"artifactName":"service-Vfw20221030001546-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar","artifactChecksum":"YmRlOTc4MzhjYzViYjkwM2M2MGNlOWMyNjA2NmY1MzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3407756-ec02-45b8-a677-33e93695d9ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T00:17:52.562Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:52.570Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:52.581Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45a4204-4a5b-43bf-ad16-cc8f647af2db and ComponentName cds
2022-10-30T00:17:52.589Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:52.589Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
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-10-30T00:17:52.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "policy-id",
"timestamp": 1667089036889,
"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-10-30T00:17:52.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f45a4204-4a5b-43bf-ad16-cc8f647af2db
2022-10-30T00:17:52.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45a4204-4a5b-43bf-ad16-cc8f647af2db 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-10-30T00:17:52.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089038357,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.642Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089039468,
"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-10-30T00:17:52.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f45a4204-4a5b-43bf-ad16-cc8f647af2db
2022-10-30T00:17:52.649Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45a4204-4a5b-43bf-ad16-cc8f647af2db 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-10-30T00:17:52.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089040472,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:17:52.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089043973,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089050379,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:17:52.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089051941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:17:52.668Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "aai-ml",
"timestamp": 1667089051387,
"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-10-30T00:17:52.675Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f45a4204-4a5b-43bf-ad16-cc8f647af2db
2022-10-30T00:17:52.675Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45a4204-4a5b-43bf-ad16-cc8f647af2db 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-10-30T00:17:52.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089057735,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:17:52.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:17:52.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089058741,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-10-30T00:17:52.689Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:17:52.693Z||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-10-30T00:17:52.694Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:52.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f45a4204-4a5b-43bf-ad16-cc8f647af2db
2022-10-30T00:17:52.699Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f45a4204-4a5b-43bf-ad16-cc8f647af2db 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-10-30T00:17:52.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.712Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:52.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.713Z||pool-3-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:17:52.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.715Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.715Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.715Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.716Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.717Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.717Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.717Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.718Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.718Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.718Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.719Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.719Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.721Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T00:17:52.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:52.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:17:52.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:52.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:17:53.597Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:53.598Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:53.600Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:53.600Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:17:53.700Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:17:53.702Z||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-10-30T00:17:53.702Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:53.716Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:53.717Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:17:54.601Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:54.602Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:54.605Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:54.605Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:17:54.705Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:17:54.706Z||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-10-30T00:17:54.706Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:54.720Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:54.721Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:17:55.616Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:55.618Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:55.622Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:55.622Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:55.722Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:17:55.723Z||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-10-30T00:17:55.723Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:55.740Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:55.741Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:17:56.624Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:56.625Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:56.636Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:56.636Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T00:17:56.727Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-10-30T00:17:56.729Z||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-10-30T00:17:56.729Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:56.746Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:56.746Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:17:57.636Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:57.637Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:57.640Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:57.640Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:17:57.740Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:17:57.741Z||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-10-30T00:17:57.741Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:57.755Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:57.756Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:17:58.641Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:17:58.642Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:58.644Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:58.644Z||pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:17:58.745Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:17:58.747Z||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-10-30T00:17:58.748Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:17:58.762Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:17:58.763Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:17:59.647Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"serviceName": "vFW 2022-10-30 00-15-46",
"serviceVersion": "1.0",
"serviceUUID": "d897743f-1402-4a6f-adef-4787d12be883",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "9ab64ade-d77d-42f7-80ed-1db86e80a73d",
"resources": [
{
"resourceInstanceName": "vFW 30e20084-48a0 0",
"resourceCustomizationUUID": "fdd29d48-4369-4182-a91f-456c8adc4621",
"resourceName": "vFW 30e20084-48a0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1",
"resourceInvariantUUID": "9f489e75-f62f-45f6-9fa4-1eeb8725ee03",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw30e2008448a00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"artifactChecksum": "MGE2Y2EzNDhhNDFiMmQxMDcxNjE1M2QwYTBiYTMyZDQ\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2a898a80-e090-4e4d-8af3-09330a677587",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "00104e20-e8b9-4b60-8421-3ca5ce705e47",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c9a7320-b1dd-45be-a748-e564ce036662",
"generatedFromUUID": "00104e20-e8b9-4b60-8421-3ca5ce705e47"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "7c9a7320-b1dd-45be-a748-e564ce036662",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221030001546-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"artifactChecksum": "YmRlOTc4MzhjYzViYjkwM2M2MGNlOWMyNjA2NmY1MzI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "e3407756-ec02-45b8-a677-33e93695d9ef"
}
],
"workloadContext": "Production"
}
2022-10-30T00:17:59.648Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T00:17:59.649Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d897743f-1402-4a6f-adef-4787d12be883 ASDC
2022-10-30T00:17:59.808Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:f45a4204-4a5b-43bf-ad16-cc8f647af2db
ServiceName:vFW 2022-10-30 00-15-46
ServiceVersion:1.0
ServiceUUID:d897743f-1402-4a6f-adef-4787d12be883
ServiceInvariantUUID:9ab64ade-d77d-42f7-80ed-1db86e80a73d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221030001546-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar
ArtifactUUID:e3407756-ec02-45b8-a677-33e93695d9ef
ArtifactChecksum:YmRlOTc4MzhjYzViYjkwM2M2MGNlOWMyNjA2NmY1MzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 30e20084-48a0 0
ResourceCustomizationUUID:fdd29d48-4369-4182-a91f-456c8adc4621
ResourceInvariantUUID:9f489e75-f62f-45f6-9fa4-1eeb8725ee03
ResourceName:vFW 30e20084-48a0
ResourceType:VF
ResourceUUID:a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw30e2008448a00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json
ArtifactUUID:2a898a80-e090-4e4d-8af3-09330a677587
ArtifactChecksum:MGE2Y2EzNDhhNDFiMmQxMDcxNjE1M2QwYTBiYTMyZDQ=
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/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml
ArtifactUUID:00104e20-e8b9-4b60-8421-3ca5ce705e47
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/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
ArtifactUUID:7c9a7320-b1dd-45be-a748-e564ce036662
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/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
ArtifactUUID:7c9a7320-b1dd-45be-a748-e564ce036662
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T00:17:59.810Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d897743f-1402-4a6f-adef-4787d12be883 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-10-30T00:17:59.889Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:17:59.891Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:17:59.892Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:17:59.893Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e3407756-ec02-45b8-a677-33e93695d9ef from URL: /sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar
2022-10-30T00:17:59.893Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:17:59.895Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar
2022-10-30T00:17:59.961Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:17:59.968Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar e3407756-ec02-45b8-a677-33e93695d9ef 100716
2022-10-30T00:17:59.971Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar ASDC sendASDCNotification
2022-10-30T00:17:59.971Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar
2022-10-30T00:17:59.972Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:17:59.973Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:17:59.975Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:17:59.975Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089079969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:18:00.075Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:18:00.076Z||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-10-30T00:18:00.076Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:00.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:00.090Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:00.975Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:18:00.977Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:18:00.977Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e3407756-ec02-45b8-a677-33e93695d9ef, URL: /sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar to file: /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:00.978Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221030001546-csar.csar
2022-10-30T00:18:01.095Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:01.096Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:02.087Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14887324937298973621/Definitions/service-Vfw20221030001546-template.yml
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
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-10-30T00:18:05.434Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T00:18:05.440Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T00:18:05.440Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.441Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 30e20084-48a0 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-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:05.442Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T00:18:05.449Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.451Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.456Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:05.456Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T00:18:05.458Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:18:05.460Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.460Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.460Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:05.460Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T00:18:05.461Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:18:05.461Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.461Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.464Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.465Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:05.465Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:05.465Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T00:18:05.465Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.466Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.466Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T00:18:05.466Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.466Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:05.466Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T00:18:05.467Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T00:18:05.467Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.467Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.467Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T00:18:05.467Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.468Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T00:18:05.468Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.468Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T00:18:05.468Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.468Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T00:18:05.469Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.470Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:05.470Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:05.470Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.470Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:05.471Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:05.471Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.471Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:05.471Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:05.472Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.472Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:05.472Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:05.472Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T00:18:05.472Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:05.473Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T00:18:05.473Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T00:18:05.473Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.473Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.473Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T00:18:05.474Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.474Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T00:18:05.474Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.474Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a689ef43-9c66-49bc-81e3-cab778a3ad48
2022-10-30T00:18:05.475Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.475Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:05.475Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:05.475Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T00:18:05.475Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.476Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.476Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T00:18:05.476Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.476Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:05.476Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T00:18:05.477Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T00:18:05.477Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.477Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T00:18:05.477Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.477Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa7886fe-72f0-4032-83e4-6892e0272b67
2022-10-30T00:18:05.478Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.478Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:05.478Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:05.478Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T00:18:05.478Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.479Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.479Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T00:18:05.479Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.479Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:05.479Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T00:18:05.480Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T00:18:05.480Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:05.480Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:05.480Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T00:18:05.480Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64f36d09-6542-490b-acc5-9d1553e7e2c6
2022-10-30T00:18:05.481Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.481Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.481Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.481Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.481Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.482Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.482Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:05.482Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:05.482Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-30 00-15-46
Description:catalog service description
Model UUID:d897743f-1402-4a6f-adef-4787d12be883
Model Version:NULL
Model InvariantUuid:9ab64ade-d77d-42f7-80ed-1db86e80a73d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 30e20084-48a0
Model UUID:7f4ff109-0cf8-422e-9a69-2e25d6166383
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9f489e75-f62f-45f6-9fa4-1eeb8725ee03
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:fdd29d48-4369-4182-a91f-456c8adc4621
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:1c0a374d-af40-46a6-a05e-6d5e91821054
ModelName:Vfw30e2008448a0..base_vfw..module-0
ModelUuid:44fa763d-b7ff-4605-9058-91e6916d5ef8
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:a689ef43-9c66-49bc-81e3-cab778a3ad48
ModelInvariantUuid:36535a81-d7af-4a3e-a6fe-d3bd74e16f4e
ModelName:vFW 30e20084-48a0-nodes.vfwCvfc
ModelUuid:5193b410-58d8-49ac-9102-5fc02a300d5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:8ca49f4d-bc7f-4c31-9328-788d6d4f1026
ModelInvariantUuid:a75fc2ad-f865-4174-85da-de3b62870ba4
ModelName:Vfw30e2008448a0.compute.nodes.heat.vfw
ModelUuid:8885afd2-5cf8-4c45-be5a-6609ea215100
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:fa7886fe-72f0-4032-83e4-6892e0272b67
ModelInvariantUuid:692820c2-017c-469a-ae7b-4d09698ba1a8
ModelName:vFW 30e20084-48a0-nodes.vsnCvfc
ModelUuid:da0492b1-9357-4ba5-9a4c-a221f4a33aef
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:5877a7ae-fab7-43ba-9f2a-e5279c37ae9f
ModelInvariantUuid:f20747b9-1670-4f67-a2d9-b5b84afd75f3
ModelName:Vfw30e2008448a0.compute.nodes.heat.vsn
ModelUuid:d1ef233d-ac43-4ea3-b152-34b378afb69c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:64f36d09-6542-490b-acc5-9d1553e7e2c6
ModelInvariantUuid:12cefbab-1e8f-4db6-9e42-bbd7a3beb22f
ModelName:vFW 30e20084-48a0-nodes.vpgCvfc
ModelUuid:b5568a4f-0249-46cc-83dc-87ff297b47b3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5e899ba2-6fdb-43d5-83fd-544d687909d6
ModelInvariantUuid:1a2cc8b9-86a9-4aa7-ac8a-bdf571c30769
ModelName:Vfw30e2008448a0.compute.nodes.heat.vpg
ModelUuid:3326dcc1-c414-4a4a-8828-409e21324ed0
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-10-30T00:18:05.496Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1
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-10-30T00:18:05.560Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||vFW 30e20084-48a0 0
2022-10-30T00:18:05.568Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1
2022-10-30T00:18:05.568Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2a898a80-e090-4e4d-8af3-09330a677587 from URL: /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json
2022-10-30T00:18:05.568Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:18:05.568Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json
2022-10-30T00:18:05.702Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:18:05.703Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json 2a898a80-e090-4e4d-8af3-09330a677587 785
2022-10-30T00:18:05.703Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json ASDC sendASDCNotification
2022-10-30T00:18:05.703Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json
2022-10-30T00:18:05.703Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:18:05.704Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:05.706Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:05.706Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089085703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:18:05.806Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:18:05.807Z||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-10-30T00:18:05.807Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:05.824Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:05.824Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:06.708Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw30e2008448a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1c0a374d-af40-46a6-a05e-6d5e91821054",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44fa763d-b7ff-4605-9058-91e6916d5ef8",
"vfModuleModelCustomizationUUID": "69b8dfa7-3395-4e67-95bf-d1dd62517892",
"isBase": true,
"artifacts": [
"00104e20-e8b9-4b60-8421-3ca5ce705e47",
"7c9a7320-b1dd-45be-a748-e564ce036662"
],
"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-10-30T00:18:06.724Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30e2008448a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fa763d-b7ff-4605-9058-91e6916d5ef8
VfModuleModelInvariantUUID:1c0a374d-af40-46a6-a05e-6d5e91821054
VfModuleModelDescription:NULL
Artifacts UUID List:{
00104e20-e8b9-4b60-8421-3ca5ce705e47
,
7c9a7320-b1dd-45be-a748-e564ce036662
}
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-10-30T00:18:06.727Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw30e2008448a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "1c0a374d-af40-46a6-a05e-6d5e91821054",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "44fa763d-b7ff-4605-9058-91e6916d5ef8",
"vfModuleModelCustomizationUUID": "69b8dfa7-3395-4e67-95bf-d1dd62517892",
"isBase": true,
"artifacts": [
"00104e20-e8b9-4b60-8421-3ca5ce705e47",
"7c9a7320-b1dd-45be-a748-e564ce036662"
],
"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-10-30T00:18:06.727Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw30e2008448a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:44fa763d-b7ff-4605-9058-91e6916d5ef8
VfModuleModelInvariantUUID:1c0a374d-af40-46a6-a05e-6d5e91821054
VfModuleModelDescription:NULL
Artifacts UUID List:{
00104e20-e8b9-4b60-8421-3ca5ce705e47
,
7c9a7320-b1dd-45be-a748-e564ce036662
}
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-10-30T00:18:06.727Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00104e20-e8b9-4b60-8421-3ca5ce705e47 from URL: /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml
2022-10-30T00:18:06.727Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:18:06.727Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml
2022-10-30T00:18:06.820Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:18:06.820Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml 00104e20-e8b9-4b60-8421-3ca5ce705e47 20368
2022-10-30T00:18:06.821Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T00:18:06.821Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml
2022-10-30T00:18:06.821Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:18:06.821Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:06.824Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:06.824Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089086821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:18:06.924Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:18:06.925Z||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-10-30T00:18:06.925Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:06.940Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:06.940Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:07.825Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7c9a7320-b1dd-45be-a748-e564ce036662 from URL: /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
2022-10-30T00:18:07.828Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:18:07.828Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
2022-10-30T00:18:07.918Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:18:07.919Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env 7c9a7320-b1dd-45be-a748-e564ce036662 2098
2022-10-30T00:18:07.919Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T00:18:07.919Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
2022-10-30T00:18:07.919Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:18:07.920Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:07.936Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:07.936Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089087919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:18:08.023Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-10-30T00:18:08.024Z||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-10-30T00:18:08.024Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:08.061Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:08.061Z||pool-13-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:08.936Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d897743f-1402-4a6f-adef-4787d12be883
2022-10-30T00:18:08.937Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 30e20084-48a0 0 a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:18:08.975Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bbf647d, org.onap.sdc.toscaparser.api.parameters.Input@15868099, org.onap.sdc.toscaparser.api.parameters.Input@6ec321e9, org.onap.sdc.toscaparser.api.parameters.Input@141d18d2, org.onap.sdc.toscaparser.api.parameters.Input@4911aa0]
2022-10-30T00:18:08.979Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:08.979Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:08.980Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-30T00:18:08.980Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= fdd29d48-4369-4182-a91f-456c8adc4621
2022-10-30T00:18:08.980Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fdd29d48-4369-4182-a91f-456c8adc4621 matches Tosca VF Customization UUID: fdd29d48-4369-4182-a91f-456c8adc4621
2022-10-30T00:18:08.980Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: fdd29d48-4369-4182-a91f-456c8adc4621 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-10-30T00:18:08.988Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:08.988Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:08.989Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id fdd29d48-4369-4182-a91f-456c8adc4621: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T00:18:08.989Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@706e7b02
2022-10-30T00:18:08.989Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:08.990Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T00:18:08.990Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 69b8dfa7-3395-4e67-95bf-d1dd62517892
2022-10-30T00:18:08.991Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 69b8dfa7-3395-4e67-95bf-d1dd62517892
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-10-30T00:18:09.001Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.001Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.002Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:09.002Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.003Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.003Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:09.003Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.003Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:09.004Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:09.004Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-30T00:18:09.004Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:09.004Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T00:18:09.004Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T00:18:09.005Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.005Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.005Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T00:18:09.005Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.005Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T00:18:09.006Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.006Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a689ef43-9c66-49bc-81e3-cab778a3ad48
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-10-30T00:18:09.012Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.013Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.013Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:09.013Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.014Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:09.014Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:09.014Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T00:18:09.014Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.014Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.015Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T00:18:09.015Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.015Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:09.015Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-30T00:18:09.016Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-30T00:18:09.016Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.016Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-30T00:18:09.016Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.016Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=fa7886fe-72f0-4032-83e4-6892e0272b67
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-10-30T00:18:09.020Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.020Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.020Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:09.023Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.024Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is not matching search criteria
2022-10-30T00:18:09.024Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-30T00:18:09.024Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-30T00:18:09.024Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.024Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.025Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-30T00:18:09.025Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.025Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-30T00:18:09.025Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-30T00:18:09.025Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-30T00:18:09.026Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-30T00:18:09.026Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-30T00:18:09.026Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-30T00:18:09.026Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64f36d09-6542-490b-acc5-9d1553e7e2c6
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-10-30T00:18:09.029Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.029Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.029Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:18:09.029Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.030Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Node template vFW 30e20084-48a0 0 is matching search criteria
2022-10-30T00:18:09.030Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 30e20084-48a0 0] matching following query criteria: sdcType=VF, customizationUUID=fdd29d48-4369-4182-a91f-456c8adc4621
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-10-30T00:18:09.032Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.032Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.033Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d897743f-1402-4a6f-adef-4787d12be883: vFW 30e20084-48a0
2022-10-30T00:18:09.033Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.033Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.034Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.034Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.034Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.034Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.034Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.035Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.035Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:18:09.035Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-10-30 00-15-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:18:09.035Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-10-30 00-15-46
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-10-30T00:18:09.337Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 30e20084-48a0 a1e4d7ea-664a-4075-bb97-b2f2ea30a5d1 1 ASDC deployResourceStructure
2022-10-30T00:18:09.337Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json ASDC sendASDCNotification
2022-10-30T00:18:09.337Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json
2022-10-30T00:18:09.338Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:18:09.338Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:09.340Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:09.340Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089089337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:18:09.440Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:18:09.441Z||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-10-30T00:18:09.441Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:09.458Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:09.458Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:10.352Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-30T00:18:10.353Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml
2022-10-30T00:18:10.353Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:18:10.353Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:10.358Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:10.359Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089090352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T00:18:10.455Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-30T00:18:10.456Z||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-10-30T00:18:10.456Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:10.473Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:10.474Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:11.359Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-30T00:18:11.360Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env
2022-10-30T00:18:11.360Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:18:11.361Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:11.362Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:11.363Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089091359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T00:18:11.463Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:18:11.464Z||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-10-30T00:18:11.464Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:11.478Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:11.479Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:12.364Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar ASDC sendASDCNotification
2022-10-30T00:18:12.364Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar
2022-10-30T00:18:12.364Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:18:12.365Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:18:12.367Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:18:12.367Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089092363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:18:12.468Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T00:18:12.468Z||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-10-30T00:18:12.469Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:12.483Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:12.484Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:18:13.368Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f45a4204-4a5b-43bf-ad16-cc8f647af2db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:18:13.389Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f45a4204-4a5b-43bf-ad16-cc8f647af2db
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-10-30T00:18:13.393Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:18:13.394Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T00:18:13.401Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T00:18:43.402Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f45a4204-4a5b-43bf-ad16-cc8f647af2db 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-10-30T00:18:43.414Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f45a4204-4a5b-43bf-ad16-cc8f647af2db and serviceModelVersionId: d897743f-1402-4a6f-adef-4787d12be883
2022-10-30T00:18:43.415Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ab64ade-d77d-42f7-80ed-1db86e80a73d
2022-10-30T00:18:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:18:51.935Z||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-10-30T00:18:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:18:51.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:18:51.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:18:51.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:18:51.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object.
2022-10-30T00:19:00.112Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0
2022-10-30T00:19:00.228Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T00:19:00.800Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0|INFO|500||Invoke
2022-10-30T00:19:00.807Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f45a4204-4a5b-43bf-ad16-cc8f647af2db], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f5b15c5-0d53-4c07-9a1e-099019cf94b6], X-ECOMP-RequestID=[f45a4204-4a5b-43bf-ad16-cc8f647af2db], X-TransactionId=[], X-ONAP-RequestID=[f45a4204-4a5b-43bf-ad16-cc8f647af2db], Content-Type=[application/merge-patch+json]}
2022-10-30T00:19:00.831Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T00:19:01.075Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?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/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[202], X-AAI-TXID=[0-aai-resources-221030-00:18:59:449-58981], vertex-id=[348216], Content-Length=[0], Date=[Sun, 30 Oct 2022 00:18:59 GMT], Content-Type=[application/json]}
2022-10-30T00:19:01.077Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T00:19:01.077Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/9ab64ade-d77d-42f7-80ed-1db86e80a73d/model-vers/model-ver/d897743f-1402-4a6f-adef-4787d12be883?depth=0|INFO|500||InvokeReturn
2022-10-30T00:19:01.081Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T00:19:01.081Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:19:01.095Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T00:19:01.096Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f45a4204-4a5b-43bf-ad16-cc8f647af2db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T00:19:01.096Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T00:19:01.097Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:01.112Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:01.112Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089141096,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:19:01.199Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-10-30T00:19:01.203Z||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-10-30T00:19:01.203Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:01.224Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:01.225Z||pool-18-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T00:19:02.135Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-30T00:19:02.136Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"45046289-cdd6-4547-8891-3879104fe4d5","serviceName":"basic_onboard_GcxWRi","serviceVersion":"1.0","serviceUUID":"ccd3799a-b1f7-4ef8-8669-82214698beb2","serviceDescription":"service","serviceInvariantUUID":"af32b61e-c36b-4e2b-889c-7d5261e76889","resources":[{"resourceInstanceName":"basic_onboard_GcxWRi 0","resourceName":"basic_onboard_GcxWRi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c88fd3d-06ff-48ee-818f-a907fe792eef","resourceInvariantUUID":"2fe73b8b-dd53-44ab-8530-1366adf5a246","resourceCustomizationUUID":"34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml","artifactChecksum":"ODliMGFlNzg0NmNiMDVhMTcxNzA1MjYyMDkxMTk4NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b96d381c-cb88-4d27-a9ae-dc21700de6e5","artifactVersion":"1"},{"artifactName":"basic_onboard_gcxwri0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json","artifactChecksum":"MWMzZTNmMGQyMzRiYzNiY2NiOTBmYzQ4NzA0YzRlNDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ce4588f-1253-4ae3-9321-1ff811d13e93","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c559c698-3aa4-4e1b-bc7e-0de23df8ff8f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbbaaed3-d78d-48f8-a2f3-e6a295d64cc6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"dfb69a00-1408-489f-b9c1-d9c3412a2995","artifactVersion":"2","generatedFromUUID":"c559c698-3aa4-4e1b-bc7e-0de23df8ff8f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcxwri-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml","artifactChecksum":"MDg3YzFhYzY4YzIwMTI1ZTgwZGUyM2QyNmQxYmJmMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58fc79a2-d785-4b73-b381-ce7860b7246d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcxwri-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar","artifactChecksum":"NGQ0NzJhMThlYzY5Mjk0MGNmYjY4Mzg4MzlmZTg2NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17856c81-dab3-4dc7-88a1-f5dd2dcb6853","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T00:19:02.136Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:02.137Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:02.139Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:02.139Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:19:02.239Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:02.242Z||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-10-30T00:19:02.242Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:02.257Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:02.257Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:03.140Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:03.141Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:03.144Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:03.144Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:19:03.244Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:03.246Z||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-10-30T00:19:03.246Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:03.260Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:03.260Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:19:04.146Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:04.147Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:04.150Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:04.150Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:19:04.250Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:19:04.252Z||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-10-30T00:19:04.252Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:04.268Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:04.269Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:05.151Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:05.152Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:05.155Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:05.156Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:19:05.255Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:19:05.256Z||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-10-30T00:19:05.256Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:05.272Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:05.273Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:06.156Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:06.158Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:06.160Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:06.170Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T00:19:06.260Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-10-30T00:19:06.261Z||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-10-30T00:19:06.262Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:06.275Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:06.275Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:19:07.171Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:07.172Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:07.176Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:07.176Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:19:07.275Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:19:07.276Z||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-10-30T00:19:07.276Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:07.293Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:07.293Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:08.177Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:19:08.178Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:08.180Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:08.180Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:19:08.280Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:08.281Z||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-10-30T00:19:08.281Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:08.296Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:08.296Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:19:09.183Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"serviceName": "basic_onboard_GcxWRi",
"serviceVersion": "1.0",
"serviceUUID": "ccd3799a-b1f7-4ef8-8669-82214698beb2",
"serviceDescription": "service",
"serviceInvariantUUID": "af32b61e-c36b-4e2b-889c-7d5261e76889",
"resources": [
{
"resourceInstanceName": "basic_onboard_GcxWRi 0",
"resourceCustomizationUUID": "34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d",
"resourceName": "basic_onboard_GcxWRi",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "0c88fd3d-06ff-48ee-818f-a907fe792eef",
"resourceInvariantUUID": "2fe73b8b-dd53-44ab-8530-1366adf5a246",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_gcxwri0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"artifactChecksum": "MWMzZTNmMGQyMzRiYzNiY2NiOTBmYzQ4NzA0YzRlNDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "9ce4588f-1253-4ae3-9321-1ff811d13e93",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "c559c698-3aa4-4e1b-bc7e-0de23df8ff8f",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dfb69a00-1408-489f-b9c1-d9c3412a2995",
"generatedFromUUID": "c559c698-3aa4-4e1b-bc7e-0de23df8ff8f"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "dfb69a00-1408-489f-b9c1-d9c3412a2995",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardGcxwri-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"artifactChecksum": "NGQ0NzJhMThlYzY5Mjk0MGNmYjY4Mzg4MzlmZTg2NjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "17856c81-dab3-4dc7-88a1-f5dd2dcb6853"
}
],
"workloadContext": "Production"
}
2022-10-30T00:19:09.183Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T00:19:09.184Z|f45a4204-4a5b-43bf-ad16-cc8f647af2db|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccd3799a-b1f7-4ef8-8669-82214698beb2 ASDC
2022-10-30T00:19:09.184Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:45046289-cdd6-4547-8891-3879104fe4d5
ServiceName:basic_onboard_GcxWRi
ServiceVersion:1.0
ServiceUUID:ccd3799a-b1f7-4ef8-8669-82214698beb2
ServiceInvariantUUID:af32b61e-c36b-4e2b-889c-7d5261e76889
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcxwri-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar
ArtifactUUID:17856c81-dab3-4dc7-88a1-f5dd2dcb6853
ArtifactChecksum:NGQ0NzJhMThlYzY5Mjk0MGNmYjY4Mzg4MzlmZTg2NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GcxWRi 0
ResourceCustomizationUUID:34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d
ResourceInvariantUUID:2fe73b8b-dd53-44ab-8530-1366adf5a246
ResourceName:basic_onboard_GcxWRi
ResourceType:VF
ResourceUUID:0c88fd3d-06ff-48ee-818f-a907fe792eef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcxwri0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json
ArtifactUUID:9ce4588f-1253-4ae3-9321-1ff811d13e93
ArtifactChecksum:MWMzZTNmMGQyMzRiYzNiY2NiOTBmYzQ4NzA0YzRlNDk=
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/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c559c698-3aa4-4e1b-bc7e-0de23df8ff8f
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/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
ArtifactUUID:dfb69a00-1408-489f-b9c1-d9c3412a2995
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/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
ArtifactUUID:dfb69a00-1408-489f-b9c1-d9c3412a2995
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T00:19:09.187Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccd3799a-b1f7-4ef8-8669-82214698beb2 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-10-30T00:19:09.233Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:19:09.234Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:19:09.234Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:19:09.234Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 17856c81-dab3-4dc7-88a1-f5dd2dcb6853 from URL: /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:09.234Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:19:09.235Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:09.343Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:19:09.344Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar 17856c81-dab3-4dc7-88a1-f5dd2dcb6853 75308
2022-10-30T00:19:09.345Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar ASDC sendASDCNotification
2022-10-30T00:19:09.345Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:09.345Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:19:09.346Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:09.357Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:09.357Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089149345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:19:09.457Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:09.458Z||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-10-30T00:19:09.459Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:09.472Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:09.472Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:10.358Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:19:10.359Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-10-30T00:19:10.359Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 17856c81-dab3-4dc7-88a1-f5dd2dcb6853, URL: /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar to file: /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:10.360Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:10.361Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:10.361Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:10.473Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16916920528018345753/Definitions/service-BasicOnboardGcxwri-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-10-30T00:19:11.939Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T00:19:11.940Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T00:19:11.940Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.940Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T00:19:11.941Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.941Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.941Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GcxWRi 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-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.941Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.942Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.943Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:11.943Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T00:19:11.943Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:19:11.943Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.944Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.945Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.945Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is not matching search criteria
2022-10-30T00:19:11.945Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-30T00:19:11.945Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-30T00:19:11.945Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-30T00:19:11.946Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T00:19:11.946Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-30T00:19:11.946Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.946Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T00:19:11.946Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.947Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:11.947Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:11.947Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.947Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:11.947Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:11.948Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.948Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:11.948Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:11.948Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.948Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is not matching search criteria
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ee08ec7f-b7d5-483b-8012-ffe8bae4bb8e
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.949Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.950Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.950Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.950Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.950Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:11.950Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:11.951Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_GcxWRi
Description:service
Model UUID:ccd3799a-b1f7-4ef8-8669-82214698beb2
Model Version:NULL
Model InvariantUuid:af32b61e-c36b-4e2b-889c-7d5261e76889
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_GcxWRi
Model UUID:4ab88310-d696-4edd-8173-163412ecbac1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2fe73b8b-dd53-44ab-8530-1366adf5a246
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:5d01819b-430b-4f2a-b57e-2a47c56f6925
ModelName:BasicOnboardGcxwri..base_ubuntu18..module-0
ModelUuid:5fc77486-dfda-4b88-b8f3-cf24399ab053
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:ee08ec7f-b7d5-483b-8012-ffe8bae4bb8e
ModelInvariantUuid:207e6599-d80e-412e-b092-f9ca3a1c230d
ModelName:basic_onboard_GcxWRi-nodes.ubuntu18Cvfc
ModelUuid:6b3e392e-089a-463a-97cf-a5c794aa9fff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:e01b3d99-534a-491d-b464-c0eee1eea1db
ModelInvariantUuid:aabb9041-3ec1-427c-bacc-9ac504bf4ec6
ModelName:BasicOnboardGcxwri.compute.nodes.heat.ubuntu18
ModelUuid:69377387-c4af-47f6-ac94-63d158240939
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-10-30T00:19:11.964Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c88fd3d-06ff-48ee-818f-a907fe792eef
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-10-30T00:19:11.968Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||basic_onboard_GcxWRi 0
2022-10-30T00:19:11.968Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c88fd3d-06ff-48ee-818f-a907fe792eef
2022-10-30T00:19:11.968Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ce4588f-1253-4ae3-9321-1ff811d13e93 from URL: /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json
2022-10-30T00:19:11.969Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:19:11.969Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json
2022-10-30T00:19:12.044Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:19:12.044Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json 9ce4588f-1253-4ae3-9321-1ff811d13e93 798
2022-10-30T00:19:12.044Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json ASDC sendASDCNotification
2022-10-30T00:19:12.045Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json
2022-10-30T00:19:12.045Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:19:12.045Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:12.047Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:12.048Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089152044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:19:12.148Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:12.149Z||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-10-30T00:19:12.149Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:12.164Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:12.164Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:13.048Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGcxwri..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5d01819b-430b-4f2a-b57e-2a47c56f6925",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5fc77486-dfda-4b88-b8f3-cf24399ab053",
"vfModuleModelCustomizationUUID": "9d968663-591f-40b5-84f7-ab1fa862cc97",
"isBase": true,
"artifacts": [
"c559c698-3aa4-4e1b-bc7e-0de23df8ff8f",
"dfb69a00-1408-489f-b9c1-d9c3412a2995"
],
"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-10-30T00:19:13.053Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcxwri..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fc77486-dfda-4b88-b8f3-cf24399ab053
VfModuleModelInvariantUUID:5d01819b-430b-4f2a-b57e-2a47c56f6925
VfModuleModelDescription:NULL
Artifacts UUID List:{
c559c698-3aa4-4e1b-bc7e-0de23df8ff8f
,
dfb69a00-1408-489f-b9c1-d9c3412a2995
}
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-10-30T00:19:13.055Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardGcxwri..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "5d01819b-430b-4f2a-b57e-2a47c56f6925",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "5fc77486-dfda-4b88-b8f3-cf24399ab053",
"vfModuleModelCustomizationUUID": "9d968663-591f-40b5-84f7-ab1fa862cc97",
"isBase": true,
"artifacts": [
"c559c698-3aa4-4e1b-bc7e-0de23df8ff8f",
"dfb69a00-1408-489f-b9c1-d9c3412a2995"
],
"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-10-30T00:19:13.055Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcxwri..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5fc77486-dfda-4b88-b8f3-cf24399ab053
VfModuleModelInvariantUUID:5d01819b-430b-4f2a-b57e-2a47c56f6925
VfModuleModelDescription:NULL
Artifacts UUID List:{
c559c698-3aa4-4e1b-bc7e-0de23df8ff8f
,
dfb69a00-1408-489f-b9c1-d9c3412a2995
}
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-10-30T00:19:13.056Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c559c698-3aa4-4e1b-bc7e-0de23df8ff8f from URL: /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml
2022-10-30T00:19:13.056Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:19:13.056Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml
2022-10-30T00:19:13.111Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:19:13.111Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml c559c698-3aa4-4e1b-bc7e-0de23df8ff8f 5033
2022-10-30T00:19:13.112Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T00:19:13.112Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml
2022-10-30T00:19:13.112Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:19:13.112Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:13.114Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:13.114Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089153112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:19:13.214Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:13.215Z||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-10-30T00:19:13.215Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:13.228Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:13.229Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:14.115Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dfb69a00-1408-489f-b9c1-d9c3412a2995 from URL: /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
2022-10-30T00:19:14.116Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-10-30T00:19:14.116Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
2022-10-30T00:19:14.180Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-10-30T00:19:14.180Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env dfb69a00-1408-489f-b9c1-d9c3412a2995 909
2022-10-30T00:19:14.181Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T00:19:14.181Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
2022-10-30T00:19:14.181Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:19:14.181Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:14.183Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:14.184Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089154181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:19:14.284Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:14.284Z||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-10-30T00:19:14.285Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:14.303Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:14.304Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:15.184Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ccd3799a-b1f7-4ef8-8669-82214698beb2
2022-10-30T00:19:15.186Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GcxWRi 0 0c88fd3d-06ff-48ee-818f-a907fe792eef ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:19:15.209Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d3568f9, org.onap.sdc.toscaparser.api.parameters.Input@2d458328, org.onap.sdc.toscaparser.api.parameters.Input@299d22df, org.onap.sdc.toscaparser.api.parameters.Input@3b257b56, org.onap.sdc.toscaparser.api.parameters.Input@5d31be6b]
2022-10-30T00:19:15.211Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.211Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.212Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic
2022-10-30T00:19:15.212Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d
2022-10-30T00:19:15.212Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d matches Tosca VF Customization UUID: 34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d
2022-10-30T00:19:15.212Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d 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-10-30T00:19:15.215Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.215Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.215Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-30T00:19:15.216Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c4857a7
2022-10-30T00:19:15.216Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.216Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-30T00:19:15.216Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9d968663-591f-40b5-84f7-ab1fa862cc97
2022-10-30T00:19:15.216Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9d968663-591f-40b5-84f7-ab1fa862cc97
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-10-30T00:19:15.220Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.220Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:15.220Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:15.220Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.221Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:15.221Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:15.221Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.221Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is not matching search criteria
2022-10-30T00:19:15.222Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-30T00:19:15.222Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-30T00:19:15.222Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ee08ec7f-b7d5-483b-8012-ffe8bae4bb8e
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-10-30T00:19:15.224Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.225Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:15.225Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-30T00:19:15.225Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.225Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_GcxWRi 0 is matching search criteria
2022-10-30T00:19:15.225Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_GcxWRi 0] matching following query criteria: sdcType=VF, customizationUUID=34ac4c8d-6e9b-49f0-b4ce-01805e17fc7d
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-10-30T00:19:15.228Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.228Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.228Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ccd3799a-b1f7-4ef8-8669-82214698beb2: basic_onboard_GcxWRi
2022-10-30T00:19:15.228Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.228Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.229Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.229Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.229Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.229Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.230Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.230Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.230Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:19:15.230Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_GcxWRi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:19:15.230Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_GcxWRi
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-10-30T00:19:15.342Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GcxWRi 0c88fd3d-06ff-48ee-818f-a907fe792eef 1 ASDC deployResourceStructure
2022-10-30T00:19:15.342Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json ASDC sendASDCNotification
2022-10-30T00:19:15.342Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json
2022-10-30T00:19:15.343Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:19:15.343Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:15.345Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:15.345Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089155342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:19:15.446Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T00:19:15.447Z||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-10-30T00:19:15.447Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:15.460Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:15.460Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:16.346Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-30T00:19:16.347Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml
2022-10-30T00:19:16.347Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:19:16.347Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:16.349Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:16.349Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089156346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T00:19:16.449Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:16.450Z||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-10-30T00:19:16.451Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:16.463Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:16.463Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:17.351Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-30T00:19:17.351Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env
2022-10-30T00:19:17.351Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:19:17.352Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:17.354Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:17.354Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089157350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T00:19:17.454Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:17.455Z||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-10-30T00:19:17.455Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:17.468Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:17.469Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:19:18.355Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar ASDC sendASDCNotification
2022-10-30T00:19:18.355Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar
2022-10-30T00:19:18.355Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:19:18.356Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:19:18.358Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:19:18.358Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089158355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:19:18.458Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:19:18.459Z||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-10-30T00:19:18.459Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:18.473Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:18.475Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:19:19.359Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:19:19.376Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
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-10-30T00:19:19.379Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:19:19.380Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:19:19.380Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:19:49.380Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:19:49.399Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
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-10-30T00:19:49.403Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:19:49.403Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:19:49.403Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:19:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:19:51.935Z||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-10-30T00:19:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:19:51.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:19:51.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:19:51.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:19:51.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:19.404Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:20:19.441Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
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-10-30T00:20:19.444Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:20:19.444Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:20:19.445Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:20:49.445Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:20:49.472Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
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-10-30T00:20:49.477Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:20:49.477Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:20:49.477Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:20:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:20:51.936Z||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-10-30T00:20:51.936Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:20:51.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:20:51.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089065808,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089064332,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089058059,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089074706,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089073852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:51.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089073438,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:51.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089074444,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:51.972Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:51.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:51.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "cds",
"timestamp": 1667089074859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:20:51.993Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 45046289-cdd6-4547-8891-3879104fe4d5
2022-10-30T00:20:51.993Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45046289-cdd6-4547-8891-3879104fe4d5 and ComponentName cds
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-10-30T00:20:52.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089075793,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.008Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "policy-id",
"timestamp": 1667089075448,
"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-10-30T00:20:52.020Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45046289-cdd6-4547-8891-3879104fe4d5
2022-10-30T00:20:52.020Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45046289-cdd6-4547-8891-3879104fe4d5 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-10-30T00:20:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089076859,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.032Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-30T00:20:52.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089077889,
"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-10-30T00:20:52.040Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 45046289-cdd6-4547-8891-3879104fe4d5
2022-10-30T00:20:52.040Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45046289-cdd6-4547-8891-3879104fe4d5 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-10-30T00:20:52.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.051Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.051Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.051Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089078893,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.052Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.052Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.052Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:52.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.053Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.053Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.053Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089079969,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.054Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.054Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.054Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089073973,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:52.054Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089081751,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.055Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.055Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.055Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089084118,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.056Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089085122,
"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-10-30T00:20:52.063Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 45046289-cdd6-4547-8891-3879104fe4d5
2022-10-30T00:20:52.063Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45046289-cdd6-4547-8891-3879104fe4d5 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-10-30T00:20:52.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089085703,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089086821,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089087919,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089089337,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/vfw30e2008448a00_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089090352,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089091359,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/resourceInstances/vfw30e2008448a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089084413,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:20:52.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089092363,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221030001546/1.0/artifacts/service-Vfw20221030001546-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089092152,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089098538,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:20:52.088Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:20:52.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:20:52.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "aai-ml",
"timestamp": 1667089099542,
"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-10-30T00:20:52.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 45046289-cdd6-4547-8891-3879104fe4d5
2022-10-30T00:20:52.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 45046289-cdd6-4547-8891-3879104fe4d5 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-10-30T00:21:19.478Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:21:19.498Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5
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-10-30T00:21:19.515Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:21:19.515Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T00:21:19.516Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T00:21:19.517Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T00:21:19.517Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:21:19.517Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:21:19.518Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:21:19.518Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:21:19.518Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:21:19.518Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T00:21:19.526Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T00:21:49.527Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 45046289-cdd6-4547-8891-3879104fe4d5 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-10-30T00:21:49.536Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 45046289-cdd6-4547-8891-3879104fe4d5 and serviceModelVersionId: ccd3799a-b1f7-4ef8-8669-82214698beb2
2022-10-30T00:21:49.537Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af32b61e-c36b-4e2b-889c-7d5261e76889
2022-10-30T00:21:49.538Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0
2022-10-30T00:21:49.548Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T00:21:49.623Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0|INFO|500||Invoke
2022-10-30T00:21:49.624Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[45046289-cdd6-4547-8891-3879104fe4d5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[95b427eb-3286-417f-abb3-86421d7a7bc9], X-ECOMP-RequestID=[45046289-cdd6-4547-8891-3879104fe4d5], X-TransactionId=[], X-ONAP-RequestID=[45046289-cdd6-4547-8891-3879104fe4d5], Content-Type=[application/merge-patch+json]}
2022-10-30T00:21:49.633Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T00:21:49.809Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?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/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[158], X-AAI-TXID=[1-aai-resources-221030-00:21:48:250-47773], vertex-id=[364600], Content-Length=[0], Date=[Sun, 30 Oct 2022 00:21:48 GMT], Content-Type=[application/json]}
2022-10-30T00:21:49.809Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T00:21:49.810Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/af32b61e-c36b-4e2b-889c-7d5261e76889/model-vers/model-ver/ccd3799a-b1f7-4ef8-8669-82214698beb2?depth=0|INFO|500||InvokeReturn
2022-10-30T00:21:49.811Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T00:21:49.815Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:21:49.822Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T00:21:49.823Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 45046289-cdd6-4547-8891-3879104fe4d5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T00:21:49.823Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T00:21:49.824Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:21:49.827Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:21:49.828Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||DEBUG|500||try to send status {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089309823,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:21:49.928Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:21:49.929Z||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-10-30T00:21:49.929Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:21:49.950Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:21:49.950Z||pool-34-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T00:21:50.850Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:21:50.851Z|45046289-cdd6-4547-8891-3879104fe4d5|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-10-30T00:21:50.851Z|45046289-cdd6-4547-8891-3879104fe4d5|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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:21:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:21:51.935Z||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-10-30T00:21:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:21:51.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:21:51.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f45a4204-4a5b-43bf-ad16-cc8f647af2db",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089141096,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089071919,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089149345,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089152044,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089153112,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089154181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089155342,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/basic_onboard_gcxwri0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-30T00:21:51.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089156346,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089157350,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/resourceInstances/basic_onboard_gcxwri0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089158355,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcxwri/1.0/artifacts/service-BasicOnboardGcxwri-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:21:51.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:22:01.156Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:22:01.156Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:22:01.157Z|45046289-cdd6-4547-8891-3879104fe4d5|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-10-30T00:22:01.157Z|45046289-cdd6-4547-8891-3879104fe4d5|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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:22:10.702Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:22:10.703Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:22:10.704Z|45046289-cdd6-4547-8891-3879104fe4d5|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-10-30T00:22:10.704Z|45046289-cdd6-4547-8891-3879104fe4d5|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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:22:20.252Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:22:20.253Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:22:20.254Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:22:20.254Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:22:29.797Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:22:51.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:22:51.921Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:22:51.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:22:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:22:51.934Z||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-10-30T00:22:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:22:52.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:22:52.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:22:52.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
"distributionID": "45046289-cdd6-4547-8891-3879104fe4d5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089309823,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:22:52.467Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:23:01.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:23:51.919Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:23:51.920Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:23:51.921Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:23:51.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:23:51.934Z||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-10-30T00:23:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:24:01.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:24:01.474Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:24:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:24:51.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:24:51.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:24:51.934Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:24:51.935Z||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-10-30T00:24:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:25:01.477Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:25:01.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:25:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:25:51.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:25:51.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:25:51.934Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:25:51.935Z||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-10-30T00:25:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:26:01.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:26:01.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:26:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:26:51.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:26:51.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:26:51.934Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:26:51.934Z||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-10-30T00:26:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:27:01.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:27:01.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:27:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:27:51.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:27:51.920Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:27:51.936Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:27:51.936Z||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-10-30T00:27:51.936Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:28:01.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:28:01.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:28:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:28:51.920Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:28:51.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:28:51.934Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:28:51.934Z|45046289-cdd6-4547-8891-3879104fe4d5|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-10-30T00:28:51.934Z|45046289-cdd6-4547-8891-3879104fe4d5|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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:29:01.488Z|45046289-cdd6-4547-8891-3879104fe4d5|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:29:01.490Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:29:51.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:29:51.924Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:29:51.924Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:29:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:29:51.935Z||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-10-30T00:29:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:01.480Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:01.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:51.919Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:30:51.921Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:30:51.921Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:51.934Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:30:51.934Z||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-10-30T00:30:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:52.554Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:52.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b0d7845f-9cff-4a88-83f9-84f69642e600","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"832e389b-ffa4-42d1-a183-1e4354c9e7d8","serviceDescription":"service","serviceInvariantUUID":"45f64900-cddd-4f0b-8269-65214b9acf55","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d05962ff-1c67-47a2-9f74-cc6df98e2662","resourceInvariantUUID":"ff7b956e-77c8-4d5e-9130-3e6157064102","resourceCustomizationUUID":"514b49ff-463f-4627-93e8-5117296d7963","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":"OTFkYWQzOGJjYzk4ZjlkZmI3OWM1YzU4OGQ3MTEwZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e3ed135c-7c87-4904-9ef3-d6918e6dd4ed","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODE3Y2UxYjNiYTk3ZmEzNTk4OWU3N2YzYTdiMzhjMjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a2698d9a-417e-4e6b-b59b-835e3939cf25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T00:30:52.564Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:30:52.565Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:30:52.570Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:30:52.570Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089851919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:52.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089823973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089825808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "cds",
"timestamp": 1667089823059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "policy-id",
"timestamp": 1667089824335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089825808,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089823973,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "cds",
"timestamp": 1667089823059,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "policy-id",
"timestamp": 1667089824335,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089830521,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "policy-id",
"timestamp": 1667089829234,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "cds",
"timestamp": 1667089829694,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "policy-id",
"timestamp": 1667089830249,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "cds",
"timestamp": 1667089830709,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:30:52.620Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b0d7845f-9cff-4a88-83f9-84f69642e600
2022-10-30T00:30:52.620Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0d7845f-9cff-4a88-83f9-84f69642e600 and ComponentName cds
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-10-30T00:30:52.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089832458,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:30:52.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "policy-id",
"timestamp": 1667089831252,
"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-10-30T00:30:52.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b0d7845f-9cff-4a88-83f9-84f69642e600
2022-10-30T00:30:52.639Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0d7845f-9cff-4a88-83f9-84f69642e600 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-10-30T00:30:52.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089833464,
"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-10-30T00:30:52.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b0d7845f-9cff-4a88-83f9-84f69642e600
2022-10-30T00:30:52.655Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0d7845f-9cff-4a88-83f9-84f69642e600 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-10-30T00:30:52.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "aai-ml",
"timestamp": 1667089834413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:30:52.667Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.667Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.667Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "aai-ml",
"timestamp": 1667089834413,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "aai-ml",
"timestamp": 1667089837145,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "aai-ml",
"timestamp": 1667089840879,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:30:52.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-30T00:30:52.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "aai-ml",
"timestamp": 1667089841883,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
2022-10-30T00:30:52.671Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:30:52.672Z||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-10-30T00:30:52.672Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:52.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b0d7845f-9cff-4a88-83f9-84f69642e600
2022-10-30T00:30:52.675Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b0d7845f-9cff-4a88-83f9-84f69642e600 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-10-30T00:30:52.689Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:52.689Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:30:53.571Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:30:53.573Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:30:53.575Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:30:53.575Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089851919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:30:53.676Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:30:53.676Z||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-10-30T00:30:53.676Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:53.691Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:53.691Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:30:54.577Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "832e389b-ffa4-42d1-a183-1e4354c9e7d8",
"serviceDescription": "service",
"serviceInvariantUUID": "45f64900-cddd-4f0b-8269-65214b9acf55",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "514b49ff-463f-4627-93e8-5117296d7963",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d05962ff-1c67-47a2-9f74-cc6df98e2662",
"resourceInvariantUUID": "ff7b956e-77c8-4d5e-9130-3e6157064102",
"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": "ODE3Y2UxYjNiYTk3ZmEzNTk4OWU3N2YzYTdiMzhjMjY\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a2698d9a-417e-4e6b-b59b-835e3939cf25"
}
],
"workloadContext": "Production"
}
2022-10-30T00:30:54.577Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T00:30:54.578Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 832e389b-ffa4-42d1-a183-1e4354c9e7d8 ASDC
2022-10-30T00:30:54.581Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b0d7845f-9cff-4a88-83f9-84f69642e600
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:832e389b-ffa4-42d1-a183-1e4354c9e7d8
ServiceInvariantUUID:45f64900-cddd-4f0b-8269-65214b9acf55
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:a2698d9a-417e-4e6b-b59b-835e3939cf25
ArtifactChecksum:ODE3Y2UxYjNiYTk3ZmEzNTk4OWU3N2YzYTdiMzhjMjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:514b49ff-463f-4627-93e8-5117296d7963
ResourceInvariantUUID:ff7b956e-77c8-4d5e-9130-3e6157064102
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d05962ff-1c67-47a2-9f74-cc6df98e2662
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-30T00:30:54.581Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 832e389b-ffa4-42d1-a183-1e4354c9e7d8 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-10-30T00:30:54.618Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:30:54.621Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:30:54.621Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:30:54.622Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a2698d9a-417e-4e6b-b59b-835e3939cf25 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T00:30:54.622Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T00:30:54.622Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T00:30:54.684Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T00:30:54.684Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar a2698d9a-417e-4e6b-b59b-835e3939cf25 57662
2022-10-30T00:30:54.685Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T00:30:54.685Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T00:30:54.685Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:30:54.686Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:30:54.689Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:30:54.689Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089854685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:30:54.789Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:30:54.790Z||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-10-30T00:30:54.790Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:54.807Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:54.807Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:30:55.690Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:30:55.693Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:30:55.694Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a2698d9a-417e-4e6b-b59b-835e3939cf25, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T00:30:55.694Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-30T00:30:55.695Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T00:30:55.695Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T00:30:55.868Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3902444055203668640/Definitions/service-BasicNetwork-template.yml
2022-10-30T00:30:56.531Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T00:30:56.531Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:30:56.531Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.532Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.533Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.533Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:30:56.533Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.533Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.533Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T00:30:56.534Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T00:30:56.534Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:30:56.534Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.534Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.534Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.535Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.536Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.537Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:832e389b-ffa4-42d1-a183-1e4354c9e7d8
Model Version:NULL
Model InvariantUuid:45f64900-cddd-4f0b-8269-65214b9acf55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:ff7b956e-77c8-4d5e-9130-3e6157064102
Model UUID:8477cd0d-8eca-495a-8ee8-0de3284a1317
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:514b49ff-463f-4627-93e8-5117296d7963
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-10-30T00:30:56.563Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: d05962ff-1c67-47a2-9f74-cc6df98e2662
2022-10-30T00:30:56.564Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||No resources found for Service: 832e389b-ffa4-42d1-a183-1e4354c9e7d8
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-10-30T00:30:56.572Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||
2022-10-30T00:30:56.572Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-30T00:30:56.573Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 832e389b-ffa4-42d1-a183-1e4354c9e7d8
2022-10-30T00:30:56.573Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 832e389b-ffa4-42d1-a183-1e4354c9e7d8
2022-10-30T00:30:56.573Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-30T00:30:56.574Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.580Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a3e68cc, org.onap.sdc.toscaparser.api.parameters.Input@7e59a8c3, org.onap.sdc.toscaparser.api.parameters.Input@7230e9ad, org.onap.sdc.toscaparser.api.parameters.Input@12c72f4e, org.onap.sdc.toscaparser.api.parameters.Input@6bc64dd2]
2022-10-30T00:30:56.582Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.582Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.582Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.583Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.583Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 832e389b-ffa4-42d1-a183-1e4354c9e7d8: Generic NeutronNet
2022-10-30T00:30:56.583Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.583Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.584Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.584Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.624Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.624Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.624Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.625Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.625Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:30:56.625Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:30:56.625Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||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-10-30T00:30:56.709Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-30T00:30:56.710Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-30T00:30:56.710Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-30T00:30:56.710Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:30:56.710Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:30:56.712Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:30:56.714Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089856710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:30:56.812Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T00:30:56.813Z||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-10-30T00:30:56.813Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:30:56.826Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:30:56.827Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:30:57.720Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b0d7845f-9cff-4a88-83f9-84f69642e600
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:30:57.735Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b0d7845f-9cff-4a88-83f9-84f69642e600
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-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:30:57.739Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:30:57.740Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T00:30:57.746Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T00:31:27.747Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b0d7845f-9cff-4a88-83f9-84f69642e600 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-10-30T00:31:27.758Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b0d7845f-9cff-4a88-83f9-84f69642e600 and serviceModelVersionId: 832e389b-ffa4-42d1-a183-1e4354c9e7d8
2022-10-30T00:31:27.758Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 45f64900-cddd-4f0b-8269-65214b9acf55
2022-10-30T00:31:27.759Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0
2022-10-30T00:31:27.787Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T00:31:27.877Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0|INFO|500||Invoke
2022-10-30T00:31:27.878Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b0d7845f-9cff-4a88-83f9-84f69642e600], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d94d1ec2-de88-4cc2-a29f-7fa6f238011e], X-ECOMP-RequestID=[b0d7845f-9cff-4a88-83f9-84f69642e600], X-TransactionId=[], X-ONAP-RequestID=[b0d7845f-9cff-4a88-83f9-84f69642e600], Content-Type=[application/merge-patch+json]}
2022-10-30T00:31:27.884Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T00:31:27.998Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?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/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[107], X-AAI-TXID=[0-aai-resources-221030-00:31:26:496-88512], vertex-id=[344248], Content-Length=[0], Date=[Sun, 30 Oct 2022 00:31:26 GMT], Content-Type=[application/json]}
2022-10-30T00:31:27.999Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-30T00:31:27.999Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/45f64900-cddd-4f0b-8269-65214b9acf55/model-vers/model-ver/832e389b-ffa4-42d1-a183-1e4354c9e7d8?depth=0|INFO|500||InvokeReturn
2022-10-30T00:31:28.005Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T00:31:28.005Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:31:28.016Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T00:31:28.017Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b0d7845f-9cff-4a88-83f9-84f69642e600 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T00:31:28.017Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T00:31:28.017Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:28.020Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:28.020Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089888017,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:31:28.120Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:31:28.121Z||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-10-30T00:31:28.121Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:28.140Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:28.140Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T00:31:51.920Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:31:51.921Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T00:31:51.921Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:31:51.934Z||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-10-30T00:31:51.934Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:52.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:52.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:31:52.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089851919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:52.060Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:31:52.562Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:52.564Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:31:52.572Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c22915f-2bda-4ed5-be73-f90d86173e37","serviceName":"Demo_pNF_Nio9y2CCGG8kp6ySU2SW","serviceVersion":"1.0","serviceUUID":"064ec54d-ae31-483b-bb6c-54ea04892f72","serviceDescription":"catalog service description","serviceInvariantUUID":"4d81216c-d74c-44db-9e27-a2aa447ea3ab","resources":[{"resourceInstanceName":"pNF e1d50122-1bc1 0","resourceName":"pNF e1d50122-1bc1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f26b1975-4bca-452f-b9da-5b4152fa86ac","resourceInvariantUUID":"84a30e40-2326-4459-bc62-140f9b6651d4","resourceCustomizationUUID":"fa108a53-eeb5-4af3-9a95-b74f74d0efb7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml","artifactChecksum":"ZDQ2OGQ2ZmU5NzBmYjM0ZjdhNTc2ODBiZWQ1MDMxNzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ef74a41-98c2-447f-ac00-9f5cb904377e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar","artifactChecksum":"OTRlN2JlMmQ5NTg1OTU0YjkyYTNhNTY2OTZmZTk4ZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"72e9d852-2e63-4b8f-8f34-2539b25e90e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02dce3f2-2bf8-4b41-a95e-8a7a5decd0ff","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml","artifactChecksum":"MGUwMzFkMzBkY2NmMjY2N2E1ZjQ3MzllMzEwMjc1OGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ca516fa2-ecbc-487e-9168-1c813df6c016","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e1b613e-08eb-4b13-957f-68762e13a44c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5ed5955d-0c02-48ec-9f8a-c8146a8be3c3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml","artifactChecksum":"ZDQ1ZTRlOTdhYmY1ZWMzYTM0OTVmNWM0OTc5NDEzNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd4a983b-a8ff-4ed5-af7a-432130c035e1","artifactVersion":"1"},{"artifactName":"service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar","artifactChecksum":"Y2U4NzliZDJlMjZkM2Y3NjY5ZjlhNjFkNGMwZmNlYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ddc2940-a9c4-418e-9ea5-aec6a875381d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T00:31:52.575Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:52.575Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:52.578Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:52.581Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:52.679Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T00:31:52.680Z||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-10-30T00:31:52.680Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:52.694Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:52.694Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:31:53.581Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:53.582Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:53.585Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:53.585Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:53.685Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:31:53.686Z||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-10-30T00:31:53.686Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:53.703Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:53.703Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:31:54.586Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:54.586Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:54.589Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:54.589Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:54.689Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:31:54.690Z||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-10-30T00:31:54.690Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:54.704Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:54.704Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:31:55.590Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:55.590Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:55.593Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:55.593Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:55.693Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:31:55.694Z||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-10-30T00:31:55.694Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:55.707Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:55.707Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:31:56.596Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:56.597Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:56.605Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:56.605Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:56.699Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-30T00:31:56.700Z||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-10-30T00:31:56.700Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:56.713Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:56.714Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:31:57.606Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:57.607Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:57.609Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:57.609Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:57.710Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:31:57.711Z||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-10-30T00:31:57.711Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:57.728Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:57.728Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:31:58.610Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:58.620Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:58.623Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:58.623Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:31:58.723Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:31:58.724Z||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-10-30T00:31:58.724Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:58.741Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:58.742Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:31:59.632Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:31:59.633Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:31:59.636Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:31:59.636Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:31:59.736Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:31:59.737Z||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-10-30T00:31:59.737Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:31:59.751Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:31:59.752Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:32:00.642Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"serviceName": "Demo_pNF_Nio9y2CCGG8kp6ySU2SW",
"serviceVersion": "1.0",
"serviceUUID": "064ec54d-ae31-483b-bb6c-54ea04892f72",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4d81216c-d74c-44db-9e27-a2aa447ea3ab",
"resources": [
{
"resourceInstanceName": "pNF e1d50122-1bc1 0",
"resourceCustomizationUUID": "fa108a53-eeb5-4af3-9a95-b74f74d0efb7",
"resourceName": "pNF e1d50122-1bc1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "f26b1975-4bca-452f-b9da-5b4152fa86ac",
"resourceInvariantUUID": "84a30e40-2326-4459-bc62-140f9b6651d4",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"artifactChecksum": "Y2U4NzliZDJlMjZkM2Y3NjY5ZjlhNjFkNGMwZmNlYjI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "2ddc2940-a9c4-418e-9ea5-aec6a875381d"
}
],
"workloadContext": "Production"
}
2022-10-30T00:32:00.643Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T00:32:00.644Z|b0d7845f-9cff-4a88-83f9-84f69642e600|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 064ec54d-ae31-483b-bb6c-54ea04892f72 ASDC
2022-10-30T00:32:00.647Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3c22915f-2bda-4ed5-be73-f90d86173e37
ServiceName:Demo_pNF_Nio9y2CCGG8kp6ySU2SW
ServiceVersion:1.0
ServiceUUID:064ec54d-ae31-483b-bb6c-54ea04892f72
ServiceInvariantUUID:4d81216c-d74c-44db-9e27-a2aa447ea3ab
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
ArtifactUUID:2ddc2940-a9c4-418e-9ea5-aec6a875381d
ArtifactChecksum:Y2U4NzliZDJlMjZkM2Y3NjY5ZjlhNjFkNGMwZmNlYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e1d50122-1bc1 0
ResourceCustomizationUUID:fa108a53-eeb5-4af3-9a95-b74f74d0efb7
ResourceInvariantUUID:84a30e40-2326-4459-bc62-140f9b6651d4
ResourceName:pNF e1d50122-1bc1
ResourceType:PNF
ResourceUUID:f26b1975-4bca-452f-b9da-5b4152fa86ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-30T00:32:00.647Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 064ec54d-ae31-483b-bb6c-54ea04892f72 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-10-30T00:32:00.692Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:32:00.692Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:32:00.693Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:32:00.693Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2ddc2940-a9c4-418e-9ea5-aec6a875381d from URL: /sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:00.693Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T00:32:00.693Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:00.770Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T00:32:00.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar 2ddc2940-a9c4-418e-9ea5-aec6a875381d 87763
2022-10-30T00:32:00.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar ASDC sendASDCNotification
2022-10-30T00:32:00.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:00.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:32:00.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:32:00.775Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:32:00.775Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089920772,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:00.875Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:32:00.876Z||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-10-30T00:32:00.876Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:32:00.891Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:32:00.891Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:32:01.779Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:32:01.779Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:32:01.780Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2ddc2940-a9c4-418e-9ea5-aec6a875381d, URL: /sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar to file: /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:01.780Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:01.781Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:01.781Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:01.896Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1823833007366276239/Definitions/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml
2022-10-30T00:32:02.639Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T00:32:02.640Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:32:02.640Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||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-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||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-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.641Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e1d50122-1bc1 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-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Node template pNF e1d50122-1bc1 0 is matching search criteria
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T00:32:02.642Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e1d50122-1bc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Node template pNF e1d50122-1bc1 0 is matching search criteria
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e1d50122-1bc1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.643Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.644Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.645Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_Nio9y2CCGG8kp6ySU2SW
Description:catalog service description
Model UUID:064ec54d-ae31-483b-bb6c-54ea04892f72
Model Version:NULL
Model InvariantUuid:4d81216c-d74c-44db-9e27-a2aa447ea3ab
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-10-30T00:32:02.654Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: f26b1975-4bca-452f-b9da-5b4152fa86ac
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-10-30T00:32:02.658Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||pNF e1d50122-1bc1 0
2022-10-30T00:32:02.658Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f26b1975-4bca-452f-b9da-5b4152fa86ac
2022-10-30T00:32:02.658Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 064ec54d-ae31-483b-bb6c-54ea04892f72
2022-10-30T00:32:02.658Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 064ec54d-ae31-483b-bb6c-54ea04892f72
2022-10-30T00:32:02.658Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e1d50122-1bc1 0 f26b1975-4bca-452f-b9da-5b4152fa86ac 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-10-30T00:32:02.664Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d5c92d0, org.onap.sdc.toscaparser.api.parameters.Input@33f69dac, org.onap.sdc.toscaparser.api.parameters.Input@1879e83, org.onap.sdc.toscaparser.api.parameters.Input@2b96dd3, org.onap.sdc.toscaparser.api.parameters.Input@1b6ab546]
2022-10-30T00:32:02.664Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 064ec54d-ae31-483b-bb6c-54ea04892f72: pNF e1d50122-1bc1
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Processing PNF resource: f26b1975-4bca-452f-b9da-5b4152fa86ac
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Nio9y2CCGG8kp6ySU2SW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-30T00:32:02.665Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||Resource customization UUID: fa108a53-eeb5-4af3-9a95-b74f74d0efb7 is the same as notified resource customizationUUID: fa108a53-eeb5-4af3-9a95-b74f74d0efb7
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-10-30T00:32:02.727Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e1d50122-1bc1 f26b1975-4bca-452f-b9da-5b4152fa86ac 0 ASDC deployResourceStructure
2022-10-30T00:32:02.728Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar ASDC sendASDCNotification
2022-10-30T00:32:02.728Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar
2022-10-30T00:32:02.728Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-30T00:32:02.728Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:32:02.731Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:32:02.731Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089922728,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:32:02.832Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:32:02.833Z||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-10-30T00:32:02.833Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:32:02.848Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:32:02.848Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:32:03.732Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:32:03.747Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
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-10-30T00:32:03.751Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:32:03.752Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:32:03.752Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:32:33.752Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:32:33.770Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
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-10-30T00:32:33.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:32:33.772Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-30T00:32:33.773Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-30T00:32:51.934Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T00:32:51.935Z||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-10-30T00:32:51.935Z||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 SEb3M007Ck9t3FXO) ...
2022-10-30T00:32:51.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:32:51.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089851919,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089854685,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089856710,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b0d7845f-9cff-4a88-83f9-84f69642e600",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089888017,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089883973,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089883059,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089891845,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089892760,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089884332,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089885808,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:51.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:51.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:51.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "cds",
"timestamp": 1667089892851,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:32:51.996Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c22915f-2bda-4ed5-be73-f90d86173e37
2022-10-30T00:32:51.996Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c22915f-2bda-4ed5-be73-f90d86173e37 and ComponentName cds
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-10-30T00:32:52.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089893086,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089894742,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089894092,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667089895747,
"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-10-30T00:32:52.019Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c22915f-2bda-4ed5-be73-f90d86173e37
2022-10-30T00:32:52.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c22915f-2bda-4ed5-be73-f90d86173e37 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-10-30T00:32:52.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.053Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "policy-id",
"timestamp": 1667089895097,
"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-10-30T00:32:52.062Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c22915f-2bda-4ed5-be73-f90d86173e37
2022-10-30T00:32:52.062Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c22915f-2bda-4ed5-be73-f90d86173e37 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-10-30T00:32:52.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/resourceInstances/pnfe1d501221bc10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089903172,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089907748,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfNio9y2ccgg8kp6ysu2sw/1.0/artifacts/service-DemoPnfNio9y2ccgg8kp6ysu2sw-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089907846,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "aai-ml",
"timestamp": 1667089908755,
"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-10-30T00:32:52.094Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c22915f-2bda-4ed5-be73-f90d86173e37
2022-10-30T00:32:52.094Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c22915f-2bda-4ed5-be73-f90d86173e37 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-10-30T00:32:52.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "cds",
"timestamp": 1667089908852,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:32:52.122Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da
2022-10-30T00:32:52.122Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da and ComponentName cds
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-10-30T00:32:52.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1ab171f-aad9-4396-bf9e-d01dd469c27b",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "policy-id",
"timestamp": 1667089904332,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667089905808,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "aai-ml",
"timestamp": 1667089894413,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "b1ab171f-aad9-4396-bf9e-d01dd469c27b",
"consumerID": "cds",
"timestamp": 1667089898059,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:32:52.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object.
2022-10-30T00:33:03.773Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-10-30T00:33:03.792Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37
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-10-30T00:33:03.795Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-30T00:33:03.795Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-30T00:33:03.795Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-30T00:33:03.796Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-30T00:33:03.804Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-30T00:33:33.804Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c22915f-2bda-4ed5-be73-f90d86173e37 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-10-30T00:33:33.814Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c22915f-2bda-4ed5-be73-f90d86173e37 and serviceModelVersionId: 064ec54d-ae31-483b-bb6c-54ea04892f72
2022-10-30T00:33:33.814Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d81216c-d74c-44db-9e27-a2aa447ea3ab
2022-10-30T00:33:33.815Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0
2022-10-30T00:33:33.820Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-10-30T00:33:33.865Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-10-30T00:33:33.866Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0|INFO|500||Invoke
2022-10-30T00:33:33.883Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-30T00:33:33.994Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0|INFO|500||InvokeReturn
2022-10-30T00:33:33.994Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4d81216c-d74c-44db-9e27-a2aa447ea3ab/model-vers/model-ver/064ec54d-ae31-483b-bb6c-54ea04892f72?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[106], X-AAI-TXID=[2-aai-resources-221030-00:33:32:490-34831], vertex-id=[213152], Content-Length=[0], Date=[Sun, 30 Oct 2022 00:33:32 GMT], Content-Type=[application/json]}
2022-10-30T00:33:33.994Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-10-30T00:33:33.994Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-30T00:33:33.994Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-30T00:33:34.002Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-30T00:33:34.002Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c22915f-2bda-4ed5-be73-f90d86173e37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-30T00:33:34.003Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-30T00:33:34.003Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:34.006Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:34.006Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "3c22915f-2bda-4ed5-be73-f90d86173e37",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667090014002,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-30T00:33:34.105Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-10-30T00:33:34.106Z||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-10-30T00:33:34.107Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:34.125Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:34.125Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-30T00:33:35.026Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-30T00:33:35.026Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"654565fe-7a00-4d43-a360-fff56da8ab0d","serviceDescription":"service","serviceInvariantUUID":"00257da3-4845-4e47-a1fd-9da62c246a9b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"94cdd573-6f76-44c5-aead-8feabc3d1938","resourceInvariantUUID":"b52995f9-9735-4476-92fa-fdbb2afeb1af","resourceCustomizationUUID":"38a5910d-2b16-4deb-b639-dfd6448dd6d0","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":"ZjkyNzdhZWFmMDI5NjQyNTM4NWE4ZGY3MzkzMTdhZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e6165ad2-2470-4d4c-8197-71e27e01c2d4","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":"bbb0a512-35b7-485a-ba85-bf9f33cee417","artifactVersion":"2","generatedFromUUID":"a789df06-d5f8-474c-a2f7-47918f49f37f"},{"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":"a789df06-d5f8-474c-a2f7-47918f49f37f","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":"ZDFhYWU1ZmZmZWM4MjRhYjZlNWZlNWIxMGQ5NTc1ODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"993471e7-fb13-4bbf-9579-a98d77e2d776","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":"9579d802-ce15-4d6f-ae9a-6b9a3392a646","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":"600397d9-1006-4e07-a919-b679776b6550","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":"d856b8ec-47b6-4375-b76c-8e405a559c38","artifactVersion":"2","generatedFromUUID":"9579d802-ce15-4d6f-ae9a-6b9a3392a646"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZTM0ODg5ODhjY2Y3NzJkMDAzOTFmMjc5ZWVjZTA4N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf467cd6-bf89-4c60-8b5b-e5936ae6dba7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDI2ZTk5ZDJhNTgzNjNiOTZhMDgxZjk2MzBiZWI5ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c0a83c9-b024-4679-854e-b376bd1bbfea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-30T00:33:35.027Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:35.027Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:35.029Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:35.029Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:33:35.129Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:33:35.130Z||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-10-30T00:33:35.131Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:35.148Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:35.149Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:36.029Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:36.031Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:36.033Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:36.033Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-30T00:33:36.133Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:33:36.134Z||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-10-30T00:33:36.135Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:36.154Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:36.154Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:33:37.034Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:37.035Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:37.037Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:37.037Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-30T00:33:37.138Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-30T00:33:37.139Z||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-10-30T00:33:37.139Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:37.152Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:37.153Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:38.038Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:38.039Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:38.041Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:38.041Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-30T00:33:38.141Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:33:38.142Z||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-10-30T00:33:38.142Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:38.156Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:38.157Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:39.041Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:39.042Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:39.044Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:39.044Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-30T00:33:39.144Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:33:39.145Z||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-10-30T00:33:39.145Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:39.160Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:39.160Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:33:40.045Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:40.046Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:40.048Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:40.048Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:33:40.148Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-30T00:33:40.149Z||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-10-30T00:33:40.150Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:40.162Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:40.163Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:41.049Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:41.050Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:41.052Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:41.052Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-30T00:33:41.164Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-10-30T00:33:41.165Z||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-10-30T00:33:41.165Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:41.178Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:41.179Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-30T00:33:42.053Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:42.054Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:42.058Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:42.058Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-30T00:33:42.157Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:33:42.158Z||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-10-30T00:33:42.158Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:42.173Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:42.174Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:43.059Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-30T00:33:43.060Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:43.063Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:43.064Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667089911920,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-30T00:33:43.163Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-30T00:33:43.164Z||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-10-30T00:33:43.164Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:43.180Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:43.180Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:44.066Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "654565fe-7a00-4d43-a360-fff56da8ab0d",
"serviceDescription": "service",
"serviceInvariantUUID": "00257da3-4845-4e47-a1fd-9da62c246a9b",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "38a5910d-2b16-4deb-b639-dfd6448dd6d0",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "94cdd573-6f76-44c5-aead-8feabc3d1938",
"resourceInvariantUUID": "b52995f9-9735-4476-92fa-fdbb2afeb1af",
"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": "bbb0a512-35b7-485a-ba85-bf9f33cee417",
"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": "a789df06-d5f8-474c-a2f7-47918f49f37f",
"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": "ZDFhYWU1ZmZmZWM4MjRhYjZlNWZlNWIxMGQ5NTc1ODM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "993471e7-fb13-4bbf-9579-a98d77e2d776",
"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": "9579d802-ce15-4d6f-ae9a-6b9a3392a646",
"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": "d856b8ec-47b6-4375-b76c-8e405a559c38",
"generatedFromUUID": "9579d802-ce15-4d6f-ae9a-6b9a3392a646"
},
"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": "d856b8ec-47b6-4375-b76c-8e405a559c38",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "MDI2ZTk5ZDJhNTgzNjNiOTZhMDgxZjk2MzBiZWI5ZTk\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "7c0a83c9-b024-4679-854e-b376bd1bbfea"
}
],
"workloadContext": "Production"
}
2022-10-30T00:33:44.067Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-30T00:33:44.067Z|3c22915f-2bda-4ed5-be73-f90d86173e37|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 654565fe-7a00-4d43-a360-fff56da8ab0d ASDC
2022-10-30T00:33:44.067Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:654565fe-7a00-4d43-a360-fff56da8ab0d
ServiceInvariantUUID:00257da3-4845-4e47-a1fd-9da62c246a9b
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:7c0a83c9-b024-4679-854e-b376bd1bbfea
ArtifactChecksum:MDI2ZTk5ZDJhNTgzNjNiOTZhMDgxZjk2MzBiZWI5ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:38a5910d-2b16-4deb-b639-dfd6448dd6d0
ResourceInvariantUUID:b52995f9-9735-4476-92fa-fdbb2afeb1af
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:94cdd573-6f76-44c5-aead-8feabc3d1938
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:bbb0a512-35b7-485a-ba85-bf9f33cee417
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:a789df06-d5f8-474c-a2f7-47918f49f37f
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:993471e7-fb13-4bbf-9579-a98d77e2d776
ArtifactChecksum:ZDFhYWU1ZmZmZWM4MjRhYjZlNWZlNWIxMGQ5NTc1ODM=
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:9579d802-ce15-4d6f-ae9a-6b9a3392a646
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:d856b8ec-47b6-4375-b76c-8e405a559c38
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:d856b8ec-47b6-4375-b76c-8e405a559c38
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-30T00:33:44.067Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 654565fe-7a00-4d43-a360-fff56da8ab0d 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-10-30T00:33:44.128Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:33:44.128Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:33:44.129Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:33:44.129Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7c0a83c9-b024-4679-854e-b376bd1bbfea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T00:33:44.129Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-10-30T00:33:44.129Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T00:33:44.220Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-10-30T00:33:44.221Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7c0a83c9-b024-4679-854e-b376bd1bbfea 73682
2022-10-30T00:33:44.221Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-30T00:33:44.221Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-30T00:33:44.221Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-30T00:33:44.222Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-10-30T00:33:44.225Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-30T00:33:44.225Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667090024221,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-30T00:33:44.328Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-30T00:33:44.329Z||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-10-30T00:33:44.329Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as SEb3M007Ck9t3FXO) ...
2022-10-30T00:33:44.341Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T00:33:44.342Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-30T00:33:45.226Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-30T00:33:45.227Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-10-30T00:33:45.228Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7c0a83c9-b024-4679-854e-b376bd1bbfea, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T00:33:45.228Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-30T00:33:45.228Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T00:33:45.228Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T00:33:45.389Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1075608290674955350/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-10-30T00:33:46.565Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-30T00:33:46.565Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:33:46.565Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T00:33:46.565Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||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-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||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-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||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-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-10-30T00:33:46.566Z|9a60c46f-d8e3-4ee7-a6f0-6c7cfaae95da|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery