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) 2023-01-02T23:18:57.159Z||main|||||INFO|500||The following profiles are active: basic 2023-01-02T23:19:08.905Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-02T23:19:08.905Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-02T23:19:09.028Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-02T23:19:13.318Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-02T23:19:13.704Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-02T23:19:14.177Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-02T23:19:14.185Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-02T23:19:14.294Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-02T23:19:14.504Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-02T23:19:15.135Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-02T23:19:17.139Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-02T23:19:19.856Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-02T23:19:19.916Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-02T23:19:20.636Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-02T23:19:20.874Z||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. 2023-01-02T23:19:22.053Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-02T23:19:23.131Z||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_ 2023-01-02T23:19:24.230Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-01-02T23:19:24.231Z||main|||||ERROR|500||(conn=1166) Table 'catalogdb.activity_spec' doesn't exist 2023-01-02T23:19:24.246Z||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 2023-01-02T23:19:27.615Z||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 2023-01-02T23:19:30.151Z||main|||||WARN|500||--- 2023-01-02T23:19:30.152Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-02T23:19:30.152Z||main|||||WARN|500||--- 2023-01-02T23:19:30.591Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-02T23:19:35.304Z||main|||||INFO|500||Started Application in 41.398 seconds (JVM running for 43.646) 2023-01-02T23:19:35.347Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-02T23:19:35.359Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-02T23:19:35.391Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-02T23:19:35.449Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-02T23:19:35.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 662802b7-cc48-41ee-91b8-969dc846cbbc url= /sdc/v1/artifactTypes 2023-01-02T23:19:35.509Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-01-02T23:19:35.723Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-02T23:19:35.753Z||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 2023-01-02T23:19:35.801Z||scheduling-1|||||DEBUG|500||create keys 2023-01-02T23:19:35.809Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-02T23:19:36.028Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:19:36.044Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 299882b6-eddf-42be-8b59-dc91ed08e0d2 url= /sdc/v1/registerForDistribution 2023-01-02T23:19:36.487Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 299882b6-eddf-42be-8b59-dc91ed08e0d2 url= /sdc/v1/registerForDistribution 2023-01-02T23:19:36.488Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-02T23:19:36.501Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:19:36.503Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-02T23:19:36.508Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:19:36.520Z||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. 2023-01-02T23:19:36.520Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:19:36.521Z||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. 2023-01-02T23:19:36.521Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:19:47.321Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:19:47.369Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:20:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:20:36.496Z||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. 2023-01-02T23:20:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:20:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:20:36.497Z||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. 2023-01-02T23:20:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:20:46.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:20:46.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:21:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:21:36.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:21:36.497Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:21:36.497Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:21:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:21:36.498Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:21:46.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:21:46.069Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:22:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:22:36.496Z||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. 2023-01-02T23:22:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:22:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:22:36.497Z||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. 2023-01-02T23:22:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:22:46.048Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:22:46.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:23:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:23:36.496Z||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. 2023-01-02T23:23:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:23:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:23:36.497Z||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. 2023-01-02T23:23:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:23:46.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:23:46.053Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:24:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:24:36.496Z||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. 2023-01-02T23:24:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:24:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:24:36.497Z||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. 2023-01-02T23:24:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:24:46.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:24:46.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:25:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:25:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:25:36.497Z||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. 2023-01-02T23:25:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:25:36.498Z||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. 2023-01-02T23:25:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:25:46.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:25:46.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:26:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:26:36.496Z||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. 2023-01-02T23:26:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:26:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:26:36.497Z||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. 2023-01-02T23:26:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:26:46.067Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:26:46.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:27:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:27:36.497Z||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. 2023-01-02T23:27:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:27:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:27:36.498Z||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. 2023-01-02T23:27:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:27:46.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:27:46.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:28:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:28:36.496Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:28:36.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:28:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:28:36.497Z||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. 2023-01-02T23:28:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:28:46.053Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:28:46.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:29:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:29:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:29:36.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:29:36.498Z||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. 2023-01-02T23:29:36.498Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:29:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:29:46.056Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:29:46.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:29:48.320Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-02T23:30:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:30:36.496Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:30:36.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:30:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:30:36.497Z||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. 2023-01-02T23:30:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:30:46.064Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:30:46.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:31:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:31:36.496Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:31:36.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:31:36.497Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:31:36.497Z||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. 2023-01-02T23:31:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:31:46.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:31:46.058Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:32:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:32:36.496Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:32:36.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-02T23:32:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:32:36.497Z||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. 2023-01-02T23:32:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:32:46.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:32:46.055Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:33:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:33:36.496Z||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. 2023-01-02T23:33:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:33:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:33:36.497Z||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. 2023-01-02T23:33:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:33:46.092Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:33:46.093Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:34:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:34:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:34:36.499Z||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. 2023-01-02T23:34:36.499Z||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. 2023-01-02T23:34:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:34:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:34:46.056Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:34:46.056Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:35:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:35:36.496Z||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. 2023-01-02T23:35:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:35:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:35:36.497Z||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. 2023-01-02T23:35:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:35:46.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:35:46.056Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:36:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:36:36.496Z||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. 2023-01-02T23:36:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:36:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:36:36.497Z||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. 2023-01-02T23:36:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:36:46.066Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:36:46.067Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:37:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:37:36.496Z||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. 2023-01-02T23:37:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:37:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:37:36.497Z||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. 2023-01-02T23:37:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:37:46.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:37:46.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:38:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:38:36.496Z||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. 2023-01-02T23:38:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:38:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:38:36.497Z||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. 2023-01-02T23:38:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:38:46.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:38:46.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:39:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:39:36.497Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:39:36.498Z||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. 2023-01-02T23:39:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:39:36.498Z||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. 2023-01-02T23:39:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:39:46.065Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:39:46.095Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:40:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:40:36.496Z||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. 2023-01-02T23:40:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:40:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:40:36.497Z||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. 2023-01-02T23:40:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:40:46.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:40:46.060Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:41:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:41:36.496Z||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. 2023-01-02T23:41:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:41:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:41:36.497Z||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. 2023-01-02T23:41:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:41:46.054Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:41:46.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:42:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:42:36.496Z||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. 2023-01-02T23:42:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:42:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:42:36.497Z||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. 2023-01-02T23:42:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:42:46.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:42:46.096Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:43:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:43:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:43:36.497Z||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. 2023-01-02T23:43:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:43:36.498Z||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. 2023-01-02T23:43:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:43:46.072Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:43:46.073Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:44:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:44:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:44:36.497Z||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. 2023-01-02T23:44:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:44:36.498Z||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. 2023-01-02T23:44:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:44:46.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:44:46.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:45:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:45:36.496Z||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. 2023-01-02T23:45:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:45:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:45:36.497Z||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. 2023-01-02T23:45:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:45:46.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:45:46.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:46:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:46:36.496Z||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. 2023-01-02T23:46:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:46:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:46:36.497Z||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. 2023-01-02T23:46:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:46:46.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:46:46.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:47:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:47:36.496Z||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. 2023-01-02T23:47:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:47:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:47:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:47:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:47:46.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:47:46.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:48:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:48:36.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:48:36.497Z||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. 2023-01-02T23:48:36.497Z||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. 2023-01-02T23:48:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:48:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:48:46.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:48:46.087Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:49:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:49:36.553Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:49:36.554Z||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. 2023-01-02T23:49:36.556Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:49:36.556Z||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. 2023-01-02T23:49:36.557Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:49:46.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:49:46.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:50:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:50:36.496Z||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. 2023-01-02T23:50:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:50:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:50:36.497Z||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. 2023-01-02T23:50:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:50:46.064Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:50:46.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:51:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:51:36.496Z||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. 2023-01-02T23:51:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:51:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:51:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:51:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:51:46.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:51:46.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:52:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:52:36.496Z||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. 2023-01-02T23:52:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:52:36.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:52:36.497Z||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. 2023-01-02T23:52:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:52:46.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:52:46.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:53:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:53:36.496Z||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. 2023-01-02T23:53:36.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:53:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:53:36.497Z||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. 2023-01-02T23:53:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:53:46.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:53:46.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:54:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:54:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:54:36.498Z||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. 2023-01-02T23:54:36.498Z||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. 2023-01-02T23:54:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:54:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:54:46.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:54:46.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:55:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:55:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:55:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-02T23:55:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:55:36.496Z||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. 2023-01-02T23:55:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:55:46.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:55:46.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:56:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:56:36.496Z||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. 2023-01-02T23:56:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:56:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:56:36.497Z||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. 2023-01-02T23:56:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:56:46.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:56:46.063Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:57:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:57:36.496Z||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. 2023-01-02T23:57:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:57:36.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:57:36.497Z||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. 2023-01-02T23:57:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:57:46.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:57:46.061Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:58:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:58:36.496Z||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. 2023-01-02T23:58:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:58:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:58:36.497Z||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. 2023-01-02T23:58:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:58:46.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:58:46.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:59:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:59:36.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-02T23:59:36.498Z||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. 2023-01-02T23:59:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:59:36.499Z||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. 2023-01-02T23:59:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-02T23:59:46.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-02T23:59:46.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:00:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:00:36.496Z||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. 2023-01-03T00:00:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:00:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:00:36.497Z||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. 2023-01-03T00:00:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:00:46.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:00:46.085Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:01:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:01:36.496Z||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. 2023-01-03T00:01:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:01:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:01:36.497Z||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. 2023-01-03T00:01:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:01:46.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:01:46.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:02:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:02:36.496Z||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. 2023-01-03T00:02:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:02:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:02:36.497Z||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. 2023-01-03T00:02:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:02:46.047Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:02:46.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:03:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:03:36.495Z||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. 2023-01-03T00:03:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:03:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:03:36.497Z||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. 2023-01-03T00:03:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:03:46.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:03:46.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:04:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:04:36.496Z||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. 2023-01-03T00:04:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:04:36.497Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:04:36.497Z||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. 2023-01-03T00:04:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:04:46.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:04:46.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:05:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:05:36.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:05:36.497Z||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. 2023-01-03T00:05:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:05:36.499Z||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. 2023-01-03T00:05:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:05:46.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:05:46.125Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:06:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:06:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:06:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:06:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:06:36.497Z||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. 2023-01-03T00:06:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:06:46.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:06:46.054Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:07:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:07:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:07:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:07:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:07:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:07:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:07:46.065Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:07:46.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:08:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:08:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:08:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:08:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:08:36.497Z||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. 2023-01-03T00:08:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:08:46.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:08:46.082Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:09:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:09:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:09:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:09:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:09:36.497Z||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. 2023-01-03T00:09:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:09:46.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:09:46.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:10:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:10:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:10:36.497Z||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. 2023-01-03T00:10:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:10:36.497Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:10:36.498Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:10:46.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:10:46.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:11:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:11:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:11:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:11:36.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:11:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:11:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:11:46.053Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:11:46.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:12:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:12:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:12:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:12:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:12:36.497Z||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. 2023-01-03T00:12:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:12:46.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:12:46.058Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:13:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:13:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:13:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:13:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:13:36.497Z||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. 2023-01-03T00:13:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:13:46.051Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:13:46.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:14:36.495Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:14:36.496Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:14:36.496Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:14:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:14:36.497Z||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. 2023-01-03T00:14:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:14:46.062Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:14:46.062Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:15:36.495Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:15:36.496Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:15:36.496Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:15:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:15:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:15:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:15:46.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:15:46.060Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:16:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:16:36.497Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:16:36.499Z||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. 2023-01-03T00:16:36.499Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:16:36.500Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:16:36.500Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:16:46.057Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:16:46.064Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:17:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:17:36.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:17:36.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:17:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:17:36.497Z||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. 2023-01-03T00:17:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:17:46.056Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:17:46.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:18:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:18:36.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:18:36.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:18:36.496Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:18:36.497Z||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. 2023-01-03T00:18:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:18:46.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:18:46.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:19:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:19:36.496Z||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. 2023-01-03T00:19:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:19:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:19:36.497Z||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. 2023-01-03T00:19:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:19:46.050Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:19:46.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:20:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:20:36.496Z||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. 2023-01-03T00:20:36.497Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:20:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:20:36.497Z||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. 2023-01-03T00:20:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:20:46.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:20:46.063Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:21:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:21:36.496Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:21:36.498Z||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. 2023-01-03T00:21:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:21:36.498Z||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. 2023-01-03T00:21:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:21:46.072Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:21:46.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:22:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:22:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:22:36.497Z||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. 2023-01-03T00:22:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:22:36.497Z||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. 2023-01-03T00:22:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:22:46.087Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:22:46.093Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:23:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:23:36.496Z||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. 2023-01-03T00:23:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:23:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:23:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:23:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:23:46.054Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:23:46.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:24:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:24:36.496Z||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. 2023-01-03T00:24:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:24:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:24:36.497Z||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. 2023-01-03T00:24:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:24:46.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:24:46.068Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:25:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:25:36.496Z||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. 2023-01-03T00:25:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:25:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:25:36.497Z||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. 2023-01-03T00:25:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:25:46.057Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:25:46.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:26:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:26:36.496Z||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. 2023-01-03T00:26:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:26:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:26:36.497Z||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. 2023-01-03T00:26:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:26:46.052Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:26:46.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:27:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:27:36.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:27:36.497Z||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. 2023-01-03T00:27:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:27:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:27:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:27:46.069Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:27:46.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:28:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:28:36.496Z||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. 2023-01-03T00:28:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:28:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:28:36.498Z||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. 2023-01-03T00:28:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:28:46.063Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:28:46.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:29:36.495Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:29:36.496Z||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. 2023-01-03T00:29:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:29:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:29:36.497Z||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. 2023-01-03T00:29:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:29:46.074Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:29:46.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:36.494Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:30:36.496Z||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. 2023-01-03T00:30:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:30:36.497Z||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. 2023-01-03T00:30:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:38.768Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:38.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T00:30:38.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:30:38.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T00:30:39.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:39.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-03T00:30:39.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c85b7a79-a063-456c-9779-9c36393930cc","serviceName":"vFW 2023-01-03 00-29-20","serviceVersion":"1.0","serviceUUID":"f9973af0-b4d8-40c1-be89-8435645b0878","serviceDescription":"catalog service description","serviceInvariantUUID":"017e03d6-2313-4f73-b7b2-9cd764393e06","resources":[{"resourceInstanceName":"vFW d6dc750e-244d 0","resourceName":"vFW d6dc750e-244d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59d4f71b-a6d5-4fa0-918b-a6496cc03958","resourceInvariantUUID":"2565270d-dac1-434b-9a93-e5d340f5aed5","resourceCustomizationUUID":"ac760329-0076-4b4d-a0d1-9ba00c9dd2be","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml","artifactChecksum":"ZjUyYjBjNWRkOWI5ZTc4ZWExYzY2MGQwMzYyYTgwMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3185d35-64b4-4023-9076-85c2b2f2c5ea","artifactVersion":"1"},{"artifactName":"vfwd6dc750e244d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json","artifactChecksum":"NDllNDdmN2UzYmI1OGI1Y2QyZDU4M2NjMGI4NmM5MjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"70fe94ae-92c1-4d24-a27e-e66111add4ee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af603bf9-1ef3-4edd-b3a8-605a1d50de1d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml","artifactChecksum":"YmM4MTMzNWVhNDhlM2I4MWIyZjIwYzEzYjg5Y2Y0YjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"71b1950d-9777-4a74-9818-11ea334c24d3","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5dbb90ad-5c33-491d-95ec-192326be0bfe","artifactVersion":"2","generatedFromUUID":"af603bf9-1ef3-4edd-b3a8-605a1d50de1d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230103002920-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml","artifactChecksum":"MTUxYmI0MGM2N2Q1MjU4ODUzOWMyOGFhYzk2MDAwODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8da10428-f2f4-445a-9365-e3beb0a05fe7","artifactVersion":"1"},{"artifactName":"service-Vfw20230103002920-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar","artifactChecksum":"Nzg5YTBiZWM2OThjOTE3Y2I4NGZjZDkxNzc2N2YyYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"613f918a-94d0-4ade-8b7b-568b3b75c102","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T00:30:39.160Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:39.167Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:39.179Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:39.179Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:30:39.279Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-01-03T00:30:39.283Z||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. 2023-01-03T00:30:39.284Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:39.331Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:39.332Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":13,"count":1} 2023-01-03T00:30:40.186Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:40.187Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:40.189Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:40.189Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:30:40.289Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:40.291Z||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. 2023-01-03T00:30:40.291Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:40.306Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:40.307Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:41.190Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:41.190Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:41.193Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:41.193Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-03T00:30:41.294Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:41.298Z||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. 2023-01-03T00:30:41.298Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:41.313Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:41.314Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:42.194Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:42.195Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:42.198Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:42.198Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:30:42.298Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:42.299Z||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. 2023-01-03T00:30:42.299Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:42.316Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:42.316Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:30:43.198Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:43.199Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:43.201Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:43.201Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-03T00:30:43.301Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:43.302Z||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. 2023-01-03T00:30:43.302Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:43.316Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:43.316Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:44.202Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:44.202Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:44.205Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:44.205Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:30:44.304Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:30:44.305Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:30:44.305Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:44.329Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:44.329Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:45.205Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:30:45.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:45.208Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:45.208Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:30:45.308Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:45.309Z||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. 2023-01-03T00:30:45.310Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:45.325Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:45.325Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:46.210Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "serviceName": "vFW 2023-01-03 00-29-20", "serviceVersion": "1.0", "serviceUUID": "f9973af0-b4d8-40c1-be89-8435645b0878", "serviceDescription": "catalog service description", "serviceInvariantUUID": "017e03d6-2313-4f73-b7b2-9cd764393e06", "resources": [ { "resourceInstanceName": "vFW d6dc750e-244d 0", "resourceCustomizationUUID": "ac760329-0076-4b4d-a0d1-9ba00c9dd2be", "resourceName": "vFW d6dc750e-244d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "59d4f71b-a6d5-4fa0-918b-a6496cc03958", "resourceInvariantUUID": "2565270d-dac1-434b-9a93-e5d340f5aed5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd6dc750e244d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "artifactChecksum": "NDllNDdmN2UzYmI1OGI1Y2QyZDU4M2NjMGI4NmM5MjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "70fe94ae-92c1-4d24-a27e-e66111add4ee", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "af603bf9-1ef3-4edd-b3a8-605a1d50de1d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5dbb90ad-5c33-491d-95ec-192326be0bfe", "generatedFromUUID": "af603bf9-1ef3-4edd-b3a8-605a1d50de1d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5dbb90ad-5c33-491d-95ec-192326be0bfe", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230103002920-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "artifactChecksum": "Nzg5YTBiZWM2OThjOTE3Y2I4NGZjZDkxNzc2N2YyYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "613f918a-94d0-4ade-8b7b-568b3b75c102" } ], "workloadContext": "Production" } 2023-01-03T00:30:46.211Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:30:46.212Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9973af0-b4d8-40c1-be89-8435645b0878 ASDC 2023-01-03T00:30:46.326Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:c85b7a79-a063-456c-9779-9c36393930cc ServiceName:vFW 2023-01-03 00-29-20 ServiceVersion:1.0 ServiceUUID:f9973af0-b4d8-40c1-be89-8435645b0878 ServiceInvariantUUID:017e03d6-2313-4f73-b7b2-9cd764393e06 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230103002920-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar ArtifactUUID:613f918a-94d0-4ade-8b7b-568b3b75c102 ArtifactChecksum:Nzg5YTBiZWM2OThjOTE3Y2I4NGZjZDkxNzc2N2YyYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d6dc750e-244d 0 ResourceCustomizationUUID:ac760329-0076-4b4d-a0d1-9ba00c9dd2be ResourceInvariantUUID:2565270d-dac1-434b-9a93-e5d340f5aed5 ResourceName:vFW d6dc750e-244d ResourceType:VF ResourceUUID:59d4f71b-a6d5-4fa0-918b-a6496cc03958 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd6dc750e244d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json ArtifactUUID:70fe94ae-92c1-4d24-a27e-e66111add4ee ArtifactChecksum:NDllNDdmN2UzYmI1OGI1Y2QyZDU4M2NjMGI4NmM5MjE= 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/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml ArtifactUUID:af603bf9-1ef3-4edd-b3a8-605a1d50de1d 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/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env ArtifactUUID:5dbb90ad-5c33-491d-95ec-192326be0bfe 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/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env ArtifactUUID:5dbb90ad-5c33-491d-95ec-192326be0bfe ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T00:30:46.327Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9973af0-b4d8-40c1-be89-8435645b0878 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 (?, ?, ?, ?, ?) 2023-01-03T00:30:46.521Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:30:46.522Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:30:46.523Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:30:46.523Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 613f918a-94d0-4ade-8b7b-568b3b75c102 from URL: /sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:46.523Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:30:46.525Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:46.626Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:30:46.632Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar 613f918a-94d0-4ade-8b7b-568b3b75c102 101503 2023-01-03T00:30:46.633Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar ASDC sendASDCNotification 2023-01-03T00:30:46.633Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:46.634Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:30:46.635Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:46.637Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:46.637Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705846632, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:30:46.737Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:46.738Z||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. 2023-01-03T00:30:46.738Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:46.756Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:46.757Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:47.638Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:30:47.639Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:30:47.640Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 613f918a-94d0-4ade-8b7b-568b3b75c102, URL: /sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar to file: /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:47.640Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230103002920-csar.csar 2023-01-03T00:30:47.721Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:47.721Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:48.456Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14004050006067029769/Definitions/service-Vfw20230103002920-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_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-01-03T00:30:51.530Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:30:51.535Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.536Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.537Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.537Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d6dc750e-244d 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-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.537Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:51.537Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-03T00:30:51.543Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.545Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.549Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:51.549Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-03T00:30:51.551Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:30:51.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:51.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-03T00:30:51.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:30:51.554Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.554Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.557Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.557Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:51.557Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.558Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-03T00:30:51.559Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.560Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-03T00:30:51.560Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.560Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T00:30:51.560Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.560Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:30:51.561Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.561Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:51.561Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:51.562Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.562Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:51.562Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:51.562Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:51.563Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.564Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3466e110-6f77-4935-a576-5629095c9f22 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:51.565Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-03T00:30:51.566Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c0469643-5729-4ea5-bad1-a4dbe823f230 2023-01-03T00:30:51.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.568Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:51.569Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=11ca1e63-15d6-4b69-9c23-0fcae616c3fc 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:51.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:51.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-03 00-29-20 Description:catalog service description Model UUID:f9973af0-b4d8-40c1-be89-8435645b0878 Model Version:NULL Model InvariantUuid:017e03d6-2313-4f73-b7b2-9cd764393e06 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d6dc750e-244d Model UUID:2544621b-8f6c-494d-8082-e9983c61d88b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2565270d-dac1-434b-9a93-e5d340f5aed5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ac760329-0076-4b4d-a0d1-9ba00c9dd2be NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a572f9ab-bd25-4741-a327-4c32eb39b5cd ModelName:VfwD6dc750e244d..base_vfw..module-0 ModelUuid:8a36ef88-12e7-4834-b455-c8d5be945d0a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3466e110-6f77-4935-a576-5629095c9f22 ModelInvariantUuid:662732f0-85ae-4a29-b812-fa8776685759 ModelName:vFW d6dc750e-244d-nodes.vfwCvfc ModelUuid:0a6c551a-2b8c-4ac3-a4a3-f37dbf565254 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e2c22ef5-f319-49fb-864e-b93297a70490 ModelInvariantUuid:e52c3f78-19d0-40bf-a451-98fa7a323db2 ModelName:VfwD6dc750e244d.compute.nodes.heat.vfw ModelUuid:ce712b27-24d3-46ed-9f2a-46fc7fe83217 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c0469643-5729-4ea5-bad1-a4dbe823f230 ModelInvariantUuid:480c7da9-16d8-448c-8263-5863456484b9 ModelName:vFW d6dc750e-244d-nodes.vsnCvfc ModelUuid:798f771b-ede5-4bfd-bfe0-79fe37f51722 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:6e322611-ef1e-4b20-bef7-d428d9f9b8f6 ModelInvariantUuid:9ef7f6c7-d8cc-4dde-bade-c8bb700e06c2 ModelName:VfwD6dc750e244d.compute.nodes.heat.vsn ModelUuid:2bd60e90-8959-40db-a021-d120559448ad ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:11ca1e63-15d6-4b69-9c23-0fcae616c3fc ModelInvariantUuid:b1c8bdc3-9724-4ce6-853e-77de451cbafd ModelName:vFW d6dc750e-244d-nodes.vpgCvfc ModelUuid:bc8e55d9-109f-42ec-a925-eee3fab1cb33 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bea73b3e-0857-4ca7-9ce8-6667efbae080 ModelInvariantUuid:ba9afc8a-e7f1-4d9a-8ad8-0740216d916b ModelName:VfwD6dc750e244d.compute.nodes.heat.vpg ModelUuid:ee9c3058-4867-4bc0-80ac-6143cd1c27ff 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=? 2023-01-03T00:30:51.595Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 59d4f71b-a6d5-4fa0-918b-a6496cc03958 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=? 2023-01-03T00:30:51.647Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||vFW d6dc750e-244d 0 2023-01-03T00:30:51.654Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59d4f71b-a6d5-4fa0-918b-a6496cc03958 2023-01-03T00:30:51.654Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70fe94ae-92c1-4d24-a27e-e66111add4ee from URL: /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json 2023-01-03T00:30:51.654Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:30:51.654Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json 2023-01-03T00:30:51.727Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:30:51.728Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json 70fe94ae-92c1-4d24-a27e-e66111add4ee 785 2023-01-03T00:30:51.728Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json ASDC sendASDCNotification 2023-01-03T00:30:51.728Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json 2023-01-03T00:30:51.728Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:30:51.728Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:51.730Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:51.731Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705851728, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:30:51.831Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:51.832Z||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. 2023-01-03T00:30:51.832Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:51.848Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:51.848Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:30:52.732Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD6dc750e244d..base_vfw..module-0", "vfModuleModelInvariantUUID": "a572f9ab-bd25-4741-a327-4c32eb39b5cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a36ef88-12e7-4834-b455-c8d5be945d0a", "vfModuleModelCustomizationUUID": "87a5bbee-a589-418d-a983-4fa486353c70", "isBase": true, "artifacts": [ "af603bf9-1ef3-4edd-b3a8-605a1d50de1d", "5dbb90ad-5c33-491d-95ec-192326be0bfe" ], "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": "" } } ] 2023-01-03T00:30:52.746Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD6dc750e244d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a36ef88-12e7-4834-b455-c8d5be945d0a VfModuleModelInvariantUUID:a572f9ab-bd25-4741-a327-4c32eb39b5cd VfModuleModelDescription:NULL Artifacts UUID List:{ af603bf9-1ef3-4edd-b3a8-605a1d50de1d , 5dbb90ad-5c33-491d-95ec-192326be0bfe } 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 } 2023-01-03T00:30:52.749Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD6dc750e244d..base_vfw..module-0", "vfModuleModelInvariantUUID": "a572f9ab-bd25-4741-a327-4c32eb39b5cd", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8a36ef88-12e7-4834-b455-c8d5be945d0a", "vfModuleModelCustomizationUUID": "87a5bbee-a589-418d-a983-4fa486353c70", "isBase": true, "artifacts": [ "af603bf9-1ef3-4edd-b3a8-605a1d50de1d", "5dbb90ad-5c33-491d-95ec-192326be0bfe" ], "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": "" } } ] 2023-01-03T00:30:52.749Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD6dc750e244d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8a36ef88-12e7-4834-b455-c8d5be945d0a VfModuleModelInvariantUUID:a572f9ab-bd25-4741-a327-4c32eb39b5cd VfModuleModelDescription:NULL Artifacts UUID List:{ af603bf9-1ef3-4edd-b3a8-605a1d50de1d , 5dbb90ad-5c33-491d-95ec-192326be0bfe } 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 } 2023-01-03T00:30:52.749Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: af603bf9-1ef3-4edd-b3a8-605a1d50de1d from URL: /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml 2023-01-03T00:30:52.749Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:30:52.750Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml 2023-01-03T00:30:52.826Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:30:52.826Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml af603bf9-1ef3-4edd-b3a8-605a1d50de1d 20368 2023-01-03T00:30:52.827Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-03T00:30:52.827Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml 2023-01-03T00:30:52.827Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:30:52.827Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:52.830Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:52.830Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705852827, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:30:52.930Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:52.931Z||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. 2023-01-03T00:30:52.931Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:52.963Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:52.963Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:53.830Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5dbb90ad-5c33-491d-95ec-192326be0bfe from URL: /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env 2023-01-03T00:30:53.831Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:30:53.831Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env 2023-01-03T00:30:53.895Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:30:53.895Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env 5dbb90ad-5c33-491d-95ec-192326be0bfe 2098 2023-01-03T00:30:53.896Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-03T00:30:53.896Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env 2023-01-03T00:30:53.896Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:30:53.896Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:53.899Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:53.899Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705853896, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:30:53.999Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:54.000Z||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. 2023-01-03T00:30:54.001Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:54.018Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:54.018Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:54.899Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f9973af0-b4d8-40c1-be89-8435645b0878 2023-01-03T00:30:54.900Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d6dc750e-244d 0 59d4f71b-a6d5-4fa0-918b-a6496cc03958 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=? 2023-01-03T00:30:54.944Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2dc37807, org.onap.sdc.toscaparser.api.parameters.Input@775cb87a, org.onap.sdc.toscaparser.api.parameters.Input@7d09f2b6, org.onap.sdc.toscaparser.api.parameters.Input@3760d23f, org.onap.sdc.toscaparser.api.parameters.Input@1d59794] 2023-01-03T00:30:54.950Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.950Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:54.950Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-03T00:30:54.951Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ac760329-0076-4b4d-a0d1-9ba00c9dd2be 2023-01-03T00:30:54.951Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ac760329-0076-4b4d-a0d1-9ba00c9dd2be matches Tosca VF Customization UUID: ac760329-0076-4b4d-a0d1-9ba00c9dd2be 2023-01-03T00:30:54.951Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ac760329-0076-4b4d-a0d1-9ba00c9dd2be 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=? 2023-01-03T00:30:54.959Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.959Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:54.960Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ac760329-0076-4b4d-a0d1-9ba00c9dd2be: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-03T00:30:54.961Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4da5d363 2023-01-03T00:30:54.961Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.961Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:30:54.962Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87a5bbee-a589-418d-a983-4fa486353c70 2023-01-03T00:30:54.963Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87a5bbee-a589-418d-a983-4fa486353c70 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=? 2023-01-03T00:30:54.970Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.971Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:54.971Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:54.972Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.972Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:54.972Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:54.973Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.973Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:54.973Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:54.974Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:54.974Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-03T00:30:54.974Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-03T00:30:54.975Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-03T00:30:54.975Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.975Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.976Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-03T00:30:54.976Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.976Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-03T00:30:54.976Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.977Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3466e110-6f77-4935-a576-5629095c9f22 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=? 2023-01-03T00:30:54.984Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.984Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:54.984Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:54.985Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.985Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:54.985Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:54.986Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:54.986Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-03T00:30:54.986Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.986Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.987Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.987Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-03T00:30:54.987Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-03T00:30:54.988Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-03T00:30:54.988Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.988Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-03T00:30:54.989Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.989Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c0469643-5729-4ea5-bad1-a4dbe823f230 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=? 2023-01-03T00:30:54.991Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.991Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:54.991Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:54.995Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:54.995Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is not matching search criteria 2023-01-03T00:30:54.995Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-03T00:30:54.995Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-03T00:30:54.995Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-03T00:30:54.996Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.996Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.996Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.996Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-03T00:30:54.996Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-03T00:30:54.997Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-03T00:30:54.997Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-03T00:30:54.997Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-03T00:30:54.997Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-03T00:30:54.997Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=11ca1e63-15d6-4b69-9c23-0fcae616c3fc 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=? 2023-01-03T00:30:54.999Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.000Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:55.000Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:30:55.000Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.000Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Node template vFW d6dc750e-244d 0 is matching search criteria 2023-01-03T00:30:55.000Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW d6dc750e-244d 0] matching following query criteria: sdcType=VF, customizationUUID=ac760329-0076-4b4d-a0d1-9ba00c9dd2be 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=? 2023-01-03T00:30:55.002Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.003Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.003Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f9973af0-b4d8-40c1-be89-8435645b0878: vFW d6dc750e-244d 2023-01-03T00:30:55.003Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.003Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.004Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.004Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.004Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.004Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.004Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.005Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.005Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:30:55.005Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-01-03 00-29-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:30:55.005Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2023-01-03 00-29-20 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 (?, ?, ?, ?, ?) 2023-01-03T00:30:55.360Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d6dc750e-244d 59d4f71b-a6d5-4fa0-918b-a6496cc03958 1 ASDC deployResourceStructure 2023-01-03T00:30:55.361Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json ASDC sendASDCNotification 2023-01-03T00:30:55.361Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json 2023-01-03T00:30:55.361Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:30:55.361Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:55.364Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:55.364Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705855361, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:30:55.465Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-03T00:30:55.466Z||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. 2023-01-03T00:30:55.466Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:55.493Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:55.493Z||pool-14-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:56.365Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-03T00:30:56.366Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml 2023-01-03T00:30:56.366Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:30:56.366Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:56.368Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:56.368Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705856365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:30:56.468Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:56.470Z||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. 2023-01-03T00:30:56.470Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:56.488Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:56.489Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:57.369Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-03T00:30:57.369Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env 2023-01-03T00:30:57.369Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:30:57.370Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:57.372Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:57.373Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705857369, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-03T00:30:57.473Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:57.474Z||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. 2023-01-03T00:30:57.474Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:57.489Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:57.490Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:30:58.374Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar ASDC sendASDCNotification 2023-01-03T00:30:58.374Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar 2023-01-03T00:30:58.374Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:30:58.375Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:30:58.377Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:30:58.377Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705858373, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:30:58.477Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:30:58.478Z||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. 2023-01-03T00:30:58.478Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:30:58.495Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:30:58.495Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:30:59.378Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:30:59.419Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:30:59.422Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:30:59.422Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:30:59.422Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:31:29.423Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:31:29.439Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:31:29.447Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:31:29.447Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:31:29.447Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:31:36.497Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:31:36.498Z||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. 2023-01-03T00:31:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:31:36.531Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:31:36.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-03T00:31:36.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:31:36.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2023-01-03T00:31:59.448Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:31:59.487Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:31:59.490Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:31:59.490Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:31:59.490Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:32:29.490Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:32:29.509Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:32:29.513Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:32:29.513Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:32:29.513Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:32:36.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:32:36.498Z||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. 2023-01-03T00:32:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:32:36.534Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:32:36.535Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:32:36.535Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:32:36.536Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:32:59.514Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:32:59.532Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:32:59.534Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:32:59.534Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:32:59.535Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:33:29.535Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:33:29.550Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:33:29.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:33:29.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:33:29.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:33:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:33:36.497Z||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. 2023-01-03T00:33:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:33:36.570Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:33:36.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-03T00:33:36.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.581Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.582Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.583Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705817463, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.584Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705784294, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705835366, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705836494, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.585Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705846241, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "cds-sdc-listener", "timestamp": 1672705845833, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.586Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705846195, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705846632, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.587Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705847328, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705848417, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.588Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705849512, "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=? 2023-01-03T00:33:36.601Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85b7a79-a063-456c-9779-9c36393930cc 2023-01-03T00:33:36.601Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85b7a79-a063-456c-9779-9c36393930cc 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 (?, ?, ?, ?, ?) 2023-01-03T00:33:36.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "multicloud-k8s", "timestamp": 1672705850516, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-03T00:33:36.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705851728, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705852827, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705853896, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705848753, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705855361, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/vfwd6dc750e244d0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705856691, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705856365, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705850180, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705857717, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705857369, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/resourceInstances/vfwd6dc750e244d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705858064, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:33:36.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "policy-id", "timestamp": 1672705858726, "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=? 2023-01-03T00:33:36.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c85b7a79-a063-456c-9779-9c36393930cc 2023-01-03T00:33:36.645Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:33:36.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672705858373, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705861969, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "aai-model-loader", "timestamp": 1672705862975, "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=? 2023-01-03T00:33:36.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c85b7a79-a063-456c-9779-9c36393930cc 2023-01-03T00:33:36.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85b7a79-a063-456c-9779-9c36393930cc 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 (?, ?, ?, ?, ?) 2023-01-03T00:33:36.696Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.697Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705863522, "artifactURL": "/sdc/v1/catalog/services/Vfw20230103002920/1.0/artifacts/service-Vfw20230103002920-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:33:36.697Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:33:36.698Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.698Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705864527, "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=? 2023-01-03T00:33:36.706Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c85b7a79-a063-456c-9779-9c36393930cc 2023-01-03T00:33:36.707Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c85b7a79-a063-456c-9779-9c36393930cc 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 (?, ?, ?, ?, ?) 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:33:36.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-03T00:33:36.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705846855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705881522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:33:36.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:33:59.553Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:33:59.567Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:33:59.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:33:59.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:33:59.570Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:33:59.571Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-03T00:33:59.580Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:34:29.580Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c85b7a79-a063-456c-9779-9c36393930cc 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=? 2023-01-03T00:34:29.602Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c85b7a79-a063-456c-9779-9c36393930cc and serviceModelVersionId: f9973af0-b4d8-40c1-be89-8435645b0878 2023-01-03T00:34:29.602Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 017e03d6-2313-4f73-b7b2-9cd764393e06 2023-01-03T00:34:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:34:36.497Z||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. 2023-01-03T00:34:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:37.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:37.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705888753, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:34:37.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705897713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "cds-sdc-listener", "timestamp": 1672705897288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705898336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705898782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705899341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:34:37.048Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705899858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "policy-id", "timestamp": 1672705900347, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T00:34:37.077Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 173f40ef-502b-47be-bd68-dcc0e6d2edc8 2023-01-03T00:34:37.077Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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 (?, ?, ?, ?, ?) 2023-01-03T00:34:37.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.089Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705900886, "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=? 2023-01-03T00:34:37.098Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 173f40ef-502b-47be-bd68-dcc0e6d2edc8 2023-01-03T00:34:37.098Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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=? 2023-01-03T00:34:37.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705895366, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:34:37.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "multicloud-k8s", "timestamp": 1672705901889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:34:37.108Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705902481, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705909563, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:34:37.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "aai-model-loader", "timestamp": 1672705910566, "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=? 2023-01-03T00:34:37.118Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 173f40ef-502b-47be-bd68-dcc0e6d2edc8 2023-01-03T00:34:37.118Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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 (?, ?, ?, ?, ?) 2023-01-03T00:34:37.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705910180, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:34:37.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705917943, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:34:37.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705920328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:34:37.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:34:37.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:34:37.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672705921333, "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=? 2023-01-03T00:34:37.148Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 173f40ef-502b-47be-bd68-dcc0e6d2edc8 2023-01-03T00:34:37.148Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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 (?, ?, ?, ?, ?) 2023-01-03T00:34:45.144Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0 2023-01-03T00:34:45.261Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:34:45.769Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0|INFO|500||Invoke 2023-01-03T00:34:45.777Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c85b7a79-a063-456c-9779-9c36393930cc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d3c93e87-a668-468b-af47-b94879cc05ed], X-ECOMP-RequestID=[c85b7a79-a063-456c-9779-9c36393930cc], X-TransactionId=[], X-ONAP-RequestID=[c85b7a79-a063-456c-9779-9c36393930cc], Content-Type=[application/merge-patch+json]} 2023-01-03T00:34:45.798Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:34:46.056Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?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/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:34:45 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[224], vertex-id=[159880], x-aai-txid=[0-aai-resources-230103-00:34:45:688-62388], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:34:46.058Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:34:46.059Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/017e03d6-2313-4f73-b7b2-9cd764393e06/model-vers/model-ver/f9973af0-b4d8-40c1-be89-8435645b0878?depth=0|INFO|500||InvokeReturn 2023-01-03T00:34:46.063Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:34:46.063Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-03T00:34:46.076Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-03T00:34:46.078Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c85b7a79-a063-456c-9779-9c36393930cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:34:46.079Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:34:46.079Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:46.084Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:46.085Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706086078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:34:46.182Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-03T00:34:46.183Z||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. 2023-01-03T00:34:46.183Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:46.204Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:46.205Z||pool-18-thread-1|||||INFO|500||cambria reply ok (23 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=? 2023-01-03T00:34:47.100Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:34:47.101Z|c85b7a79-a063-456c-9779-9c36393930cc|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. 2023-01-03T00:34:47.101Z|c85b7a79-a063-456c-9779-9c36393930cc|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:52.768Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:52.769Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-03T00:34:52.769Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"173f40ef-502b-47be-bd68-dcc0e6d2edc8","serviceName":"basic_onboard_BfRtPZ","serviceVersion":"1.0","serviceUUID":"22c7c182-5749-4c74-b851-d6938ebe7dc3","serviceDescription":"service","serviceInvariantUUID":"d4082e44-66df-4049-963b-bef8cbe9c753","resources":[{"resourceInstanceName":"basic_onboard_BfRtPZ 0","resourceName":"basic_onboard_BfRtPZ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b8daf200-b28b-4d6a-92ee-9570bd4d3baf","resourceInvariantUUID":"f31b38e4-12e5-422e-99dc-8940e8622ddd","resourceCustomizationUUID":"b5748d93-c7e4-4ebc-bcd3-483a954f5c43","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU1NTdlY2UxMzBmODk4ZWJiMjg4MDUwYThiOGU3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1fba28f5-64cb-43ce-b55b-6d3da7e18410","artifactVersion":"1"},{"artifactName":"basic_onboard_bfrtpz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json","artifactChecksum":"OTJlMDg5ZWFjNGI5ZTRkYTA0NWNlZmE1MDZjZGIwNDU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6704269-ea62-4725-ab8c-c519fd41ff44","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"37ff253d-0c66-4747-8626-be4421f5eaa3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"233497e6-aca5-4b91-987a-8b55cafc0165","artifactVersion":"2","generatedFromUUID":"71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBfrtpz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml","artifactChecksum":"ZGU4ZDNlMDVkNDllN2NiOWIxNzFkZjNlMTA3MDFjMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a533af76-e8a0-4644-b1d5-a1caf87bfa7f","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBfrtpz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar","artifactChecksum":"N2JkZDE2ZDY0YmFmNmNhNzk5OTA5MGVkMDZiMDE0MjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9631a947-d2d5-4e5a-9c4a-8c1632b78fbb","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T00:34:52.772Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:52.772Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:52.775Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:52.775Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:52.874Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:34:52.875Z||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. 2023-01-03T00:34:52.875Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:52.894Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:52.894Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:34:53.775Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:53.776Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:53.779Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:53.780Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:34:53.879Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:34:53.880Z||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. 2023-01-03T00:34:53.880Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:53.895Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:53.895Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:34:54.780Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:54.781Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:54.786Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:54.786Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-03T00:34:54.885Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-03T00:34:54.886Z||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. 2023-01-03T00:34:54.886Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:54.902Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:54.903Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:34:55.794Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:55.795Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:55.797Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:55.797Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:55.898Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-03T00:34:55.899Z||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. 2023-01-03T00:34:55.899Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:55.914Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:55.915Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:34:56.798Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:56.799Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:56.801Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:56.802Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-03T00:34:56.902Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:34:56.903Z||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. 2023-01-03T00:34:56.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:56.922Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:56.922Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:34:57.802Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:57.803Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:57.805Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:57.806Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:34:57.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:34:57.907Z||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. 2023-01-03T00:34:57.907Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:57.924Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:57.925Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:34:58.807Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:34:58.807Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:34:58.810Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:34:58.811Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:34:58.910Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:34:58.911Z||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. 2023-01-03T00:34:58.912Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:34:58.928Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:34:58.929Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:34:59.812Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "serviceName": "basic_onboard_BfRtPZ", "serviceVersion": "1.0", "serviceUUID": "22c7c182-5749-4c74-b851-d6938ebe7dc3", "serviceDescription": "service", "serviceInvariantUUID": "d4082e44-66df-4049-963b-bef8cbe9c753", "resources": [ { "resourceInstanceName": "basic_onboard_BfRtPZ 0", "resourceCustomizationUUID": "b5748d93-c7e4-4ebc-bcd3-483a954f5c43", "resourceName": "basic_onboard_BfRtPZ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b8daf200-b28b-4d6a-92ee-9570bd4d3baf", "resourceInvariantUUID": "f31b38e4-12e5-422e-99dc-8940e8622ddd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_bfrtpz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "artifactChecksum": "OTJlMDg5ZWFjNGI5ZTRkYTA0NWNlZmE1MDZjZGIwNDU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6704269-ea62-4725-ab8c-c519fd41ff44", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "233497e6-aca5-4b91-987a-8b55cafc0165", "generatedFromUUID": "71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "233497e6-aca5-4b91-987a-8b55cafc0165", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardBfrtpz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "artifactChecksum": "N2JkZDE2ZDY0YmFmNmNhNzk5OTA5MGVkMDZiMDE0MjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9631a947-d2d5-4e5a-9c4a-8c1632b78fbb" } ], "workloadContext": "Production" } 2023-01-03T00:34:59.812Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:34:59.813Z|c85b7a79-a063-456c-9779-9c36393930cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 22c7c182-5749-4c74-b851-d6938ebe7dc3 ASDC 2023-01-03T00:34:59.813Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:173f40ef-502b-47be-bd68-dcc0e6d2edc8 ServiceName:basic_onboard_BfRtPZ ServiceVersion:1.0 ServiceUUID:22c7c182-5749-4c74-b851-d6938ebe7dc3 ServiceInvariantUUID:d4082e44-66df-4049-963b-bef8cbe9c753 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardBfrtpz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar ArtifactUUID:9631a947-d2d5-4e5a-9c4a-8c1632b78fbb ArtifactChecksum:N2JkZDE2ZDY0YmFmNmNhNzk5OTA5MGVkMDZiMDE0MjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_BfRtPZ 0 ResourceCustomizationUUID:b5748d93-c7e4-4ebc-bcd3-483a954f5c43 ResourceInvariantUUID:f31b38e4-12e5-422e-99dc-8940e8622ddd ResourceName:basic_onboard_BfRtPZ ResourceType:VF ResourceUUID:b8daf200-b28b-4d6a-92ee-9570bd4d3baf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_bfrtpz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json ArtifactUUID:b6704269-ea62-4725-ab8c-c519fd41ff44 ArtifactChecksum:OTJlMDg5ZWFjNGI5ZTRkYTA0NWNlZmE1MDZjZGIwNDU= 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/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml ArtifactUUID:71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd 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/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env ArtifactUUID:233497e6-aca5-4b91-987a-8b55cafc0165 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/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env ArtifactUUID:233497e6-aca5-4b91-987a-8b55cafc0165 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T00:34:59.828Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22c7c182-5749-4c74-b851-d6938ebe7dc3 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=? 2023-01-03T00:34:59.875Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:34:59.876Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:34:59.876Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:34:59.912Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9631a947-d2d5-4e5a-9c4a-8c1632b78fbb from URL: /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:34:59.913Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:34:59.914Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:00.137Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:35:00.138Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar 9631a947-d2d5-4e5a-9c4a-8c1632b78fbb 75663 2023-01-03T00:35:00.138Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar ASDC sendASDCNotification 2023-01-03T00:35:00.138Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:00.139Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:35:00.139Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:00.142Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:00.142Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706100138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:00.242Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:00.243Z||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. 2023-01-03T00:35:00.243Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:00.270Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:00.271Z||pool-26-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:35:01.143Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:35:01.144Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-01-03T00:35:01.144Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9631a947-d2d5-4e5a-9c4a-8c1632b78fbb, URL: /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar to file: /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:01.145Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:01.145Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:01.145Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:01.269Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4892580371339834084/Definitions/service-BasicOnboardBfrtpz-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 2023-01-03T00:35:02.438Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:35:02.438Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BfRtPZ 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-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.439Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.440Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.440Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.440Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:02.440Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-01-03T00:35:02.441Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.441Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.441Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:02.441Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-03T00:35:02.442Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:35:02.442Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.442Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.443Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:02.443Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-01-03T00:35:02.443Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:35:02.443Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.444Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.444Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.444Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is not matching search criteria 2023-01-03T00:35:02.444Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-03T00:35:02.445Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-03T00:35:02.445Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-03T00:35:02.445Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-03T00:35:02.445Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T00:35:02.446Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.446Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:35:02.446Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.446Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:02.447Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:02.447Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.447Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:02.448Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:02.448Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.448Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:02.448Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:02.449Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.449Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is not matching search criteria 2023-01-03T00:35:02.449Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-03T00:35:02.449Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-03T00:35:02.450Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=638555b8-4c8f-4136-825a-ba161a8943e5 2023-01-03T00:35:02.450Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.450Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.450Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.451Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.451Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.451Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.451Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:02.452Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:02.452Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_BfRtPZ Description:service Model UUID:22c7c182-5749-4c74-b851-d6938ebe7dc3 Model Version:NULL Model InvariantUuid:d4082e44-66df-4049-963b-bef8cbe9c753 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_BfRtPZ Model UUID:49cf08c6-dc80-4fbf-814a-77a4f6ee9384 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f31b38e4-12e5-422e-99dc-8940e8622ddd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5748d93-c7e4-4ebc-bcd3-483a954f5c43 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:596e13d5-7b4c-4a99-95fd-0136e90b9329 ModelName:BasicOnboardBfrtpz..base_ubuntu18..module-0 ModelUuid:5d74977d-03e2-406b-97c3-c6bf9a378f67 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:638555b8-4c8f-4136-825a-ba161a8943e5 ModelInvariantUuid:b1d41bc8-2753-4504-845d-8ebe8fde4dc5 ModelName:basic_onboard_BfRtPZ-nodes.ubuntu18Cvfc ModelUuid:7b2eca90-b747-4646-8e26-0c845e10be2a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e0cf3f8a-e006-4731-a9eb-9d1afd68c7f7 ModelInvariantUuid:cba8ce62-cb19-44cc-aa89-e0128f0e73a2 ModelName:BasicOnboardBfrtpz.compute.nodes.heat.ubuntu18 ModelUuid:e5e37a57-2426-4d56-91dd-f0d6f2d9c5fe 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=? 2023-01-03T00:35:02.462Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b8daf200-b28b-4d6a-92ee-9570bd4d3baf 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=? 2023-01-03T00:35:02.466Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||basic_onboard_BfRtPZ 0 2023-01-03T00:35:02.466Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b8daf200-b28b-4d6a-92ee-9570bd4d3baf 2023-01-03T00:35:02.466Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6704269-ea62-4725-ab8c-c519fd41ff44 from URL: /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json 2023-01-03T00:35:02.467Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:35:02.467Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json 2023-01-03T00:35:02.535Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:35:02.536Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json b6704269-ea62-4725-ab8c-c519fd41ff44 798 2023-01-03T00:35:02.536Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json ASDC sendASDCNotification 2023-01-03T00:35:02.536Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json 2023-01-03T00:35:02.537Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:35:02.537Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:02.539Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:02.539Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706102536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:02.640Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:02.640Z||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. 2023-01-03T00:35:02.641Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:02.658Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:02.659Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:35:03.540Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBfrtpz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "596e13d5-7b4c-4a99-95fd-0136e90b9329", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d74977d-03e2-406b-97c3-c6bf9a378f67", "vfModuleModelCustomizationUUID": "d4803279-ac1c-483f-a4c8-655fea809eb0", "isBase": true, "artifacts": [ "71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd", "233497e6-aca5-4b91-987a-8b55cafc0165" ], "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": "" } } ] 2023-01-03T00:35:03.546Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBfrtpz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d74977d-03e2-406b-97c3-c6bf9a378f67 VfModuleModelInvariantUUID:596e13d5-7b4c-4a99-95fd-0136e90b9329 VfModuleModelDescription:NULL Artifacts UUID List:{ 71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd , 233497e6-aca5-4b91-987a-8b55cafc0165 } 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 } 2023-01-03T00:35:03.548Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBfrtpz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "596e13d5-7b4c-4a99-95fd-0136e90b9329", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d74977d-03e2-406b-97c3-c6bf9a378f67", "vfModuleModelCustomizationUUID": "d4803279-ac1c-483f-a4c8-655fea809eb0", "isBase": true, "artifacts": [ "71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd", "233497e6-aca5-4b91-987a-8b55cafc0165" ], "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": "" } } ] 2023-01-03T00:35:03.548Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBfrtpz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d74977d-03e2-406b-97c3-c6bf9a378f67 VfModuleModelInvariantUUID:596e13d5-7b4c-4a99-95fd-0136e90b9329 VfModuleModelDescription:NULL Artifacts UUID List:{ 71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd , 233497e6-aca5-4b91-987a-8b55cafc0165 } 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 } 2023-01-03T00:35:03.548Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd from URL: /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml 2023-01-03T00:35:03.549Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:35:03.549Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml 2023-01-03T00:35:03.656Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:35:03.657Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml 71cd48eb-30cc-4b7b-8cd0-b59cb4cba4fd 5033 2023-01-03T00:35:03.657Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-03T00:35:03.658Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml 2023-01-03T00:35:03.658Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:35:03.658Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:03.660Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:03.660Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706103657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:03.760Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:03.762Z||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. 2023-01-03T00:35:03.762Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:03.788Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:03.788Z||pool-28-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:35:04.661Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 233497e6-aca5-4b91-987a-8b55cafc0165 from URL: /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env 2023-01-03T00:35:04.662Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-01-03T00:35:04.662Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env 2023-01-03T00:35:04.755Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-01-03T00:35:04.756Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env 233497e6-aca5-4b91-987a-8b55cafc0165 909 2023-01-03T00:35:04.756Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-03T00:35:04.756Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env 2023-01-03T00:35:04.756Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:35:04.756Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:04.758Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:04.759Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706104756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:04.859Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:04.860Z||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. 2023-01-03T00:35:04.860Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:04.875Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:04.875Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:35:05.759Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 22c7c182-5749-4c74-b851-d6938ebe7dc3 2023-01-03T00:35:05.760Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BfRtPZ 0 b8daf200-b28b-4d6a-92ee-9570bd4d3baf ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-03T00:35:05.775Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54b0b7f9, org.onap.sdc.toscaparser.api.parameters.Input@cbd66ee, org.onap.sdc.toscaparser.api.parameters.Input@1b66a8d2, org.onap.sdc.toscaparser.api.parameters.Input@6601e1fd, org.onap.sdc.toscaparser.api.parameters.Input@375f9dbb] 2023-01-03T00:35:05.776Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.776Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.777Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-01-03T00:35:05.777Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b5748d93-c7e4-4ebc-bcd3-483a954f5c43 2023-01-03T00:35:05.777Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5748d93-c7e4-4ebc-bcd3-483a954f5c43 matches Tosca VF Customization UUID: b5748d93-c7e4-4ebc-bcd3-483a954f5c43 2023-01-03T00:35:05.777Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b5748d93-c7e4-4ebc-bcd3-483a954f5c43 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=? 2023-01-03T00:35:05.779Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.780Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.780Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b5748d93-c7e4-4ebc-bcd3-483a954f5c43: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-03T00:35:05.780Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17db1d77 2023-01-03T00:35:05.780Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.780Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:35:05.781Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4803279-ac1c-483f-a4c8-655fea809eb0 2023-01-03T00:35:05.781Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4803279-ac1c-483f-a4c8-655fea809eb0 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=? 2023-01-03T00:35:05.783Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:05.784Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.785Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is not matching search criteria 2023-01-03T00:35:05.785Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-03T00:35:05.785Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-03T00:35:05.785Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=638555b8-4c8f-4136-825a-ba161a8943e5 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=? 2023-01-03T00:35:05.787Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.787Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:05.788Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:35:05.788Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.788Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfRtPZ 0 is matching search criteria 2023-01-03T00:35:05.788Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfRtPZ 0] matching following query criteria: sdcType=VF, customizationUUID=b5748d93-c7e4-4ebc-bcd3-483a954f5c43 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=? 2023-01-03T00:35:05.790Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.790Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.790Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 22c7c182-5749-4c74-b851-d6938ebe7dc3: basic_onboard_BfRtPZ 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.791Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.792Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.792Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.792Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:35:05.792Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfRtPZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:35:05.792Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_BfRtPZ 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 (?, ?, ?, ?, ?) 2023-01-03T00:35:05.899Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BfRtPZ b8daf200-b28b-4d6a-92ee-9570bd4d3baf 1 ASDC deployResourceStructure 2023-01-03T00:35:05.900Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json ASDC sendASDCNotification 2023-01-03T00:35:05.900Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json 2023-01-03T00:35:05.900Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:35:05.900Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:05.902Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:05.902Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706105900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:35:06.003Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:06.004Z||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. 2023-01-03T00:35:06.004Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:06.020Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:06.021Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:35:06.905Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-03T00:35:06.905Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml 2023-01-03T00:35:06.905Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:35:06.905Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:06.907Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:06.907Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706106905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:35:07.007Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:07.009Z||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. 2023-01-03T00:35:07.009Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:07.027Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:07.028Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:35:07.908Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-03T00:35:07.909Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env 2023-01-03T00:35:07.909Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:35:07.909Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:07.911Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:07.912Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706107908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-03T00:35:08.012Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:08.013Z||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. 2023-01-03T00:35:08.013Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:08.028Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:08.029Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:35:08.913Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar ASDC sendASDCNotification 2023-01-03T00:35:08.913Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar 2023-01-03T00:35:08.913Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:35:08.913Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:08.915Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:08.915Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706108912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:35:09.016Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-03T00:35:09.017Z||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. 2023-01-03T00:35:09.017Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:09.034Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:09.034Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:35:09.916Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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=? 2023-01-03T00:35:09.931Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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=? 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:35:09.936Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:35:09.937Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:35:09.937Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:35:09.937Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-03T00:35:09.958Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:35:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:35:36.497Z||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. 2023-01-03T00:35:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:37.183Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:37.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c85b7a79-a063-456c-9779-9c36393930cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706086078, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:35:37.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:35:37.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:35:37.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-03T00:35:37.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:35:37.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-03T00:35:37.190Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:35:37.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706087100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:35:37.192Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T00:35:37.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706100138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:37.192Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706102536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:37.193Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.193Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.193Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706103657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:37.194Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.194Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.194Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706104756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:35:37.195Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706105900, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/basic_onboard_bfrtpz0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706106905, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706107908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/resourceInstances/basic_onboard_bfrtpz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-03T00:35:37.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:37.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T00:35:37.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706108912, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfrtpz/1.0/artifacts/service-BasicOnboardBfrtpz-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:35:37.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:35:39.959Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 173f40ef-502b-47be-bd68-dcc0e6d2edc8 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=? 2023-01-03T00:35:39.967Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 173f40ef-502b-47be-bd68-dcc0e6d2edc8 and serviceModelVersionId: 22c7c182-5749-4c74-b851-d6938ebe7dc3 2023-01-03T00:35:39.968Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d4082e44-66df-4049-963b-bef8cbe9c753 2023-01-03T00:35:39.968Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?depth=0 2023-01-03T00:35:39.973Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:35:40.026Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?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]} 2023-01-03T00:35:40.027Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?depth=0|INFO|500||Invoke 2023-01-03T00:35:40.032Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:35:40.168Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?depth=0|INFO|500||InvokeReturn 2023-01-03T00:35:40.169Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d4082e44-66df-4049-963b-bef8cbe9c753/model-vers/model-ver/22c7c182-5749-4c74-b851-d6938ebe7dc3?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:35:39 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[124], vertex-id=[184504], x-aai-txid=[1-aai-resources-230103-00:35:39:920-56721], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:35:40.170Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:35:40.170Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:35:40.170Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-03T00:35:40.177Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-03T00:35:40.177Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 173f40ef-502b-47be-bd68-dcc0e6d2edc8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:35:40.177Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:35:40.177Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:35:40.179Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:35:40.180Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706140177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:35:40.280Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:35:40.281Z||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. 2023-01-03T00:35:40.281Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:40.298Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:40.299Z||pool-34-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=? 2023-01-03T00:35:41.196Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:35:41.197Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T00:35:41.197Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:35:50.752Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:35:50.753Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:35:50.754Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T00:35:50.754Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:36:00.307Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:36:00.307Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:36:00.308Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T00:36:00.308Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:36:09.860Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:36:09.861Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:36:09.862Z||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. 2023-01-03T00:36:09.862Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:36:19.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:36:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:36:36.496Z||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. 2023-01-03T00:36:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:36:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:36:36.497Z||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. 2023-01-03T00:36:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:36:37.148Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:36:37.149Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:36:37.149Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "173f40ef-502b-47be-bd68-dcc0e6d2edc8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672706140177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:36:37.150Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:36:46.064Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:37:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:37:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:37:36.498Z||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. 2023-01-03T00:37:36.498Z||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. 2023-01-03T00:37:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:37:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:37:46.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:37:46.055Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:38:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:38:36.496Z||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. 2023-01-03T00:38:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:38:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:38:36.497Z||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. 2023-01-03T00:38:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:38:46.050Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:38:46.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:39:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:39:36.496Z||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. 2023-01-03T00:39:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:39:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:39:36.497Z||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. 2023-01-03T00:39:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:39:46.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:39:46.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:40:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:40:36.496Z||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. 2023-01-03T00:40:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:40:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:40:36.497Z||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. 2023-01-03T00:40:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:40:46.066Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:40:46.068Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:41:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:41:36.496Z||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. 2023-01-03T00:41:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:41:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:41:36.497Z||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. 2023-01-03T00:41:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:41:46.044Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:41:46.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:42:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:42:36.496Z||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. 2023-01-03T00:42:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:42:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:42:36.498Z||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. 2023-01-03T00:42:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:42:46.066Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:42:46.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:43:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:43:36.496Z||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. 2023-01-03T00:43:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:43:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:43:36.497Z||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. 2023-01-03T00:43:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:43:46.051Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:43:46.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:44:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:44:36.496Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:44:36.497Z||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. 2023-01-03T00:44:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:44:36.497Z||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. 2023-01-03T00:44:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:44:46.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:44:46.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:45:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:45:36.495Z||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. 2023-01-03T00:45:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:45:36.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:45:36.498Z||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. 2023-01-03T00:45:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:45:46.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:45:46.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:46:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:46:36.496Z||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. 2023-01-03T00:46:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:46:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:46:36.497Z||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. 2023-01-03T00:46:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:46:46.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:46:46.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:47:36.494Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:47:36.496Z||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. 2023-01-03T00:47:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:47:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:47:36.497Z||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. 2023-01-03T00:47:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:47:46.045Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:47:46.071Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:48:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:48:36.496Z||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. 2023-01-03T00:48:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:48:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:48:36.497Z||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. 2023-01-03T00:48:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:48:46.070Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:48:46.071Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:49:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:49:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:49:36.497Z||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. 2023-01-03T00:49:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:49:36.497Z||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. 2023-01-03T00:49:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:49:46.059Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:49:46.064Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:50:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:50:36.496Z||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. 2023-01-03T00:50:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:50:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:50:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T00:50:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:50:46.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:50:46.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:51:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:51:36.495Z||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. 2023-01-03T00:51:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:51:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:51:36.497Z||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. 2023-01-03T00:51:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:51:46.062Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:51:46.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:36.495Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:52:36.496Z||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. 2023-01-03T00:52:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:52:36.497Z||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. 2023-01-03T00:52:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:37.121Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "multicloud-k8s", "timestamp": 1672707132934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:52:37.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "cds-sdc-listener", "timestamp": 1672707098322, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "policy-id", "timestamp": 1672707148753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "cds-sdc-listener", "timestamp": 1672707098322, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:52:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "multicloud-k8s", "timestamp": 1672707132934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "policy-id", "timestamp": 1672707148753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "cds-sdc-listener", "timestamp": 1672707152803, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:52:37.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "policy-id", "timestamp": 1672707153822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "policy-id", "timestamp": 1672707154835, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.126Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "aai-model-loader", "timestamp": 1672707155367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:52:37.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "policy-id", "timestamp": 1672707155843, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2023-01-03T00:52:37.130Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:37.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"111303cf-6e4a-43db-bfb2-34caf8d83059","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4551a1fa-d5d0-451a-8037-5a1630ad352e","serviceDescription":"service","serviceInvariantUUID":"ae5959ca-8e43-4644-badc-dae8b43f651f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"82fe6e99-e046-4d67-b570-f5777b43d4e6","resourceInvariantUUID":"ce13ea5f-10c7-4dab-89c3-1279f48f838b","resourceCustomizationUUID":"c8b7c61f-df3e-427a-bf59-c8846d8cd620","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":"YmI5OTI4ZGY3MGE4NGMyMDk0MzE0NzRhMDU2NjQ1ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"554fb89d-cbc8-4da1-89c9-ea0285b17960","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODA5MjA4ZDVmOTQyODg5ZTFiZWFlOThlYThjOWIxNWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c905df9-a7db-43b2-b83c-687f9c92c0a4","artifactVersion":"1"}],"workloadContext":"Production"} 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=? 2023-01-03T00:52:37.140Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:52:37.141Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 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=? 2023-01-03T00:52:37.145Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:52:37.145Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707156495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T00:52:37.152Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 111303cf-6e4a-43db-bfb2-34caf8d83059 2023-01-03T00:52:37.153Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 111303cf-6e4a-43db-bfb2-34caf8d83059 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 (?, ?, ?, ?, ?) 2023-01-03T00:52:37.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:52:37.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "aai-model-loader", "timestamp": 1672707155367, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:52:37.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:52:37.245Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:52:37.246Z||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. 2023-01-03T00:52:37.246Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:37.266Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:37.267Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:52:38.146Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:52:38.147Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:52:38.149Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:52:38.149Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707156495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:52:38.249Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:52:38.250Z||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. 2023-01-03T00:52:38.250Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:38.272Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:38.273Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:52:39.150Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4551a1fa-d5d0-451a-8037-5a1630ad352e", "serviceDescription": "service", "serviceInvariantUUID": "ae5959ca-8e43-4644-badc-dae8b43f651f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c8b7c61f-df3e-427a-bf59-c8846d8cd620", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "82fe6e99-e046-4d67-b570-f5777b43d4e6", "resourceInvariantUUID": "ce13ea5f-10c7-4dab-89c3-1279f48f838b", "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": "ODA5MjA4ZDVmOTQyODg5ZTFiZWFlOThlYThjOWIxNWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6c905df9-a7db-43b2-b83c-687f9c92c0a4" } ], "workloadContext": "Production" } 2023-01-03T00:52:39.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:52:39.151Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4551a1fa-d5d0-451a-8037-5a1630ad352e ASDC 2023-01-03T00:52:39.152Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:111303cf-6e4a-43db-bfb2-34caf8d83059 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4551a1fa-d5d0-451a-8037-5a1630ad352e ServiceInvariantUUID:ae5959ca-8e43-4644-badc-dae8b43f651f 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:6c905df9-a7db-43b2-b83c-687f9c92c0a4 ArtifactChecksum:ODA5MjA4ZDVmOTQyODg5ZTFiZWFlOThlYThjOWIxNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c8b7c61f-df3e-427a-bf59-c8846d8cd620 ResourceInvariantUUID:ce13ea5f-10c7-4dab-89c3-1279f48f838b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:82fe6e99-e046-4d67-b570-f5777b43d4e6 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-03T00:52:39.152Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4551a1fa-d5d0-451a-8037-5a1630ad352e 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=? 2023-01-03T00:52:39.198Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:52:39.199Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:52:39.200Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:52:39.200Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c905df9-a7db-43b2-b83c-687f9c92c0a4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-03T00:52:39.200Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:52:39.200Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-03T00:52:39.296Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:52:39.297Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6c905df9-a7db-43b2-b83c-687f9c92c0a4 57792 2023-01-03T00:52:39.298Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-03T00:52:39.298Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-03T00:52:39.298Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:52:39.299Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:52:39.301Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:52:39.301Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707159298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:52:39.401Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:52:39.402Z||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. 2023-01-03T00:52:39.402Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:39.420Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:39.420Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:52:40.301Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:52:40.302Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:52:40.303Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6c905df9-a7db-43b2-b83c-687f9c92c0a4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-03T00:52:40.304Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-03T00:52:40.304Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-03T00:52:40.304Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-03T00:52:40.462Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5367060299240399815/Definitions/service-BasicNetwork-template.yml 2023-01-03T00:52:40.981Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:52:40.981Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:52:40.981Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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-BasicNetwork-csar.csar 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 2023-01-03T00:52:40.982Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:52:40.983Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.983Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.983Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-03T00:52:40.983Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:52:40.983Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.984Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.985Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.985Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.985Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.985Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.985Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.986Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.986Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:40.986Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:40.986Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4551a1fa-d5d0-451a-8037-5a1630ad352e Model Version:NULL Model InvariantUuid:ae5959ca-8e43-4644-badc-dae8b43f651f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ce13ea5f-10c7-4dab-89c3-1279f48f838b Model UUID:047eb4cc-e2b6-49ce-8825-3f287e597f12 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c8b7c61f-df3e-427a-bf59-c8846d8cd620 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=? 2023-01-03T00:52:40.998Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 82fe6e99-e046-4d67-b570-f5777b43d4e6 2023-01-03T00:52:40.998Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||No resources found for Service: 4551a1fa-d5d0-451a-8037-5a1630ad352e 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=? 2023-01-03T00:52:41.004Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500|| 2023-01-03T00:52:41.005Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-03T00:52:41.005Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 4551a1fa-d5d0-451a-8037-5a1630ad352e 2023-01-03T00:52:41.006Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4551a1fa-d5d0-451a-8037-5a1630ad352e 2023-01-03T00:52:41.006Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-03T00:52:41.006Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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=? 2023-01-03T00:52:41.012Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2802bc83, org.onap.sdc.toscaparser.api.parameters.Input@2ee5d5f8, org.onap.sdc.toscaparser.api.parameters.Input@47f03d22, org.onap.sdc.toscaparser.api.parameters.Input@1f3573a8, org.onap.sdc.toscaparser.api.parameters.Input@22ee2269] 2023-01-03T00:52:41.014Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.014Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.014Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.014Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.015Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4551a1fa-d5d0-451a-8037-5a1630ad352e: Generic NeutronNet 2023-01-03T00:52:41.015Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.015Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.015Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.015Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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=? 2023-01-03T00:52:41.050Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.050Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.051Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.051Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.051Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:52:41.051Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:52:41.051Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||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 (?, ?) 2023-01-03T00:52:41.118Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-03T00:52:41.119Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-03T00:52:41.119Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-03T00:52:41.119Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:52:41.119Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:52:41.121Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:52:41.121Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707161119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:52:41.221Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:52:41.222Z||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. 2023-01-03T00:52:41.222Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:52:41.239Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:52:41.240Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:52:42.122Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:52:42.136Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:52:42.138Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:52:42.139Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:52:42.139Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:53:12.139Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:53:12.154Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:53:12.156Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:53:12.156Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:53:12.157Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:53:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:53:36.497Z||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. 2023-01-03T00:53:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:53:36.527Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:53:36.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:53:36.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "aai-model-loader", "timestamp": 1672707157483, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:53:36.529Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:53:42.157Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:53:42.172Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:53:42.177Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:53:42.177Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:53:42.178Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:54:12.178Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:54:12.192Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:54:12.194Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:54:12.194Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:54:12.194Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:54:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:54:36.498Z||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. 2023-01-03T00:54:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:54:36.542Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:54:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:54:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707156495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:54:36.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:54:42.195Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:54:42.209Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:54:42.211Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:54:42.211Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:54:42.212Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:55:12.212Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:55:12.238Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:55:12.241Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:55:12.241Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:55:12.241Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:55:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:55:36.500Z||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. 2023-01-03T00:55:36.500Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:55:36.546Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:55:36.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707156495, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:55:36.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:55:36.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707159298, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:55:36.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:55:36.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "aai-model-loader", "timestamp": 1672707161430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:55:36.550Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:55:36.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707161119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:55:36.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:55:36.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "aai-model-loader", "timestamp": 1672707162433, "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=? 2023-01-03T00:55:36.570Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 111303cf-6e4a-43db-bfb2-34caf8d83059 2023-01-03T00:55:36.570Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 111303cf-6e4a-43db-bfb2-34caf8d83059 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 (?, ?, ?, ?, ?) 2023-01-03T00:55:36.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707170180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:55:36.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:55:36.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707170180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707172932, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707175395, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:55:36.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707176407, "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=? 2023-01-03T00:55:36.591Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 111303cf-6e4a-43db-bfb2-34caf8d83059 2023-01-03T00:55:36.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 111303cf-6e4a-43db-bfb2-34caf8d83059 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 (?, ?, ?, ?, ?) 2023-01-03T00:55:42.241Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:55:42.257Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:55:42.260Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:55:42.260Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:55:42.260Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:55:42.260Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:55:42.260Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:55:42.261Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:55:42.261Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:55:42.261Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:55:42.261Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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=? 2023-01-03T00:55:42.267Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:56:12.267Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 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=? 2023-01-03T00:56:12.278Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 111303cf-6e4a-43db-bfb2-34caf8d83059 and serviceModelVersionId: 4551a1fa-d5d0-451a-8037-5a1630ad352e 2023-01-03T00:56:12.278Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae5959ca-8e43-4644-badc-dae8b43f651f 2023-01-03T00:56:12.280Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0 2023-01-03T00:56:12.288Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:56:12.353Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0|INFO|500||Invoke 2023-01-03T00:56:12.354Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[111303cf-6e4a-43db-bfb2-34caf8d83059], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e41fcdc6-1dcf-4540-8084-97d362a1845b], X-ECOMP-RequestID=[111303cf-6e4a-43db-bfb2-34caf8d83059], X-TransactionId=[], X-ONAP-RequestID=[111303cf-6e4a-43db-bfb2-34caf8d83059], Content-Type=[application/merge-patch+json]} 2023-01-03T00:56:12.391Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:56:12.511Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?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/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:56:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[115], vertex-id=[176176], x-aai-txid=[2-aai-resources-230103-00:56:12:280-57056], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:56:12.511Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:56:12.512Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ae5959ca-8e43-4644-badc-dae8b43f651f/model-vers/model-ver/4551a1fa-d5d0-451a-8037-5a1630ad352e?depth=0|INFO|500||InvokeReturn 2023-01-03T00:56:12.512Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:56:12.513Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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=? 2023-01-03T00:56:12.520Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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) 2023-01-03T00:56:12.521Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 111303cf-6e4a-43db-bfb2-34caf8d83059 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:56:12.521Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:56:12.522Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:12.525Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:12.525Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707372521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:56:12.625Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:12.626Z||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. 2023-01-03T00:56:12.626Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:12.644Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:12.644Z||pool-39-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=? 2023-01-03T00:56:13.541Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:56:13.541Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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. 2023-01-03T00:56:13.541Z|111303cf-6e4a-43db-bfb2-34caf8d83059|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:19.270Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:19.272Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-03T00:56:19.272Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"47600f90-ad1a-4e7f-89a6-e981aa5b52de","serviceName":"Demo_pNF_jTWwanxmsJNXQdzwU7DU","serviceVersion":"1.0","serviceUUID":"4e5df4a1-baf6-47dd-834a-3df95fa627d6","serviceDescription":"catalog service description","serviceInvariantUUID":"6f9e17ba-b211-4da0-85a7-04f6a3349cce","resources":[{"resourceInstanceName":"pNF 85ab7735-bfdd 0","resourceName":"pNF 85ab7735-bfdd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dbd41b59-2abe-4a0f-a5fc-a53a24afe03b","resourceInvariantUUID":"af8022da-355f-45dd-900e-6af9f2a201b2","resourceCustomizationUUID":"35c7dc9f-c534-4730-923e-b5ff29cb8f96","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml","artifactChecksum":"YjdlMWRlZDI2MWJmZjY3Yjk2YjYxYmI4NGZlYmFjOGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"450e8e74-e5a3-4fc8-aea7-82d1b075f5cb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar","artifactChecksum":"ZmI5N2JiYmJjNWY3ZTQ3MWVkNTU4ZmNiMjFmODVlMzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3c83c1c-15e7-48b1-b4d5-6124e1a263d6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63036c7d-a909-41f2-813b-67a5b803a2c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml","artifactChecksum":"ODc2ZWY5NWI0MGM5MmI1MWZkNTNjOWQxNWFhMTgyMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a926ec2-8b8a-4278-a5eb-7d0f5181c9e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"75a67df8-4c00-49e0-90dd-54824427b757","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d58ff09-9b57-4334-890d-ad52b95a8a5b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml","artifactChecksum":"ODc2YTM4NWNkMjEzYTg3NGU2NTIwMDEzMTI2NTdjYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"21a20377-d245-41fa-8819-720c11e1b8cb","artifactVersion":"1"},{"artifactName":"service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar","artifactChecksum":"MjIxZGVlMDg0NTIxN2Y2NmU1NmFlYjlmNTRhMTExNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T00:56:19.274Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:19.275Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:19.277Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:19.277Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:19.377Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:19.378Z||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. 2023-01-03T00:56:19.378Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:19.396Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:19.397Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:56:20.277Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:20.278Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:20.280Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:20.280Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:20.380Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:20.381Z||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. 2023-01-03T00:56:20.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:20.404Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:20.405Z||pool-41-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:56:21.281Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:21.282Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:21.284Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:21.284Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:21.385Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:21.385Z||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. 2023-01-03T00:56:21.386Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:21.402Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:21.403Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:56:22.285Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:22.286Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:22.288Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:22.289Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:22.389Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:22.390Z||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. 2023-01-03T00:56:22.390Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:22.403Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:22.404Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:56:23.289Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:23.290Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:23.292Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:23.293Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:23.393Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:23.394Z||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. 2023-01-03T00:56:23.394Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:23.411Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:23.412Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:56:24.293Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:24.294Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:24.297Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:24.297Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:24.398Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:56:24.399Z||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. 2023-01-03T00:56:24.399Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:24.435Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:24.436Z||pool-45-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:56:25.298Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:25.299Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:25.301Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:25.301Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:25.403Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-03T00:56:25.404Z||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. 2023-01-03T00:56:25.404Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:25.462Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:25.463Z||pool-46-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:56:26.302Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:56:26.303Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:26.305Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:26.305Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:26.405Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:26.406Z||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. 2023-01-03T00:56:26.406Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:26.423Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:26.423Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:56:27.306Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "serviceName": "Demo_pNF_jTWwanxmsJNXQdzwU7DU", "serviceVersion": "1.0", "serviceUUID": "4e5df4a1-baf6-47dd-834a-3df95fa627d6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6f9e17ba-b211-4da0-85a7-04f6a3349cce", "resources": [ { "resourceInstanceName": "pNF 85ab7735-bfdd 0", "resourceCustomizationUUID": "35c7dc9f-c534-4730-923e-b5ff29cb8f96", "resourceName": "pNF 85ab7735-bfdd", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dbd41b59-2abe-4a0f-a5fc-a53a24afe03b", "resourceInvariantUUID": "af8022da-355f-45dd-900e-6af9f2a201b2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "artifactChecksum": "MjIxZGVlMDg0NTIxN2Y2NmU1NmFlYjlmNTRhMTExNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59" } ], "workloadContext": "Production" } 2023-01-03T00:56:27.307Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:56:27.308Z|111303cf-6e4a-43db-bfb2-34caf8d83059|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e5df4a1-baf6-47dd-834a-3df95fa627d6 ASDC 2023-01-03T00:56:27.310Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:47600f90-ad1a-4e7f-89a6-e981aa5b52de ServiceName:Demo_pNF_jTWwanxmsJNXQdzwU7DU ServiceVersion:1.0 ServiceUUID:4e5df4a1-baf6-47dd-834a-3df95fa627d6 ServiceInvariantUUID:6f9e17ba-b211-4da0-85a7-04f6a3349cce ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar ArtifactUUID:06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59 ArtifactChecksum:MjIxZGVlMDg0NTIxN2Y2NmU1NmFlYjlmNTRhMTExNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 85ab7735-bfdd 0 ResourceCustomizationUUID:35c7dc9f-c534-4730-923e-b5ff29cb8f96 ResourceInvariantUUID:af8022da-355f-45dd-900e-6af9f2a201b2 ResourceName:pNF 85ab7735-bfdd ResourceType:PNF ResourceUUID:dbd41b59-2abe-4a0f-a5fc-a53a24afe03b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-03T00:56:27.310Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e5df4a1-baf6-47dd-834a-3df95fa627d6 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:27.364Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:56:27.365Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:56:27.365Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:56:27.365Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59 from URL: /sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:27.366Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:56:27.366Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:27.492Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:56:27.493Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59 88016 2023-01-03T00:56:27.494Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar ASDC sendASDCNotification 2023-01-03T00:56:27.494Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:27.494Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:56:27.494Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:27.496Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:27.496Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707387494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:27.597Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:56:27.597Z||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. 2023-01-03T00:56:27.598Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:27.617Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:27.617Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:56:28.497Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:56:28.498Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:56:28.499Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 06fbd2bf-8ca7-4c8e-aad5-a933f5ce9d59, URL: /sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar to file: /app/ASDC/1/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:28.499Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:28.500Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:28.500Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:28.675Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1377606531870105061/Definitions/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml 2023-01-03T00:56:29.530Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:56:29.530Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.531Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 85ab7735-bfdd 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-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.532Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Node template pNF 85ab7735-bfdd 0 is matching search criteria 2023-01-03T00:56:29.533Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:56:29.533Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 85ab7735-bfdd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:56:29.533Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.533Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Node template pNF 85ab7735-bfdd 0 is matching search criteria 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 85ab7735-bfdd 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.534Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.535Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.535Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.535Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.535Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.535Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.536Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.536Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jTWwanxmsJNXQdzwU7DU Description:catalog service description Model UUID:4e5df4a1-baf6-47dd-834a-3df95fa627d6 Model Version:NULL Model InvariantUuid:6f9e17ba-b211-4da0-85a7-04f6a3349cce 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=? 2023-01-03T00:56:29.558Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: dbd41b59-2abe-4a0f-a5fc-a53a24afe03b 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=? 2023-01-03T00:56:29.567Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||pNF 85ab7735-bfdd 0 2023-01-03T00:56:29.567Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dbd41b59-2abe-4a0f-a5fc-a53a24afe03b 2023-01-03T00:56:29.567Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 4e5df4a1-baf6-47dd-834a-3df95fa627d6 2023-01-03T00:56:29.567Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 4e5df4a1-baf6-47dd-834a-3df95fa627d6 2023-01-03T00:56:29.567Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 85ab7735-bfdd 0 dbd41b59-2abe-4a0f-a5fc-a53a24afe03b 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=? 2023-01-03T00:56:29.579Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5deef26a, org.onap.sdc.toscaparser.api.parameters.Input@161098c, org.onap.sdc.toscaparser.api.parameters.Input@5fdb98a5, org.onap.sdc.toscaparser.api.parameters.Input@79493c56, org.onap.sdc.toscaparser.api.parameters.Input@539efcb7] 2023-01-03T00:56:29.579Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.579Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.579Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 4e5df4a1-baf6-47dd-834a-3df95fa627d6: pNF 85ab7735-bfdd 2023-01-03T00:56:29.579Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Processing PNF resource: dbd41b59-2abe-4a0f-a5fc-a53a24afe03b 2023-01-03T00:56:29.580Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:56:29.580Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_jTWwanxmsJNXQdzwU7DU is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:56:29.580Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||Resource customization UUID: 35c7dc9f-c534-4730-923e-b5ff29cb8f96 is the same as notified resource customizationUUID: 35c7dc9f-c534-4730-923e-b5ff29cb8f96 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 (?, ?) 2023-01-03T00:56:29.703Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 85ab7735-bfdd dbd41b59-2abe-4a0f-a5fc-a53a24afe03b 0 ASDC deployResourceStructure 2023-01-03T00:56:29.704Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar ASDC sendASDCNotification 2023-01-03T00:56:29.704Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar 2023-01-03T00:56:29.704Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:56:29.705Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:56:29.707Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:56:29.707Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707389704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:29.811Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2023-01-03T00:56:29.817Z||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. 2023-01-03T00:56:29.818Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:29.864Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:29.864Z||pool-49-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:56:30.707Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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=? 2023-01-03T00:56:30.723Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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=? 2023-01-03T00:56:30.726Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:56:30.726Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T00:56:30.726Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T00:56:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:56:36.497Z||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. 2023-01-03T00:56:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:56:36.521Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:56:36.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "multicloud-k8s", "timestamp": 1672707213087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707215366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707213811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707228453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "cds-sdc-listener", "timestamp": 1672707228108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.552Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.552Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:56:36.552Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T00:56:36.554Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.554Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.555Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.556Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.558Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T00:56:36.558Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.558Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.559Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.559Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.559Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707233243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.560Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.561Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.562Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.562Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.562Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.563Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.563Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.563Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "aai-model-loader", "timestamp": 1672707234246, "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=? 2023-01-03T00:56:36.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47600f90-ad1a-4e7f-89a6-e981aa5b52de 2023-01-03T00:56:36.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707228398, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707229114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707235543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "cds-sdc-listener", "timestamp": 1672707236217, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707236619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707237543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707237720, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707238547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707238750, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T00:56:36.611Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90cce4e-222f-4915-a904-4a68a5588dc0 2023-01-03T00:56:36.611Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90cce4e-222f-4915-a904-4a68a5588dc0 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707238954, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.629Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "policy-id", "timestamp": 1672707239551, "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=? 2023-01-03T00:56:36.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47600f90-ad1a-4e7f-89a6-e981aa5b52de 2023-01-03T00:56:36.634Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "multicloud-k8s", "timestamp": 1672707239754, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707240830, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707241833, "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=? 2023-01-03T00:56:36.660Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47600f90-ad1a-4e7f-89a6-e981aa5b52de 2023-01-03T00:56:36.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707228753, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707247665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707248672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707230180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "policy-id", "timestamp": 1672707249679, "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=? 2023-01-03T00:56:36.686Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90cce4e-222f-4915-a904-4a68a5588dc0 2023-01-03T00:56:36.686Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90cce4e-222f-4915-a904-4a68a5588dc0 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=? 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707249987, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-03T00:56:36.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707245366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707252274, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707252475, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707253278, "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=? 2023-01-03T00:56:36.711Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b90cce4e-222f-4915-a904-4a68a5588dc0 2023-01-03T00:56:36.711Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90cce4e-222f-4915-a904-4a68a5588dc0 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.722Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.725Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707240759, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707237221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.726Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707257983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "cds-sdc-listener", "timestamp": 1672707257587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707259260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707250682, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707259907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707260429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.728Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707260551, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "aai-model-loader", "timestamp": 1672707260909, "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=? 2023-01-03T00:56:36.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b90cce4e-222f-4915-a904-4a68a5588dc0 2023-01-03T00:56:36.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90cce4e-222f-4915-a904-4a68a5588dc0 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707261534, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707261611, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707262595, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T00:56:36.765Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c54e8d03-0e01-432b-b71f-99d0505dc464 2023-01-03T00:56:36.765Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c54e8d03-0e01-432b-b71f-99d0505dc464 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "policy-id", "timestamp": 1672707262618, "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=? 2023-01-03T00:56:36.780Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c54e8d03-0e01-432b-b71f-99d0505dc464 2023-01-03T00:56:36.780Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c54e8d03-0e01-432b-b71f-99d0505dc464 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=? 2023-01-03T00:56:36.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "multicloud-k8s", "timestamp": 1672707263597, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707260184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707270108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707272352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707273357, "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=? 2023-01-03T00:56:36.796Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c54e8d03-0e01-432b-b71f-99d0505dc464 2023-01-03T00:56:36.796Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c54e8d03-0e01-432b-b71f-99d0505dc464 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 (?, ?, ?, ?, ?) 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:56:36.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:00.727Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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=? 2023-01-03T00:57:00.744Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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=? 2023-01-03T00:57:00.748Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:57:00.749Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:57:00.749Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:57:00.749Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:57:00.749Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:00.750Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:00.750Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:00.750Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:00.751Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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=? 2023-01-03T00:57:00.761Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:57:30.761Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de 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=? 2023-01-03T00:57:30.769Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47600f90-ad1a-4e7f-89a6-e981aa5b52de and serviceModelVersionId: 4e5df4a1-baf6-47dd-834a-3df95fa627d6 2023-01-03T00:57:30.769Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f9e17ba-b211-4da0-85a7-04f6a3349cce 2023-01-03T00:57:30.770Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?depth=0 2023-01-03T00:57:30.775Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:57:30.818Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?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]} 2023-01-03T00:57:30.820Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?depth=0|INFO|500||Invoke 2023-01-03T00:57:30.825Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:57:30.940Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?depth=0|INFO|500||InvokeReturn 2023-01-03T00:57:30.940Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6f9e17ba-b211-4da0-85a7-04f6a3349cce/model-vers/model-ver/4e5df4a1-baf6-47dd-834a-3df95fa627d6?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:57:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[111], vertex-id=[172208], x-aai-txid=[2-aai-resources-230103-00:57:30:712-54690], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:57:30.940Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:57:30.942Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:57:30.942Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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=? 2023-01-03T00:57:30.948Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|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) 2023-01-03T00:57:30.948Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47600f90-ad1a-4e7f-89a6-e981aa5b52de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:57:30.948Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:57:30.949Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:30.951Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:30.951Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707450948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:57:31.051Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:31.052Z||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. 2023-01-03T00:57:31.052Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:31.070Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:31.071Z||pool-50-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=? 2023-01-03T00:57:31.966Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-03T00:57:31.967Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b90cce4e-222f-4915-a904-4a68a5588dc0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7cd95134-d407-4212-802f-a80e5cae9f4c","serviceDescription":"service","serviceInvariantUUID":"3953299b-7582-456d-aeab-3e001e2eedde","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a232505-ad0a-47fd-83dc-31f9e2a635df","resourceInvariantUUID":"f10be854-f1b6-4b56-ad21-6b09594074ea","resourceCustomizationUUID":"130b37eb-5363-4e19-94cb-3f05cad11179","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MWE2YzkxMjdiMGExYjk3MGY4ZDQ0Nzk4MWIxM2I2OGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6e5faf36-1ab0-4f30-935d-e48f4ffb9c98","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"NmMzNjk5YjZkMjJmNTNkOWVmZTU2ZDg5MzAyM2ZkYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6cd9439d-48d1-4e16-a5ef-c6cb4df8af3e","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ac75f561-426a-429b-9ddf-2d491cd3a033","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ea3c8f8-0b78-431e-a5fd-dd54ed02ba4f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0","artifactVersion":"2","generatedFromUUID":"ac75f561-426a-429b-9ddf-2d491cd3a033"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmM0NmVmNjdiY2VjYmM5OGUzZDc2MGYzMzJkMmQzZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4232465-f15e-4d11-acc2-be78947309e6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTg1YzA4MTQ2ZmIzZjgwZTY3NTIwNTg4M2U4NjRhNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ba9984c8-56fc-48bb-8759-eff64dd82183","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T00:57:31.967Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:31.968Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:31.971Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:31.971Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:32.070Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:57:32.070Z||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. 2023-01-03T00:57:32.071Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:32.084Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:32.084Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:32.972Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:32.972Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:32.976Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:32.976Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:57:33.076Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:33.077Z||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. 2023-01-03T00:57:33.077Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:33.091Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:33.092Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:33.977Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:33.978Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:33.980Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:33.980Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T00:57:34.082Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-03T00:57:34.083Z||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. 2023-01-03T00:57:34.083Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:34.099Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:34.100Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:57:34.981Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:34.982Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:34.984Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:34.984Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:35.084Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:35.085Z||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. 2023-01-03T00:57:35.085Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:35.101Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:35.102Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:57:35.986Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:35.987Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:35.989Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:35.989Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T00:57:36.089Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:36.090Z||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. 2023-01-03T00:57:36.090Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:36.106Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:36.106Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:57:36.497Z||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. 2023-01-03T00:57:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:36.529Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:36.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707275366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707284503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707291128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:57:36.533Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:57:36.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T00:57:36.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "aai-model-loader", "timestamp": 1672707292131, "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=? 2023-01-03T00:57:36.543Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c54e8d03-0e01-432b-b71f-99d0505dc464 2023-01-03T00:57:36.543Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c54e8d03-0e01-432b-b71f-99d0505dc464 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 (?, ?, ?, ?, ?) 2023-01-03T00:57:36.989Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:36.990Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:36.992Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:36.992Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:57:37.093Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-03T00:57:37.094Z||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. 2023-01-03T00:57:37.094Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:37.121Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:37.121Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:37.993Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:57:37.994Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:37.996Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:37.996Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:57:38.096Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:38.097Z||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. 2023-01-03T00:57:38.097Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:38.114Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:38.114Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:38.997Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "7cd95134-d407-4212-802f-a80e5cae9f4c", "serviceDescription": "service", "serviceInvariantUUID": "3953299b-7582-456d-aeab-3e001e2eedde", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "130b37eb-5363-4e19-94cb-3f05cad11179", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a232505-ad0a-47fd-83dc-31f9e2a635df", "resourceInvariantUUID": "f10be854-f1b6-4b56-ad21-6b09594074ea", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "NmMzNjk5YjZkMjJmNTNkOWVmZTU2ZDg5MzAyM2ZkYTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6cd9439d-48d1-4e16-a5ef-c6cb4df8af3e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ac75f561-426a-429b-9ddf-2d491cd3a033", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0", "generatedFromUUID": "ac75f561-426a-429b-9ddf-2d491cd3a033" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MTg1YzA4MTQ2ZmIzZjgwZTY3NTIwNTg4M2U4NjRhNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba9984c8-56fc-48bb-8759-eff64dd82183" } ], "workloadContext": "Production" } 2023-01-03T00:57:38.998Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:57:38.998Z|47600f90-ad1a-4e7f-89a6-e981aa5b52de|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7cd95134-d407-4212-802f-a80e5cae9f4c ASDC 2023-01-03T00:57:38.998Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b90cce4e-222f-4915-a904-4a68a5588dc0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:7cd95134-d407-4212-802f-a80e5cae9f4c ServiceInvariantUUID:3953299b-7582-456d-aeab-3e001e2eedde ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:ba9984c8-56fc-48bb-8759-eff64dd82183 ArtifactChecksum:MTg1YzA4MTQ2ZmIzZjgwZTY3NTIwNTg4M2U4NjRhNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:130b37eb-5363-4e19-94cb-3f05cad11179 ResourceInvariantUUID:f10be854-f1b6-4b56-ad21-6b09594074ea ResourceName:basic_vm ResourceType:VF ResourceUUID:6a232505-ad0a-47fd-83dc-31f9e2a635df ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:6cd9439d-48d1-4e16-a5ef-c6cb4df8af3e ArtifactChecksum:NmMzNjk5YjZkMjJmNTNkOWVmZTU2ZDg5MzAyM2ZkYTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:ac75f561-426a-429b-9ddf-2d491cd3a033 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T00:57:38.998Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7cd95134-d407-4212-802f-a80e5cae9f4c 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=? 2023-01-03T00:57:39.033Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:57:39.034Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:57:39.034Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:57:39.034Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ba9984c8-56fc-48bb-8759-eff64dd82183 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-03T00:57:39.035Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:57:39.035Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-03T00:57:39.230Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:57:39.231Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ba9984c8-56fc-48bb-8759-eff64dd82183 75191 2023-01-03T00:57:39.231Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-03T00:57:39.232Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-03T00:57:39.232Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:57:39.232Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:39.234Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:39.234Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707459231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:57:39.334Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:39.335Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:39.335Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:39.352Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:39.352Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:40.235Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:57:40.236Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:57:40.236Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: ba9984c8-56fc-48bb-8759-eff64dd82183, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:40.236Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-03T00:57:40.237Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:40.237Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:40.386Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15143054421997354516/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-03T00:57:41.506Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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-BasicVm-csar.csar 2023-01-03T00:57:41.507Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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-BasicVm-csar.csar 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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-BasicVm-csar.csar 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:57:41.508Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:57:41.509Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-03T00:57:41.510Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:41.511Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:41.512Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b2f7218-84a8-4008-9211-0857e2239845 2023-01-03T00:57:41.513Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:41.514Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:41.515Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:7cd95134-d407-4212-802f-a80e5cae9f4c Model Version:NULL Model InvariantUuid:3953299b-7582-456d-aeab-3e001e2eedde Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:796dcbef-f34a-4f1c-99d5-e68b97fb54b5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f10be854-f1b6-4b56-ad21-6b09594074ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:130b37eb-5363-4e19-94cb-3f05cad11179 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:181e76ca-f684-4507-9ebb-19af1d4d7fc2 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:227756c6-157f-4e25-8943-31672f7baf56 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5b2f7218-84a8-4008-9211-0857e2239845 ModelInvariantUuid:9a0a0377-8d8d-48eb-ada4-510f029ade26 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:da38f7f7-7008-4779-9c26-3b02d7458032 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:df14d4f2-b640-41d6-84f7-9f6f53eb2340 ModelInvariantUuid:f5b5f2e1-e8d2-4b23-bda0-22230bc18aab ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:6a8a03f0-716a-4cf5-aa94-3b36b1dbf833 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=? 2023-01-03T00:57:41.526Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a232505-ad0a-47fd-83dc-31f9e2a635df 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=? 2023-01-03T00:57:41.529Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||basic_vm 0 2023-01-03T00:57:41.529Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a232505-ad0a-47fd-83dc-31f9e2a635df 2023-01-03T00:57:41.529Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6cd9439d-48d1-4e16-a5ef-c6cb4df8af3e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-03T00:57:41.529Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:57:41.529Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-03T00:57:41.613Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:57:41.613Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 6cd9439d-48d1-4e16-a5ef-c6cb4df8af3e 787 2023-01-03T00:57:41.614Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-03T00:57:41.614Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-03T00:57:41.614Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:57:41.614Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:41.617Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:41.617Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707461614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:57:41.717Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:41.718Z||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. 2023-01-03T00:57:41.718Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:41.734Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:41.735Z||pool-59-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:42.617Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "181e76ca-f684-4507-9ebb-19af1d4d7fc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "227756c6-157f-4e25-8943-31672f7baf56", "vfModuleModelCustomizationUUID": "5b598dad-0318-4c22-869b-29c9bdac70f2", "isBase": true, "artifacts": [ "ac75f561-426a-429b-9ddf-2d491cd3a033", "f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T00:57:42.622Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:227756c6-157f-4e25-8943-31672f7baf56 VfModuleModelInvariantUUID:181e76ca-f684-4507-9ebb-19af1d4d7fc2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac75f561-426a-429b-9ddf-2d491cd3a033 , f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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 } 2023-01-03T00:57:42.624Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "181e76ca-f684-4507-9ebb-19af1d4d7fc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "227756c6-157f-4e25-8943-31672f7baf56", "vfModuleModelCustomizationUUID": "5b598dad-0318-4c22-869b-29c9bdac70f2", "isBase": true, "artifacts": [ "ac75f561-426a-429b-9ddf-2d491cd3a033", "f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T00:57:42.624Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:227756c6-157f-4e25-8943-31672f7baf56 VfModuleModelInvariantUUID:181e76ca-f684-4507-9ebb-19af1d4d7fc2 VfModuleModelDescription:NULL Artifacts UUID List:{ ac75f561-426a-429b-9ddf-2d491cd3a033 , f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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 } 2023-01-03T00:57:42.624Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac75f561-426a-429b-9ddf-2d491cd3a033 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-03T00:57:42.624Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:57:42.624Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-03T00:57:42.692Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:57:42.693Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ac75f561-426a-429b-9ddf-2d491cd3a033 5033 2023-01-03T00:57:42.693Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-03T00:57:42.693Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-03T00:57:42.693Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:57:42.693Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:42.695Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:42.695Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707462693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:57:42.795Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:42.796Z||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. 2023-01-03T00:57:42.797Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:42.820Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:42.821Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:57:43.696Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-03T00:57:43.696Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:57:43.697Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-03T00:57:43.756Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:57:43.757Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f4c07a1a-edd7-42c5-b1f8-94f7445bd2d0 903 2023-01-03T00:57:43.757Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-03T00:57:43.757Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-03T00:57:43.757Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:57:43.757Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:43.759Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:43.759Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707463757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:57:43.859Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:43.860Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:43.860Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:43.881Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:43.881Z||pool-61-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:44.760Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7cd95134-d407-4212-802f-a80e5cae9f4c 2023-01-03T00:57:44.761Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6a232505-ad0a-47fd-83dc-31f9e2a635df 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=? 2023-01-03T00:57:44.779Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c272aed, org.onap.sdc.toscaparser.api.parameters.Input@3a50bd83, org.onap.sdc.toscaparser.api.parameters.Input@490d17dd, org.onap.sdc.toscaparser.api.parameters.Input@2deb551d, org.onap.sdc.toscaparser.api.parameters.Input@8be620f] 2023-01-03T00:57:44.781Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.781Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.781Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-03T00:57:44.782Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 130b37eb-5363-4e19-94cb-3f05cad11179 2023-01-03T00:57:44.782Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 130b37eb-5363-4e19-94cb-3f05cad11179 matches Tosca VF Customization UUID: 130b37eb-5363-4e19-94cb-3f05cad11179 2023-01-03T00:57:44.782Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 130b37eb-5363-4e19-94cb-3f05cad11179 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=? 2023-01-03T00:57:44.785Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.786Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.786Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 130b37eb-5363-4e19-94cb-3f05cad11179: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-03T00:57:44.786Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@619bdc9e 2023-01-03T00:57:44.787Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.787Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:57:44.787Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5b598dad-0318-4c22-869b-29c9bdac70f2 2023-01-03T00:57:44.787Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5b598dad-0318-4c22-869b-29c9bdac70f2 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=? 2023-01-03T00:57:44.791Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.791Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:44.791Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:44.791Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.792Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:44.792Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:44.792Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.792Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-03T00:57:44.793Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-03T00:57:44.793Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T00:57:44.793Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5b2f7218-84a8-4008-9211-0857e2239845 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=? 2023-01-03T00:57:44.796Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.796Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:44.796Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:57:44.797Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.797Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-03T00:57:44.797Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=130b37eb-5363-4e19-94cb-3f05cad11179 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=? 2023-01-03T00:57:44.799Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.799Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.800Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7cd95134-d407-4212-802f-a80e5cae9f4c: basic_vm 2023-01-03T00:57:44.800Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.800Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.800Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.801Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.801Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.801Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.801Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.801Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.802Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:57:44.802Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:57:44.802Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 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 (?, ?, ?, ?, ?) 2023-01-03T00:57:44.922Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6a232505-ad0a-47fd-83dc-31f9e2a635df 1 ASDC deployResourceStructure 2023-01-03T00:57:44.922Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-01-03T00:57:44.923Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-03T00:57:44.923Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:57:44.923Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:44.925Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:44.925Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707464922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:57:45.025Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:45.026Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:45.026Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:45.042Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:45.042Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:45.926Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-03T00:57:45.926Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-03T00:57:45.927Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:57:45.927Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:45.930Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:45.930Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707465926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:57:46.030Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:46.031Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:46.031Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:46.048Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:46.048Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:57:46.931Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-03T00:57:46.932Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-03T00:57:46.932Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:57:46.934Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:46.937Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:46.937Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707466931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-03T00:57:47.037Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:57:47.039Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:47.039Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:47.060Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:47.061Z||pool-64-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:47.939Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-03T00:57:47.939Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-03T00:57:47.939Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:57:47.939Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:57:47.941Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:57:47.942Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707467939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:57:48.042Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:57:48.043Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:57:48.043Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:57:48.059Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:57:48.060Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:57:48.942Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90cce4e-222f-4915-a904-4a68a5588dc0 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=? 2023-01-03T00:57:48.956Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90cce4e-222f-4915-a904-4a68a5588dc0 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=? 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:48.958Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:48.959Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:48.959Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:57:48.959Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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=? 2023-01-03T00:57:48.965Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:58:18.965Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b90cce4e-222f-4915-a904-4a68a5588dc0 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=? 2023-01-03T00:58:18.972Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b90cce4e-222f-4915-a904-4a68a5588dc0 and serviceModelVersionId: 7cd95134-d407-4212-802f-a80e5cae9f4c 2023-01-03T00:58:18.973Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3953299b-7582-456d-aeab-3e001e2eedde 2023-01-03T00:58:18.974Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?depth=0 2023-01-03T00:58:18.978Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:58:19.026Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?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]} 2023-01-03T00:58:19.027Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?depth=0|INFO|500||Invoke 2023-01-03T00:58:19.032Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:58:19.201Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?depth=0|INFO|500||InvokeReturn 2023-01-03T00:58:19.202Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3953299b-7582-456d-aeab-3e001e2eedde/model-vers/model-ver/7cd95134-d407-4212-802f-a80e5cae9f4c?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:58:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[229584], x-aai-txid=[1-aai-resources-230103-00:58:18:921-81664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:58:19.202Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:58:19.202Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:58:19.202Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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=? 2023-01-03T00:58:19.209Z|b90cce4e-222f-4915-a904-4a68a5588dc0|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) 2023-01-03T00:58:19.209Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b90cce4e-222f-4915-a904-4a68a5588dc0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:58:19.209Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:58:19.210Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:19.212Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:19.212Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707499209, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:58:19.312Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:19.329Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:19.330Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:19.351Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:19.351Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-03T00:58:20.228Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-03T00:58:20.229Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c54e8d03-0e01-432b-b71f-99d0505dc464","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"73e5a004-9e98-4508-a78c-29a7b783c8c7","serviceDescription":"service","serviceInvariantUUID":"b566e363-c75c-400f-93b2-2867f74d7dc6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a80c244d-62f3-4303-90f0-e18d30bc6868","resourceInvariantUUID":"c7388413-7499-4e4e-85b0-406356351b4d","resourceCustomizationUUID":"747f63a6-76b5-4441-b2fa-e4cba0809771","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":"MjYzYWIyZjI5NjM3OTY1YTNhYTgyZTM4YWM4OTkwMmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f6910ef2-09ac-4c10-8139-f36656876b56","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":"85929457-4976-475b-88de-41689cc9209a","artifactVersion":"2","generatedFromUUID":"fc9834bf-9394-4598-a74d-58f8a22690aa"},{"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":"fc9834bf-9394-4598-a74d-58f8a22690aa","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":"ZWM2YjY5MmUwMjM5OWU1M2Q4YWU4MTc5MTk4MzUwN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0ede9bb-4d9d-4c9f-ba1d-696d22a71740","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":"d9e97b45-43a6-46de-9092-217dae832bc4","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":"f37a9706-1c44-46a8-8445-51a588393fcd","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":"d000350a-bdfc-4727-a571-ed3b804a62fd","artifactVersion":"2","generatedFromUUID":"d9e97b45-43a6-46de-9092-217dae832bc4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDhlNGEzMmQwNjUyNDhkNDY1NTc3YmYzNWQ3Njk1NjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ef159904-0db3-4c90-a143-29d20b97dcbe","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmY4Zjg2ZmU3MTMwYWNmMjQ4YjY0NGU1Yzc2NWYwMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3098d195-484d-4ae3-8155-961e083d13a3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T00:58:20.229Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:20.229Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:20.231Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:20.231Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:20.331Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:20.332Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:20.332Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:20.365Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:20.365Z||pool-67-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:21.232Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:21.233Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:21.235Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:21.235Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-03T00:58:21.335Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:21.336Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:21.337Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:21.352Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:21.352Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:22.235Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:22.236Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:22.239Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:22.239Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-03T00:58:22.340Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:22.340Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:22.341Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:22.358Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:22.359Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:23.241Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:23.241Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:23.244Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:23.244Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:58:23.344Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:58:23.345Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:23.345Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:23.365Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:23.366Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2023-01-03T00:58:24.246Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:24.246Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:24.249Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:24.250Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-03T00:58:24.350Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:24.351Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:24.351Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:24.367Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:24.367Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:25.250Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:25.251Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:25.254Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:25.254Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:25.354Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:25.355Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:25.355Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:25.370Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:25.371Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:26.254Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:26.255Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:26.257Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:26.257Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-03T00:58:26.357Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:26.358Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:26.358Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:26.375Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:26.375Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:27.258Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:27.258Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:27.260Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:27.260Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:27.360Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:27.361Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:27.361Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:27.379Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:27.379Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:28.261Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T00:58:28.261Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:28.264Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:28.265Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:58:28.364Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T00:58:28.364Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:28.365Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:28.381Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:28.382Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:29.266Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "73e5a004-9e98-4508-a78c-29a7b783c8c7", "serviceDescription": "service", "serviceInvariantUUID": "b566e363-c75c-400f-93b2-2867f74d7dc6", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "747f63a6-76b5-4441-b2fa-e4cba0809771", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a80c244d-62f3-4303-90f0-e18d30bc6868", "resourceInvariantUUID": "c7388413-7499-4e4e-85b0-406356351b4d", "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": "85929457-4976-475b-88de-41689cc9209a", "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": "fc9834bf-9394-4598-a74d-58f8a22690aa", "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": "ZWM2YjY5MmUwMjM5OWU1M2Q4YWU4MTc5MTk4MzUwN2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0ede9bb-4d9d-4c9f-ba1d-696d22a71740", "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": "d9e97b45-43a6-46de-9092-217dae832bc4", "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": "d000350a-bdfc-4727-a571-ed3b804a62fd", "generatedFromUUID": "d9e97b45-43a6-46de-9092-217dae832bc4" }, "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": "d000350a-bdfc-4727-a571-ed3b804a62fd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmY4Zjg2ZmU3MTMwYWNmMjQ4YjY0NGU1Yzc2NWYwMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3098d195-484d-4ae3-8155-961e083d13a3" } ], "workloadContext": "Production" } 2023-01-03T00:58:29.266Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T00:58:29.266Z|b90cce4e-222f-4915-a904-4a68a5588dc0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 73e5a004-9e98-4508-a78c-29a7b783c8c7 ASDC 2023-01-03T00:58:29.267Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:c54e8d03-0e01-432b-b71f-99d0505dc464 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:73e5a004-9e98-4508-a78c-29a7b783c8c7 ServiceInvariantUUID:b566e363-c75c-400f-93b2-2867f74d7dc6 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:3098d195-484d-4ae3-8155-961e083d13a3 ArtifactChecksum:YmY4Zjg2ZmU3MTMwYWNmMjQ4YjY0NGU1Yzc2NWYwMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:747f63a6-76b5-4441-b2fa-e4cba0809771 ResourceInvariantUUID:c7388413-7499-4e4e-85b0-406356351b4d ResourceName:basic_cnf ResourceType:VF ResourceUUID:a80c244d-62f3-4303-90f0-e18d30bc6868 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:85929457-4976-475b-88de-41689cc9209a 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:fc9834bf-9394-4598-a74d-58f8a22690aa 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:b0ede9bb-4d9d-4c9f-ba1d-696d22a71740 ArtifactChecksum:ZWM2YjY5MmUwMjM5OWU1M2Q4YWU4MTc5MTk4MzUwN2U= 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:d9e97b45-43a6-46de-9092-217dae832bc4 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:d000350a-bdfc-4727-a571-ed3b804a62fd 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:d000350a-bdfc-4727-a571-ed3b804a62fd ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T00:58:29.267Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73e5a004-9e98-4508-a78c-29a7b783c8c7 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=? 2023-01-03T00:58:29.312Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:58:29.313Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:58:29.313Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:58:29.313Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3098d195-484d-4ae3-8155-961e083d13a3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-03T00:58:29.313Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:29.314Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-03T00:58:29.551Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:29.553Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3098d195-484d-4ae3-8155-961e083d13a3 74000 2023-01-03T00:58:29.553Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-03T00:58:29.553Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-03T00:58:29.553Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:29.553Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:29.556Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:29.556Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707509553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:29.655Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-03T00:58:29.656Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:29.656Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:29.674Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:29.674Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:30.557Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T00:58:30.558Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2023-01-03T00:58:30.558Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 3098d195-484d-4ae3-8155-961e083d13a3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-03T00:58:30.559Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-03T00:58:30.559Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-03T00:58:30.560Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-03T00:58:30.671Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4742353065714492639/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 2023-01-03T00:58:31.742Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T00:58:31.754Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:58:31.754Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-03T00:58:31.755Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-03T00:58:31.755Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||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 2023-01-03T00:58:31.755Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||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 2023-01-03T00:58:31.756Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||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 2023-01-03T00:58:31.756Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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-BasicCnf-csar.csar 2023-01-03T00:58:31.756Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||WARN|500||#################################################################################################### 2023-01-03T00:58:31.756Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.757Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.757Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:31.758Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:58:31.758Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:58:31.758Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.759Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.759Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:31.759Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2023-01-03T00:58:31.760Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T00:58:31.760Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.760Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.761Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.761Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-03T00:58:31.761Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-03T00:58:31.761Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-03T00:58:31.762Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T00:58:31.762Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.762Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:58:31.763Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.763Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:31.763Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:31.764Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.764Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:31.764Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:31.764Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.765Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:31.765Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:31.765Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.765Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-03T00:58:31.766Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-03T00:58:31.766Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=000fe9c8-28cc-457b-91b1-c640376459e5 2023-01-03T00:58:31.766Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.767Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.767Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.767Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.767Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:31.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:31.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:73e5a004-9e98-4508-a78c-29a7b783c8c7 Model Version:NULL Model InvariantUuid:b566e363-c75c-400f-93b2-2867f74d7dc6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:2f62558d-f2ff-4ddf-ac78-caf73bc42cf9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c7388413-7499-4e4e-85b0-406356351b4d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:747f63a6-76b5-4441-b2fa-e4cba0809771 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:36e37bc0-e402-4958-a553-57c7b40c4ea2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d9f689b4-73a7-4b19-bb7f-1e9be46d1e85 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:000fe9c8-28cc-457b-91b1-c640376459e5 ModelInvariantUuid:4309170d-d44c-42a7-b8de-1e9fd2bbe8ec ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:618f7fa8-3f94-4543-b2dd-e31325c6cf61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6aa281f6-abbc-4a98-9356-c1c3d9fc287c ModelInvariantUuid:0999b855-34f9-4ae8-a0f1-383c8d499354 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:fb6ed3df-e1ef-4d92-974d-5805cb5e9af8 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=? 2023-01-03T00:58:31.778Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a80c244d-62f3-4303-90f0-e18d30bc6868 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=? 2023-01-03T00:58:31.782Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||basic_cnf 0 2023-01-03T00:58:31.782Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a80c244d-62f3-4303-90f0-e18d30bc6868 2023-01-03T00:58:31.783Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 85929457-4976-475b-88de-41689cc9209a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-03T00:58:31.783Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:31.783Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-03T00:58:31.842Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:31.843Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 85929457-4976-475b-88de-41689cc9209a 12 2023-01-03T00:58:31.843Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-03T00:58:31.844Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-03T00:58:31.844Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:31.844Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:31.846Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:31.846Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707511843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:31.946Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:31.947Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:31.947Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:31.966Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:31.966Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:32.847Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fc9834bf-9394-4598-a74d-58f8a22690aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-03T00:58:32.848Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:32.849Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-03T00:58:32.907Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:32.908Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fc9834bf-9394-4598-a74d-58f8a22690aa 2688 2023-01-03T00:58:32.908Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-03T00:58:32.908Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-03T00:58:32.908Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:32.909Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:32.911Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:32.911Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707512908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:33.011Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:33.013Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:33.013Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:33.031Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:33.032Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:33.912Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0ede9bb-4d9d-4c9f-ba1d-696d22a71740 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-03T00:58:33.913Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:33.914Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-03T00:58:33.986Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:33.987Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b0ede9bb-4d9d-4c9f-ba1d-696d22a71740 828 2023-01-03T00:58:33.987Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-03T00:58:33.987Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-03T00:58:33.987Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:33.987Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:33.989Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:33.990Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707513987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:34.090Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:34.091Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:34.092Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:34.113Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:34.113Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:34.990Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "36e37bc0-e402-4958-a553-57c7b40c4ea2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9f689b4-73a7-4b19-bb7f-1e9be46d1e85", "vfModuleModelCustomizationUUID": "1384d066-8dac-408b-a6e8-334af43bebc6", "isBase": true, "artifacts": [ "fc9834bf-9394-4598-a74d-58f8a22690aa", "d9e97b45-43a6-46de-9092-217dae832bc4", "d000350a-bdfc-4727-a571-ed3b804a62fd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T00:58:34.993Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9f689b4-73a7-4b19-bb7f-1e9be46d1e85 VfModuleModelInvariantUUID:36e37bc0-e402-4958-a553-57c7b40c4ea2 VfModuleModelDescription:NULL Artifacts UUID List:{ fc9834bf-9394-4598-a74d-58f8a22690aa , d9e97b45-43a6-46de-9092-217dae832bc4 , d000350a-bdfc-4727-a571-ed3b804a62fd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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 } 2023-01-03T00:58:34.995Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "36e37bc0-e402-4958-a553-57c7b40c4ea2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9f689b4-73a7-4b19-bb7f-1e9be46d1e85", "vfModuleModelCustomizationUUID": "1384d066-8dac-408b-a6e8-334af43bebc6", "isBase": true, "artifacts": [ "fc9834bf-9394-4598-a74d-58f8a22690aa", "d9e97b45-43a6-46de-9092-217dae832bc4", "d000350a-bdfc-4727-a571-ed3b804a62fd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T00:58:34.995Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9f689b4-73a7-4b19-bb7f-1e9be46d1e85 VfModuleModelInvariantUUID:36e37bc0-e402-4958-a553-57c7b40c4ea2 VfModuleModelDescription:NULL Artifacts UUID List:{ fc9834bf-9394-4598-a74d-58f8a22690aa , d9e97b45-43a6-46de-9092-217dae832bc4 , d000350a-bdfc-4727-a571-ed3b804a62fd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy 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 } 2023-01-03T00:58:34.996Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9e97b45-43a6-46de-9092-217dae832bc4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-03T00:58:34.996Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:34.996Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-03T00:58:35.061Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:35.062Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d9e97b45-43a6-46de-9092-217dae832bc4 1164 2023-01-03T00:58:35.062Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-03T00:58:35.062Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-03T00:58:35.062Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:35.062Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:35.065Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:35.065Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707515062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:35.165Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:35.166Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:35.166Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:35.183Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:35.183Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:36.073Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d000350a-bdfc-4727-a571-ed3b804a62fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-03T00:58:36.073Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - download 2023-01-03T00:58:36.074Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-03T00:58:36.226Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2023-01-03T00:58:36.226Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d000350a-bdfc-4727-a571-ed3b804a62fd 200 2023-01-03T00:58:36.226Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-03T00:58:36.227Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-03T00:58:36.227Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T00:58:36.227Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:36.229Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:36.229Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707516226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:36.329Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:36.330Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:36.330Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:36.365Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:36.367Z||pool-81-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:58:36.497Z||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. 2023-01-03T00:58:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:36.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:36.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "111303cf-6e4a-43db-bfb2-34caf8d83059", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707372521, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:58:36.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:58:36.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/resourceInstances/pnf85ab7735bfdd0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "NOTIFIED" } 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707387494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T00:58:36.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:58:36.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:58:36.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707389704, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJtwwanxmsjnxqdzwu7du/1.0/artifacts/service-DemoPnfJtwwanxmsjnxqdzwu7du-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:58:36.580Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:58:37.229Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 73e5a004-9e98-4508-a78c-29a7b783c8c7 2023-01-03T00:58:37.230Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a80c244d-62f3-4303-90f0-e18d30bc6868 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2023-01-03T00:58:37.245Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-03T00:58:37.254Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@179b0b47, org.onap.sdc.toscaparser.api.parameters.Input@ddc18d, org.onap.sdc.toscaparser.api.parameters.Input@366d8c18, org.onap.sdc.toscaparser.api.parameters.Input@713fe64e, org.onap.sdc.toscaparser.api.parameters.Input@3e311a1d] 2023-01-03T00:58:37.255Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.256Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.256Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2023-01-03T00:58:37.256Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 747f63a6-76b5-4441-b2fa-e4cba0809771 2023-01-03T00:58:37.256Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 747f63a6-76b5-4441-b2fa-e4cba0809771 matches Tosca VF Customization UUID: 747f63a6-76b5-4441-b2fa-e4cba0809771 2023-01-03T00:58:37.256Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 747f63a6-76b5-4441-b2fa-e4cba0809771 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=? 2023-01-03T00:58:37.258Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.258Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.259Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 747f63a6-76b5-4441-b2fa-e4cba0809771: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-03T00:58:37.259Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4daa439 2023-01-03T00:58:37.259Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.259Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T00:58:37.260Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1384d066-8dac-408b-a6e8-334af43bebc6 2023-01-03T00:58:37.260Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1384d066-8dac-408b-a6e8-334af43bebc6 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=? 2023-01-03T00:58:37.262Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.262Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.263Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-03T00:58:37.264Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-03T00:58:37.264Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=000fe9c8-28cc-457b-91b1-c640376459e5 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=? 2023-01-03T00:58:37.266Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.266Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:37.266Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T00:58:37.266Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.267Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-03T00:58:37.267Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=747f63a6-76b5-4441-b2fa-e4cba0809771 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=? 2023-01-03T00:58:37.271Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.271Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.272Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 73e5a004-9e98-4508-a78c-29a7b783c8c7: basic_cnf 2023-01-03T00:58:37.272Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.272Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.272Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.273Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.273Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.273Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.273Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.273Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.274Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T00:58:37.274Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T00:58:37.274Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 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: 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 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 (?, ?, ?, ?, ?) 2023-01-03T00:58:37.434Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a80c244d-62f3-4303-90f0-e18d30bc6868 1 ASDC deployResourceStructure 2023-01-03T00:58:37.434Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-01-03T00:58:37.434Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-01-03T00:58:37.436Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-03T00:58:37.437Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:37.444Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:37.444Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707517434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T00:58:37.539Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-03T00:58:37.540Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:37.540Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:37.572Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:37.572Z||pool-82-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:38.445Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-01-03T00:58:38.446Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-03T00:58:38.446Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-03T00:58:38.447Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:38.449Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:38.449Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707518445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T00:58:38.549Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:38.550Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:38.550Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:38.566Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:38.566Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:39.450Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-01-03T00:58:39.450Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-03T00:58:39.450Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:58:39.451Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:39.453Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:39.453Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707519450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T00:58:39.553Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:39.554Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:39.554Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:39.572Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:39.573Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T00:58:40.453Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-01-03T00:58:40.454Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-03T00:58:40.454Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:58:40.454Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:40.457Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:40.457Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707520453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-03T00:58:40.558Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-03T00:58:40.559Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:40.559Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:40.574Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:40.574Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:41.459Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-01-03T00:58:41.459Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-03T00:58:41.459Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:58:41.459Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:41.462Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:41.462Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707521458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-03T00:58:41.562Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:41.563Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:41.563Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:41.581Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:41.581Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:42.464Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-03T00:58:42.464Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-03T00:58:42.464Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T00:58:42.464Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:58:42.466Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:58:42.466Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707522463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T00:58:42.566Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:58:42.567Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:58:42.567Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:58:42.583Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:58:42.583Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T00:58:43.467Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c54e8d03-0e01-432b-b71f-99d0505dc464 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=? 2023-01-03T00:58:43.483Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c54e8d03-0e01-432b-b71f-99d0505dc464 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=? 2023-01-03T00:58:43.486Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T00:58:43.486Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:58:43.487Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T00:58:43.488Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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=? 2023-01-03T00:58:43.499Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T00:59:13.499Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c54e8d03-0e01-432b-b71f-99d0505dc464 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=? 2023-01-03T00:59:13.506Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c54e8d03-0e01-432b-b71f-99d0505dc464 and serviceModelVersionId: 73e5a004-9e98-4508-a78c-29a7b783c8c7 2023-01-03T00:59:13.506Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b566e363-c75c-400f-93b2-2867f74d7dc6 2023-01-03T00:59:13.507Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0 2023-01-03T00:59:13.511Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T00:59:13.570Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0|INFO|500||Invoke 2023-01-03T00:59:13.571Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c54e8d03-0e01-432b-b71f-99d0505dc464], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aff542e-d8c2-4e4e-97c1-4e7c9f8e3724], X-ECOMP-RequestID=[c54e8d03-0e01-432b-b71f-99d0505dc464], X-TransactionId=[], X-ONAP-RequestID=[c54e8d03-0e01-432b-b71f-99d0505dc464], Content-Type=[application/merge-patch+json]} 2023-01-03T00:59:13.579Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T00:59:13.750Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?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/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 00:59:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[213176], x-aai-txid=[2-aai-resources-230103-00:59:13:467-52050], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T00:59:13.751Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-03T00:59:13.751Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b566e363-c75c-400f-93b2-2867f74d7dc6/model-vers/model-ver/73e5a004-9e98-4508-a78c-29a7b783c8c7?depth=0|INFO|500||InvokeReturn 2023-01-03T00:59:13.751Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T00:59:13.752Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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=? 2023-01-03T00:59:13.767Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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) 2023-01-03T00:59:13.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c54e8d03-0e01-432b-b71f-99d0505dc464 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T00:59:13.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T00:59:13.768Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2023-01-03T00:59:13.770Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T00:59:13.770Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707553768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:59:13.870Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T00:59:13.871Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T00:59:13.871Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:13.897Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:13.897Z||pool-88-thread-1|||||INFO|500||cambria reply ok (27 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=? 2023-01-03T00:59:14.787Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:14.788Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T00:59:14.788Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:25.168Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:25.169Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:25.169Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T00:59:25.169Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:34.733Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:34.733Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:34.734Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T00:59:34.734Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:36.497Z||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. 2023-01-03T00:59:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:36.530Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:36.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "47600f90-ad1a-4e7f-89a6-e981aa5b52de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707450948, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T00:59:36.531Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T00:59:36.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:59:36.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T00:59:36.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:59:36.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T00:59:36.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:59:36.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T00:59:36.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T00:59:36.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T00:59:44.298Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:44.299Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:44.300Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T00:59:44.300Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T00:59:53.863Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T00:59:53.864Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T00:59:53.864Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T00:59:53.865Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:00:03.443Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:00:03.444Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:00:03.445Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:00:03.445Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:00:13.033Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:00:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:00:36.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:00:36.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:00:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:00:36.497Z||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. 2023-01-03T01:00:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:00:36.539Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:00:36.540Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.540Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:00:36.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.541Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.541Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:00:36.541Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707459231, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707461614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.542Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707462693, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707463757, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.543Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707464922, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707465926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707466931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707467939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b90cce4e-222f-4915-a904-4a68a5588dc0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707499209, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:00:36.548Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707373541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:00:36.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:00:36.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707509553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707511843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707512908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707513987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707515062, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.553Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:36.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:00:36.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707516226, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:00:36.554Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:00:46.065Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:01:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:01:36.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:01:36.498Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:01:36.498Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:01:36.498Z||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. 2023-01-03T01:01:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:01:37.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:01:37.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707517434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:01:37.039Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707518445, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707519450, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707520453, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707521458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707522463, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "c54e8d03-0e01-432b-b71f-99d0505dc464", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707553768, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:01:37.041Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:01:46.058Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:02:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:02:36.496Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:02:36.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:02:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:02:36.497Z||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. 2023-01-03T01:02:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:02:46.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:02:46.067Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:03:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:03:36.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:03:36.496Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:03:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:03:36.497Z||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. 2023-01-03T01:03:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:03:46.050Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:03:46.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:04:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:04:36.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:04:36.495Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:04:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:04:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:04:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:04:46.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:04:46.094Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:05:36.494Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:05:36.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:05:36.495Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:05:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:05:36.497Z||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. 2023-01-03T01:05:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:05:46.044Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:05:46.046Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:36.495Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:06:36.495Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:06:36.495Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:06:36.497Z||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. 2023-01-03T01:06:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:37.222Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:37.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8004bd19-19e6-465b-b1c9-3e8dff433c2f","serviceName":"Demo_pNF_R27HVln03w5BrNtmM4mW","serviceVersion":"1.0","serviceUUID":"87799b91-6bf5-4867-99e9-4e5f006ba2fc","serviceDescription":"catalog service description","serviceInvariantUUID":"03ea35ec-7b4a-4c49-865c-72da20da7929","resources":[{"resourceInstanceName":"pNF e64493fa-0f1a 0","resourceName":"pNF e64493fa-0f1a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dfb47b72-4665-477e-86ca-d349e31cd22d","resourceInvariantUUID":"674d4d5c-14b8-460d-aca7-8299a7660ef8","resourceCustomizationUUID":"6116eec8-90bc-4e04-9099-e51e487fa984","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml","artifactChecksum":"MmQ1ZTFlOGQxZDQ4YTliMTAxODdjNDZkMmIzNDQ1ZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d93f799-1f43-44cc-b8ba-09b30b791e19","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar","artifactChecksum":"ZmI5N2JiYmJjNWY3ZTQ3MWVkNTU4ZmNiMjFmODVlMzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ab1163da-daa2-4427-92d3-6f70d193039c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"283762de-de29-4639-bb41-70e33516df53","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml","artifactChecksum":"YThhZjlmN2Y2YTEzOGZkYjdiNmIxNGMyZTg5ODU0ZDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13c57766-6f5a-4a2a-8c3d-2d57af3ea1fa","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ee7e8c8-d4d4-487f-9528-f8186ab291bb","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4a58aa39-f3ea-41f7-b880-2642f2741a18","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfR27hvln03w5brntmm4mw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml","artifactChecksum":"OGNlMWU0MDIzMzFiYzk4MGU0YTVjODc2ODI4MTg3MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be6cd0c6-0698-4f88-a5dc-5c06aff742fc","artifactVersion":"1"},{"artifactName":"service-DemoPnfR27hvln03w5brntmm4mw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar","artifactChecksum":"NDVhZjFmNmVkODk0ZWI0MTE1NDM3MTdjZmQyOWY1MDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"833515c1-3fe6-4fcc-8585-db2bb9f285a0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T01:06:37.226Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:37.226Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:37.231Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:37.231Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.331Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:37.332Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:37.332Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:37.354Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:37.354Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:37.394Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:37.397Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.397Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.398Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.398Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.398Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.399Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.400Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.401Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.402Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.404Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.405Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.406Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.407Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "multicloud-k8s", "timestamp": 1672707954624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707918620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.409Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707950180, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707948753, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "cds-sdc-listener", "timestamp": 1672707964413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.410Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707965409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707965482, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707966490, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:06:37.411Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707967414, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.412Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "policy-id", "timestamp": 1672707967496, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T01:06:37.451Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8004bd19-19e6-465b-b1c9-3e8dff433c2f 2023-01-03T01:06:37.451Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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 (?, ?, ?, ?, ?) 2023-01-03T01:06:37.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.465Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.465Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.465Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672707968417, "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=? 2023-01-03T01:06:37.472Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8004bd19-19e6-465b-b1c9-3e8dff433c2f 2023-01-03T01:06:37.472Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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 (?, ?, ?, ?, ?) 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:37.484Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707965366, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707973493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707978448, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:06:37.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "aai-model-loader", "timestamp": 1672707979452, "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=? 2023-01-03T01:06:37.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8004bd19-19e6-465b-b1c9-3e8dff433c2f 2023-01-03T01:06:37.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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 (?, ?, ?, ?, ?) 2023-01-03T01:06:38.231Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:38.232Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:38.234Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:38.235Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:38.335Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:38.336Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:38.336Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:38.353Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:38.353Z||pool-90-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:06:39.235Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:39.236Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:39.239Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:39.239Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:39.339Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:39.340Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:39.340Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:39.357Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:39.357Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:40.239Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:40.240Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:40.243Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:40.243Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:40.343Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:40.344Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:40.344Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:40.361Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:40.361Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:41.244Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:41.244Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:41.247Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:41.247Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:41.347Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:41.348Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:41.348Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:41.364Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:41.364Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:42.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:42.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:42.251Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:42.251Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:42.352Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T01:06:42.352Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:42.352Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:42.370Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:42.370Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:06:43.252Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:43.253Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:43.255Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:43.255Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:06:43.355Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:43.356Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:43.356Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:43.372Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:43.372Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:44.255Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:06:44.257Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:44.259Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:44.259Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:06:44.359Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:44.360Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:44.360Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:44.389Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:44.389Z||pool-96-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:45.260Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "serviceName": "Demo_pNF_R27HVln03w5BrNtmM4mW", "serviceVersion": "1.0", "serviceUUID": "87799b91-6bf5-4867-99e9-4e5f006ba2fc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "03ea35ec-7b4a-4c49-865c-72da20da7929", "resources": [ { "resourceInstanceName": "pNF e64493fa-0f1a 0", "resourceCustomizationUUID": "6116eec8-90bc-4e04-9099-e51e487fa984", "resourceName": "pNF e64493fa-0f1a", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dfb47b72-4665-477e-86ca-d349e31cd22d", "resourceInvariantUUID": "674d4d5c-14b8-460d-aca7-8299a7660ef8", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "artifactChecksum": "NDVhZjFmNmVkODk0ZWI0MTE1NDM3MTdjZmQyOWY1MDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "833515c1-3fe6-4fcc-8585-db2bb9f285a0" } ], "workloadContext": "Production" } 2023-01-03T01:06:45.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T01:06:45.261Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87799b91-6bf5-4867-99e9-4e5f006ba2fc ASDC 2023-01-03T01:06:45.261Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:8004bd19-19e6-465b-b1c9-3e8dff433c2f ServiceName:Demo_pNF_R27HVln03w5BrNtmM4mW ServiceVersion:1.0 ServiceUUID:87799b91-6bf5-4867-99e9-4e5f006ba2fc ServiceInvariantUUID:03ea35ec-7b4a-4c49-865c-72da20da7929 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfR27hvln03w5brntmm4mw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar ArtifactUUID:833515c1-3fe6-4fcc-8585-db2bb9f285a0 ArtifactChecksum:NDVhZjFmNmVkODk0ZWI0MTE1NDM3MTdjZmQyOWY1MDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e64493fa-0f1a 0 ResourceCustomizationUUID:6116eec8-90bc-4e04-9099-e51e487fa984 ResourceInvariantUUID:674d4d5c-14b8-460d-aca7-8299a7660ef8 ResourceName:pNF e64493fa-0f1a ResourceType:PNF ResourceUUID:dfb47b72-4665-477e-86ca-d349e31cd22d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-03T01:06:45.263Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87799b91-6bf5-4867-99e9-4e5f006ba2fc 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=? 2023-01-03T01:06:45.295Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:06:45.296Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-03T01:06:45.296Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-03T01:06:45.296Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 833515c1-3fe6-4fcc-8585-db2bb9f285a0 from URL: /sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:45.297Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-01-03T01:06:45.297Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:45.374Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-01-03T01:06:45.375Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 833515c1-3fe6-4fcc-8585-db2bb9f285a0 88008 2023-01-03T01:06:45.376Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar ASDC sendASDCNotification 2023-01-03T01:06:45.376Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:45.376Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:06:45.377Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:45.379Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:45.380Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708005376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:06:45.480Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:45.481Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:45.481Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:45.498Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:45.498Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:46.380Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:06:46.381Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-01-03T01:06:46.381Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 833515c1-3fe6-4fcc-8585-db2bb9f285a0, URL: /sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar to file: /app/ASDC/1/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:46.382Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:46.382Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:46.382Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:46.534Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6485032813245090131/Definitions/service-DemoPnfR27hvln03w5brntmm4mw-template.yml 2023-01-03T01:06:47.331Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e64493fa-0f1a 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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.332Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.333Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Node template pNF e64493fa-0f1a 0 is matching search criteria 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e64493fa-0f1a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.334Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Node template pNF e64493fa-0f1a 0 is matching search criteria 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF e64493fa-0f1a 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.335Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.336Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.336Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.336Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.336Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.336Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_R27HVln03w5BrNtmM4mW Description:catalog service description Model UUID:87799b91-6bf5-4867-99e9-4e5f006ba2fc Model Version:NULL Model InvariantUuid:03ea35ec-7b4a-4c49-865c-72da20da7929 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=? 2023-01-03T01:06:47.346Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: dfb47b72-4665-477e-86ca-d349e31cd22d 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=? 2023-01-03T01:06:47.351Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||pNF e64493fa-0f1a 0 2023-01-03T01:06:47.351Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dfb47b72-4665-477e-86ca-d349e31cd22d 2023-01-03T01:06:47.351Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 87799b91-6bf5-4867-99e9-4e5f006ba2fc 2023-01-03T01:06:47.351Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 87799b91-6bf5-4867-99e9-4e5f006ba2fc 2023-01-03T01:06:47.351Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e64493fa-0f1a 0 dfb47b72-4665-477e-86ca-d349e31cd22d 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=? 2023-01-03T01:06:47.358Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16b8df9b, org.onap.sdc.toscaparser.api.parameters.Input@606b896b, org.onap.sdc.toscaparser.api.parameters.Input@2ab3abb1, org.onap.sdc.toscaparser.api.parameters.Input@61b2b94c, org.onap.sdc.toscaparser.api.parameters.Input@31a6f6e6] 2023-01-03T01:06:47.358Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.358Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.359Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 87799b91-6bf5-4867-99e9-4e5f006ba2fc: pNF e64493fa-0f1a 2023-01-03T01:06:47.359Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Processing PNF resource: dfb47b72-4665-477e-86ca-d349e31cd22d 2023-01-03T01:06:47.359Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:06:47.359Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_R27HVln03w5BrNtmM4mW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:06:47.359Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||Resource customization UUID: 6116eec8-90bc-4e04-9099-e51e487fa984 is the same as notified resource customizationUUID: 6116eec8-90bc-4e04-9099-e51e487fa984 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 (?, ?) 2023-01-03T01:06:47.404Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e64493fa-0f1a dfb47b72-4665-477e-86ca-d349e31cd22d 0 ASDC deployResourceStructure 2023-01-03T01:06:47.404Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar ASDC sendASDCNotification 2023-01-03T01:06:47.404Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar 2023-01-03T01:06:47.404Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:06:47.404Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:06:47.411Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:06:47.412Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708007404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:06:47.512Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:06:47.513Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:06:47.513Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:06:47.529Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:06:47.530Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:06:48.412Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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=? 2023-01-03T01:06:48.426Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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=? 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:06:48.429Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:06:48.430Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:06:48.430Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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=? 2023-01-03T01:06:48.435Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T01:07:18.436Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8004bd19-19e6-465b-b1c9-3e8dff433c2f 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=? 2023-01-03T01:07:18.442Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8004bd19-19e6-465b-b1c9-3e8dff433c2f and serviceModelVersionId: 87799b91-6bf5-4867-99e9-4e5f006ba2fc 2023-01-03T01:07:18.442Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03ea35ec-7b4a-4c49-865c-72da20da7929 2023-01-03T01:07:18.443Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0 2023-01-03T01:07:18.449Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T01:07:18.492Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0|INFO|500||Invoke 2023-01-03T01:07:18.493Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8004bd19-19e6-465b-b1c9-3e8dff433c2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8065cca8-b0f0-4434-af9f-4807b1dd415a], X-ECOMP-RequestID=[8004bd19-19e6-465b-b1c9-3e8dff433c2f], X-TransactionId=[], X-ONAP-RequestID=[8004bd19-19e6-465b-b1c9-3e8dff433c2f], Content-Type=[application/merge-patch+json]} 2023-01-03T01:07:18.499Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T01:07:18.633Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?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/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 01:07:18 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[258256], x-aai-txid=[0-aai-resources-230103-01:07:18:387-91834], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T01:07:18.633Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-03T01:07:18.634Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/03ea35ec-7b4a-4c49-865c-72da20da7929/model-vers/model-ver/87799b91-6bf5-4867-99e9-4e5f006ba2fc?depth=0|INFO|500||InvokeReturn 2023-01-03T01:07:18.635Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T01:07:18.635Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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=? 2023-01-03T01:07:18.641Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||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) 2023-01-03T01:07:18.642Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8004bd19-19e6-465b-b1c9-3e8dff433c2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T01:07:18.642Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T01:07:18.642Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:07:18.644Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:07:18.644Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708038642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:07:18.745Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T01:07:18.745Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:07:18.745Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:07:18.762Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:07:18.763Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 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=? 2023-01-03T01:07:36.495Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:07:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:07:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:07:36.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:07:36.505Z||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. 2023-01-03T01:07:36.505Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:07:36.557Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:07:36.557Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-03T01:07:36.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:07:36.558Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-03T01:07:46.060Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:08:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:08:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:08:36.498Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:08:36.498Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:08:36.498Z||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. 2023-01-03T01:08:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:08:37.063Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:08:37.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.064Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.066Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/resourceInstances/pnfe64493fa0f1a0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:08:37.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672707996494, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708005376, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:08:37.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708007404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfR27hvln03w5brntmm4mw/1.0/artifacts/service-DemoPnfR27hvln03w5brntmm4mw-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:08:37.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:08:37.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-03T01:08:37.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8004bd19-19e6-465b-b1c9-3e8dff433c2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672708038642, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:08:37.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:08:46.078Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:09:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:09:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:09:36.497Z||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. 2023-01-03T01:09:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:09:36.507Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:09:36.507Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:09:46.068Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:09:46.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:10:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:10:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:10:36.496Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:10:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:10:36.497Z||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. 2023-01-03T01:10:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:10:46.057Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:10:46.059Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:11:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:11:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:11:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:11:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:11:36.497Z||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. 2023-01-03T01:11:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:11:46.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:11:46.075Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:12:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:12:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:12:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:12:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:12:36.498Z||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. 2023-01-03T01:12:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:12:46.056Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:12:46.056Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:13:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:13:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:13:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:13:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:13:36.497Z||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. 2023-01-03T01:13:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:13:46.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:13:46.053Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:14:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:14:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:14:36.497Z||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. 2023-01-03T01:14:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:14:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:14:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:14:46.056Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:14:46.084Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:15:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:15:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:15:36.498Z||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. 2023-01-03T01:15:36.499Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:15:36.499Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:15:36.499Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:15:46.070Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:15:46.070Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:16:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:16:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:16:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:16:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:16:36.497Z||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. 2023-01-03T01:16:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:16:46.055Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:16:46.063Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:17:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:17:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:17:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:17:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:17:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:17:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:17:46.056Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:17:46.056Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:18:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:18:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:18:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:18:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:18:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:18:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:18:46.044Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:18:46.045Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:19:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:19:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:19:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:19:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:19:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:19:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:19:46.049Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:19:46.049Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:20:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:20:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:20:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:20:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:20:36.497Z||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. 2023-01-03T01:20:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:20:46.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:20:46.080Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:21:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:21:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:21:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:21:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:21:36.497Z||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. 2023-01-03T01:21:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:21:46.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:21:46.054Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:22:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:22:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:22:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:22:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:22:36.497Z||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. 2023-01-03T01:22:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:22:46.050Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:22:46.063Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:23:36.495Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:23:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:23:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:23:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:23:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:23:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:23:46.050Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:23:46.056Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:24:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:24:36.496Z||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. 2023-01-03T01:24:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:24:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:24:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:24:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:24:46.062Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:24:46.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:25:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:25:36.496Z||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. 2023-01-03T01:25:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:25:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:25:36.497Z||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. 2023-01-03T01:25:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:25:46.061Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:25:46.074Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:26:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:26:36.496Z||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. 2023-01-03T01:26:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:26:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:26:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:26:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:26:46.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:26:46.049Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:27:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:27:36.496Z||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. 2023-01-03T01:27:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:27:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:27:36.498Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:27:36.498Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:27:46.059Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:27:46.076Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:28:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:28:36.496Z||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. 2023-01-03T01:28:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:28:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:28:36.497Z||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. 2023-01-03T01:28:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:28:46.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:28:46.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:29:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:29:36.496Z||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. 2023-01-03T01:29:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:29:36.497Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:29:36.498Z||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. 2023-01-03T01:29:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:29:46.065Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:29:46.067Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:30:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:30:36.497Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:30:36.498Z||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. 2023-01-03T01:30:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:30:36.498Z||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. 2023-01-03T01:30:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:30:46.117Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:30:46.135Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:31:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:31:36.496Z||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. 2023-01-03T01:31:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:31:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:31:36.499Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:31:36.499Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:31:46.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:31:46.062Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:32:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:32:36.496Z||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. 2023-01-03T01:32:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:32:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:32:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:32:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:32:46.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:32:46.049Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:33:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:33:36.495Z||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. 2023-01-03T01:33:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:33:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:33:36.497Z||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. 2023-01-03T01:33:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:33:46.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:33:46.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:34:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:34:36.495Z||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. 2023-01-03T01:34:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:34:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:34:36.497Z||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. 2023-01-03T01:34:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:34:46.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:34:46.053Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:35:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:35:36.495Z||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. 2023-01-03T01:35:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:35:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:35:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:35:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:35:46.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:35:46.089Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:36:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:36:36.495Z||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. 2023-01-03T01:36:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:36:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:36:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:36:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:36:46.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:36:46.100Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:37:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:37:36.495Z||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. 2023-01-03T01:37:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:37:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:37:36.497Z||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. 2023-01-03T01:37:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:37:46.068Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:37:46.069Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:36.495Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:38:36.495Z||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. 2023-01-03T01:38:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:38:36.497Z||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. 2023-01-03T01:38:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:36.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:36.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:38:36.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-03T01:38:36.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-03T01:38:36.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-03T01:38:36.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:36.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-01-03T01:38:36.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:36.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-01-03T01:38:37.160Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:37.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-03T01:38:37.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2563acc8-4f34-40fb-8d66-469821932b37","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0308005c-a2ed-42a1-a6d4-dd9a90c6150c","serviceDescription":"service","serviceInvariantUUID":"cee15e2a-f88e-44ff-88b4-9a4b4524442a","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"508cb495-bd92-40a2-87bf-9ed5edb248f6","resourceInvariantUUID":"4819463e-17b8-4a8f-a6f2-f11f1f086b56","resourceCustomizationUUID":"2b60fc17-2233-458d-9059-7f1fc7fa8151","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NDExOWRjMDcyNWQ4OTM1ZjZjYTRlNjkyZWVkMDBlNmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1c58877-0076-4757-b600-a3d099ab1b1e","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"Yzk5ZjE4NTA3N2JlOTI1ZDYxNjk1MGMyOGNiM2VhZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9b7d342b-35aa-47f4-a186-d1daa8638f42","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d7fbdb93-1534-455b-9587-76a0c9974b4c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2f5551a-5f6e-43f1-8a90-f6885c8393ae","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6b1e424c-361c-407e-b3a6-757d6d4addb2","artifactVersion":"2","generatedFromUUID":"44f37172-3a07-47ab-89e1-c0a89e7ac8a2"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b0874a9a-bbb2-4a38-b258-e482f51c4385","artifactVersion":"2","generatedFromUUID":"d7fbdb93-1534-455b-9587-76a0c9974b4c"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"44f37172-3a07-47ab-89e1-c0a89e7ac8a2","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6e816014-d7fd-4781-af6c-c0b28ee5aa8b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MGI2ZjM1Y2U3NWFmY2Y5Njk2NzQzZDg4Mjk2ZDA5NTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26b33318-7460-4644-a5ab-43ba71df4e9d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjMyYTllYTdlNDBjOGU0ZTYwY2YzNDJkNWY5NjdjN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4030426-fc12-4450-a66b-113d74e20cb1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T01:38:37.163Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:37.164Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:37.168Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:37.168Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:37.268Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:37.269Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:37.269Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:37.291Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:37.292Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:38.169Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:38.170Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:38.172Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:38.172Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:38:38.272Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:38.273Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:38.273Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:38.289Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:38.290Z||pool-101-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:38:39.172Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:39.173Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:39.175Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:39.175Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-03T01:38:39.276Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T01:38:39.276Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:39.277Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:39.291Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:39.291Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:38:40.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:40.186Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:40.189Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:40.189Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:40.289Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:40.290Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:40.290Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:40.343Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:40.344Z||pool-103-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:41.191Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:41.191Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:41.193Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:41.194Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-03T01:38:41.295Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:41.296Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:41.296Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:41.319Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:41.320Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:42.194Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:42.194Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:42.197Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:42.197Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-03T01:38:42.297Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:42.298Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:42.298Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:42.319Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:42.320Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:43.202Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:43.202Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:43.205Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:43.205Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-03T01:38:43.305Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:43.306Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:43.307Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:43.330Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:43.331Z||pool-106-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1} 2023-01-03T01:38:44.205Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:44.206Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:44.208Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:44.208Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:44.310Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-03T01:38:44.312Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:44.312Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:44.327Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:44.327Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:45.210Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:45.213Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:45.215Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:45.215Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:38:45.316Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:45.317Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:45.317Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:45.335Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:45.335Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:46.216Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:38:46.217Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:46.219Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:46.219Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:38:46.319Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:46.320Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:46.320Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:46.335Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:46.335Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:47.221Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "0308005c-a2ed-42a1-a6d4-dd9a90c6150c", "serviceDescription": "service", "serviceInvariantUUID": "cee15e2a-f88e-44ff-88b4-9a4b4524442a", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2b60fc17-2233-458d-9059-7f1fc7fa8151", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "508cb495-bd92-40a2-87bf-9ed5edb248f6", "resourceInvariantUUID": "4819463e-17b8-4a8f-a6f2-f11f1f086b56", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "Yzk5ZjE4NTA3N2JlOTI1ZDYxNjk1MGMyOGNiM2VhZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b7d342b-35aa-47f4-a186-d1daa8638f42", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d7fbdb93-1534-455b-9587-76a0c9974b4c", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0874a9a-bbb2-4a38-b258-e482f51c4385", "generatedFromUUID": "d7fbdb93-1534-455b-9587-76a0c9974b4c" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6b1e424c-361c-407e-b3a6-757d6d4addb2", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b0874a9a-bbb2-4a38-b258-e482f51c4385", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "44f37172-3a07-47ab-89e1-c0a89e7ac8a2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjMyYTllYTdlNDBjOGU0ZTYwY2YzNDJkNWY5NjdjN2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4030426-fc12-4450-a66b-113d74e20cb1" } ], "workloadContext": "Production" } 2023-01-03T01:38:47.221Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T01:38:47.222Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0308005c-a2ed-42a1-a6d4-dd9a90c6150c ASDC 2023-01-03T01:38:47.223Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2563acc8-4f34-40fb-8d66-469821932b37 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:0308005c-a2ed-42a1-a6d4-dd9a90c6150c ServiceInvariantUUID:cee15e2a-f88e-44ff-88b4-9a4b4524442a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:f4030426-fc12-4450-a66b-113d74e20cb1 ArtifactChecksum:YjMyYTllYTdlNDBjOGU0ZTYwY2YzNDJkNWY5NjdjN2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2b60fc17-2233-458d-9059-7f1fc7fa8151 ResourceInvariantUUID:4819463e-17b8-4a8f-a6f2-f11f1f086b56 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:508cb495-bd92-40a2-87bf-9ed5edb248f6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:9b7d342b-35aa-47f4-a186-d1daa8638f42 ArtifactChecksum:Yzk5ZjE4NTA3N2JlOTI1ZDYxNjk1MGMyOGNiM2VhZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:d7fbdb93-1534-455b-9587-76a0c9974b4c ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:b0874a9a-bbb2-4a38-b258-e482f51c4385 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:6b1e424c-361c-407e-b3a6-757d6d4addb2 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:b0874a9a-bbb2-4a38-b258-e482f51c4385 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:44f37172-3a07-47ab-89e1-c0a89e7ac8a2 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T01:38:47.223Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0308005c-a2ed-42a1-a6d4-dd9a90c6150c 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 (?, ?, ?, ?, ?) 2023-01-03T01:38:47.289Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:38:47.290Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:38:47.290Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:38:47.290Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4030426-fc12-4450-a66b-113d74e20cb1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:47.290Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:47.291Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:47.399Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:47.406Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f4030426-fc12-4450-a66b-113d74e20cb1 163289 2023-01-03T01:38:47.406Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-03T01:38:47.407Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:47.407Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:47.407Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:47.409Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:47.409Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709927406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:47.510Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:47.511Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:47.511Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:47.534Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:47.535Z||pool-110-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:38:48.410Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:38:48.411Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:38:48.412Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f4030426-fc12-4450-a66b-113d74e20cb1, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:48.412Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-03T01:38:48.413Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:48.413Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:48.605Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10041892785231909315/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-03T01:38:49.881Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T01:38:49.881Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-03T01:38:49.881Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||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-BasicCnfMacro-csar.csar 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.882Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.883Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.883Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-03T01:38:49.883Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:38:49.883Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.883Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.884Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.885Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.886Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-03T01:38:49.887Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=a1982fd4-9049-422c-b4db-41c8c92e48c0 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.888Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:49.889Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:49.889Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:0308005c-a2ed-42a1-a6d4-dd9a90c6150c Model Version:NULL Model InvariantUuid:cee15e2a-f88e-44ff-88b4-9a4b4524442a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ade0ea0a-b64b-4b53-93f0-21c0ede015d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4819463e-17b8-4a8f-a6f2-f11f1f086b56 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2b60fc17-2233-458d-9059-7f1fc7fa8151 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ee246ace-a06f-489c-af82-047e4c751769 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:73acb315-b413-495b-a18a-fe2d4f66512f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:c9a486ff-4cc4-41bf-a78c-f785bad67d36 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:d88e267c-674b-4a46-814e-f12a9c2f04b3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a1982fd4-9049-422c-b4db-41c8c92e48c0 ModelInvariantUuid:0972f81e-9cca-428e-a45f-bc023f1f5faa ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:32b255eb-4ecf-4234-8391-600cfa12728d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:67b8da42-b2f0-47b4-92bd-382d77f0f3d7 ModelInvariantUuid:eabfcea0-e6c8-402a-9709-12cf14c66696 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:2e398eea-9f23-41da-9780-ccd995bd22ed 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=? 2023-01-03T01:38:49.900Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 508cb495-bd92-40a2-87bf-9ed5edb248f6 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=? 2023-01-03T01:38:49.905Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2023-01-03T01:38:49.905Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 508cb495-bd92-40a2-87bf-9ed5edb248f6 2023-01-03T01:38:49.905Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9b7d342b-35aa-47f4-a186-d1daa8638f42 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-03T01:38:49.905Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:49.905Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-03T01:38:49.987Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:49.987Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9b7d342b-35aa-47f4-a186-d1daa8638f42 1565 2023-01-03T01:38:49.988Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-03T01:38:49.988Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-03T01:38:49.988Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:49.988Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:49.990Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:49.990Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709929988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:50.090Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:50.091Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:50.091Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:50.129Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:50.130Z||pool-111-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:38:50.990Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c9a486ff-4cc4-41bf-a78c-f785bad67d36", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d88e267c-674b-4a46-814e-f12a9c2f04b3", "vfModuleModelCustomizationUUID": "300b3c6d-370d-4643-9cad-a9bd0887069c", "isBase": true, "artifacts": [ "d7fbdb93-1534-455b-9587-76a0c9974b4c", "b0874a9a-bbb2-4a38-b258-e482f51c4385" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "ee246ace-a06f-489c-af82-047e4c751769", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73acb315-b413-495b-a18a-fe2d4f66512f", "vfModuleModelCustomizationUUID": "82cd6f6a-2d02-4698-b431-f7a348bf7553", "isBase": false, "artifacts": [ "44f37172-3a07-47ab-89e1-c0a89e7ac8a2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T01:38:50.996Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d88e267c-674b-4a46-814e-f12a9c2f04b3 VfModuleModelInvariantUUID:c9a486ff-4cc4-41bf-a78c-f785bad67d36 VfModuleModelDescription:NULL Artifacts UUID List:{ d7fbdb93-1534-455b-9587-76a0c9974b4c , b0874a9a-bbb2-4a38-b258-e482f51c4385 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:73acb315-b413-495b-a18a-fe2d4f66512f VfModuleModelInvariantUUID:ee246ace-a06f-489c-af82-047e4c751769 VfModuleModelDescription:NULL Artifacts UUID List:{ 44f37172-3a07-47ab-89e1-c0a89e7ac8a2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-03T01:38:50.998Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "c9a486ff-4cc4-41bf-a78c-f785bad67d36", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d88e267c-674b-4a46-814e-f12a9c2f04b3", "vfModuleModelCustomizationUUID": "300b3c6d-370d-4643-9cad-a9bd0887069c", "isBase": true, "artifacts": [ "d7fbdb93-1534-455b-9587-76a0c9974b4c", "b0874a9a-bbb2-4a38-b258-e482f51c4385" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "ee246ace-a06f-489c-af82-047e4c751769", "vfModuleModelVersion": "1", "vfModuleModelUUID": "73acb315-b413-495b-a18a-fe2d4f66512f", "vfModuleModelCustomizationUUID": "82cd6f6a-2d02-4698-b431-f7a348bf7553", "isBase": false, "artifacts": [ "44f37172-3a07-47ab-89e1-c0a89e7ac8a2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T01:38:50.998Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d88e267c-674b-4a46-814e-f12a9c2f04b3 VfModuleModelInvariantUUID:c9a486ff-4cc4-41bf-a78c-f785bad67d36 VfModuleModelDescription:NULL Artifacts UUID List:{ d7fbdb93-1534-455b-9587-76a0c9974b4c , b0874a9a-bbb2-4a38-b258-e482f51c4385 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:73acb315-b413-495b-a18a-fe2d4f66512f VfModuleModelInvariantUUID:ee246ace-a06f-489c-af82-047e4c751769 VfModuleModelDescription:NULL Artifacts UUID List:{ 44f37172-3a07-47ab-89e1-c0a89e7ac8a2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-03T01:38:50.998Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d7fbdb93-1534-455b-9587-76a0c9974b4c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-03T01:38:50.999Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:51.003Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-03T01:38:51.221Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:51.222Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml d7fbdb93-1534-455b-9587-76a0c9974b4c 914 2023-01-03T01:38:51.222Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-03T01:38:51.222Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-03T01:38:51.223Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:51.223Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:51.225Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:51.226Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709931222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:51.325Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-03T01:38:51.326Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:51.326Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:51.361Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:51.361Z||pool-112-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:52.227Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6b1e424c-361c-407e-b3a6-757d6d4addb2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-03T01:38:52.228Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:52.229Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-03T01:38:52.327Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:52.328Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6b1e424c-361c-407e-b3a6-757d6d4addb2 12 2023-01-03T01:38:52.328Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-03T01:38:52.328Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-03T01:38:52.328Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:52.329Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:52.331Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:52.331Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709932328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:52.431Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:52.432Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:52.432Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:52.456Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:52.456Z||pool-113-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:53.331Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0874a9a-bbb2-4a38-b258-e482f51c4385 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-03T01:38:53.332Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:53.332Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-03T01:38:53.427Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:53.428Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b0874a9a-bbb2-4a38-b258-e482f51c4385 96 2023-01-03T01:38:53.428Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-03T01:38:53.428Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-03T01:38:53.428Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:53.428Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:53.434Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:53.434Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709933428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:53.532Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-03T01:38:53.533Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:53.533Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:53.555Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:53.555Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:54.434Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 44f37172-3a07-47ab-89e1-c0a89e7ac8a2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-03T01:38:54.435Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:38:54.435Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-03T01:38:54.497Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:38:54.497Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 44f37172-3a07-47ab-89e1-c0a89e7ac8a2 20206 2023-01-03T01:38:54.497Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-03T01:38:54.498Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-03T01:38:54.498Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:38:54.498Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:54.500Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:54.500Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709934497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T01:38:54.600Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:54.601Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:54.601Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:54.616Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:54.616Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:55.504Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0308005c-a2ed-42a1-a6d4-dd9a90c6150c 2023-01-03T01:38:55.505Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 508cb495-bd92-40a2-87bf-9ed5edb248f6 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 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=? 2023-01-03T01:38:55.518Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a6b7055, org.onap.sdc.toscaparser.api.parameters.Input@5cab4f0e, org.onap.sdc.toscaparser.api.parameters.Input@2e5e3f83, org.onap.sdc.toscaparser.api.parameters.Input@ebb51e5, org.onap.sdc.toscaparser.api.parameters.Input@fd371bf] 2023-01-03T01:38:55.519Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.520Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.520Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-03T01:38:55.520Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2b60fc17-2233-458d-9059-7f1fc7fa8151 2023-01-03T01:38:55.520Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b60fc17-2233-458d-9059-7f1fc7fa8151 matches Tosca VF Customization UUID: 2b60fc17-2233-458d-9059-7f1fc7fa8151 2023-01-03T01:38:55.520Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2b60fc17-2233-458d-9059-7f1fc7fa8151 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=? 2023-01-03T01:38:55.523Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.523Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.524Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2b60fc17-2233-458d-9059-7f1fc7fa8151: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-03T01:38:55.524Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@29b5fb3 2023-01-03T01:38:55.524Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.524Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T01:38:55.524Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 82cd6f6a-2d02-4698-b431-f7a348bf7553 2023-01-03T01:38:55.525Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 82cd6f6a-2d02-4698-b431-f7a348bf7553 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=? 2023-01-03T01:38:55.528Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.528Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:55.528Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:55.528Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.529Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:55.529Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:38:55.529Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.529Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-03T01:38:55.529Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2b60fc17-2233-458d-9059-7f1fc7fa8151 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=? 2023-01-03T01:38:55.531Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.531Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.531Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0308005c-a2ed-42a1-a6d4-dd9a90c6150c: basic_cnf_macro 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.532Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.533Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.533Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.533Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:38:55.533Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:38:55.533Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro 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 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: 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 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 (?, ?, ?, ?, ?) 2023-01-03T01:38:55.593Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 508cb495-bd92-40a2-87bf-9ed5edb248f6 2 ASDC deployResourceStructure 2023-01-03T01:38:55.594Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-03T01:38:55.594Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-03T01:38:55.594Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:38:55.594Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:55.596Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:55.597Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709935594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:38:55.697Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:55.698Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:55.698Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:55.718Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:55.718Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:56.599Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-03T01:38:56.599Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-03T01:38:56.599Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:38:56.600Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:56.602Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:56.602Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709936599, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:38:56.702Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T01:38:56.703Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:56.703Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:56.727Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:56.727Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:57.604Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-03T01:38:57.604Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-03T01:38:57.604Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-03T01:38:57.604Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:57.607Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:57.607Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709937604, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:38:57.707Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:57.708Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:57.708Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:57.728Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:57.728Z||pool-118-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:58.608Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-03T01:38:58.608Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-03T01:38:58.608Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:38:58.609Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:58.611Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:58.611Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709938608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-03T01:38:58.711Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:58.712Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:58.712Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:58.732Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:58.733Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:38:59.612Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-03T01:38:59.612Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-03T01:38:59.612Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-03T01:38:59.613Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:38:59.615Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:38:59.615Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709939611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:38:59.715Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:38:59.716Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:38:59.716Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:38:59.736Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:38:59.736Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:39:00.617Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-03T01:39:00.617Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-03T01:39:00.617Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:39:00.618Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:39:00.620Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:39:00.620Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709940617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:39:00.720Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:39:00.721Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:39:00.721Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:39:00.738Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:39:00.739Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:39:01.621Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:39:01.635Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:39:01.638Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:39:01.638Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:39:01.638Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:39:31.639Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:39:31.710Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:39:31.716Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:39:31.716Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:39:31.716Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:39:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:39:36.497Z||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. 2023-01-03T01:39:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:39:36.545Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:39:36.546Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:39:36.546Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:39:36.547Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:40:01.716Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:40:01.735Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:40:01.738Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:40:01.738Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:40:01.738Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:40:31.739Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:40:31.753Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:40:31.756Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:40:31.756Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:40:31.756Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:40:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:40:36.497Z||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. 2023-01-03T01:40:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:40:36.531Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:40:36.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:40:36.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:40:36.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:01.756Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:41:01.774Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:41:01.776Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:41:01.776Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:41:01.776Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:41:31.776Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:41:31.791Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:41:31.793Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:41:31.793Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-03T01:41:31.793Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-03T01:41:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:41:36.497Z||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. 2023-01-03T01:41:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:41:36.523Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:41:37.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.044Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-03T01:41:37.044Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-03T01:41:37.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709884756, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709885464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.048Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709908753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-03T01:41:37.049Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709921907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "cds-sdc-listener", "timestamp": 1672709921596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709922426, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709922998, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709923434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709924073, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709915366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.052Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "policy-id", "timestamp": 1672709924438, "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=? 2023-01-03T01:41:37.063Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2563acc8-4f34-40fb-8d66-469821932b37 2023-01-03T01:41:37.063Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2563acc8-4f34-40fb-8d66-469821932b37 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 (?, ?, ?, ?, ?) 2023-01-03T01:41:37.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709925136, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709925505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709926212, "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=? 2023-01-03T01:41:37.082Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2563acc8-4f34-40fb-8d66-469821932b37 2023-01-03T01:41:37.082Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709916494, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.091Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "multicloud-k8s", "timestamp": 1672709927216, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709927406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:41:37.093Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709929988, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.095Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.096Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709931222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709932328, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.100Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709933428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709933428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709922607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.102Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.103Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "aai-model-loader", "timestamp": 1672709934431, "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=? 2023-01-03T01:41:37.110Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2563acc8-4f34-40fb-8d66-469821932b37 2023-01-03T01:41:37.110Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2563acc8-4f34-40fb-8d66-469821932b37 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 (?, ?, ?, ?, ?) 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709934497, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.121Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "cds-sdc-listener", "timestamp": 1672709934820, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709928220, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709935594, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709936331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709928753, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709936599, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709937401, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709937544, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709937604, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:41:37.124Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709938516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709938550, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709938608, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.125Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709939543, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-03T01:41:37.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a8c6524-8709-4580-b89a-48dde442f59e 2023-01-03T01:41:37.147Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c6524-8709-4580-b89a-48dde442f59e 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 (?, ?, ?, ?, ?) 2023-01-03T01:41:37.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "policy-id", "timestamp": 1672709939554, "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=? 2023-01-03T01:41:37.166Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a8c6524-8709-4580-b89a-48dde442f59e 2023-01-03T01:41:37.167Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c6524-8709-4580-b89a-48dde442f59e 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=? 2023-01-03T01:41:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709939611, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "multicloud-k8s", "timestamp": 1672709940545, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672709940617, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709941059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709943455, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709944458, "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=? 2023-01-03T01:41:37.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2563acc8-4f34-40fb-8d66-469821932b37 2023-01-03T01:41:37.186Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2563acc8-4f34-40fb-8d66-469821932b37 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 (?, ?, ?, ?, ?) 2023-01-03T01:41:37.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.195Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709945366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709930180, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.199Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709953473, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709953552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709956393, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.200Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1672709957396, "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=? 2023-01-03T01:41:37.206Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a8c6524-8709-4580-b89a-48dde442f59e 2023-01-03T01:41:37.206Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c6524-8709-4580-b89a-48dde442f59e 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 (?, ?, ?, ?, ?) 2023-01-03T01:41:37.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709961552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:41:37.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:41:37.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:41:37.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "aai-model-loader", "timestamp": 1672709962555, "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=? 2023-01-03T01:41:37.221Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a8c6524-8709-4580-b89a-48dde442f59e 2023-01-03T01:41:37.221Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a8c6524-8709-4580-b89a-48dde442f59e 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 (?, ?, ?, ?, ?) 2023-01-03T01:42:01.794Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:42:01.808Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:42:01.811Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:42:01.811Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:01.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:01.813Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||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=? 2023-01-03T01:42:01.833Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T01:42:31.833Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2563acc8-4f34-40fb-8d66-469821932b37 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=? 2023-01-03T01:42:31.843Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2563acc8-4f34-40fb-8d66-469821932b37 and serviceModelVersionId: 0308005c-a2ed-42a1-a6d4-dd9a90c6150c 2023-01-03T01:42:31.843Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cee15e2a-f88e-44ff-88b4-9a4b4524442a 2023-01-03T01:42:31.844Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?depth=0 2023-01-03T01:42:31.850Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T01:42:31.901Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?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]} 2023-01-03T01:42:31.903Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?depth=0|INFO|500||Invoke 2023-01-03T01:42:31.909Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T01:42:32.093Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?depth=0|INFO|500||InvokeReturn 2023-01-03T01:42:32.093Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cee15e2a-f88e-44ff-88b4-9a4b4524442a/model-vers/model-ver/0308005c-a2ed-42a1-a6d4-dd9a90c6150c?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 01:42:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[180], vertex-id=[266488], x-aai-txid=[0-aai-resources-230103-01:42:31:802-1345], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T01:42:32.094Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-03T01:42:32.095Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T01:42:32.095Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||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=? 2023-01-03T01:42:32.105Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||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) 2023-01-03T01:42:32.106Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2563acc8-4f34-40fb-8d66-469821932b37 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T01:42:32.106Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T01:42:32.106Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:32.108Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:32.108Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710152106, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:42:32.209Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:32.210Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:32.210Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:32.230Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:32.230Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 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=? 2023-01-03T01:42:33.127Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:42:33.127Z|2563acc8-4f34-40fb-8d66-469821932b37|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. 2023-01-03T01:42:33.127Z|2563acc8-4f34-40fb-8d66-469821932b37|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:42:36.497Z||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. 2023-01-03T01:42:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:37.137Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:37.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:42:37.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2563acc8-4f34-40fb-8d66-469821932b37", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710152106, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:42:37.138Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:42:38.787Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:38.788Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-03T01:42:38.788Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a8c6524-8709-4580-b89a-48dde442f59e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fbe06fc2-f96e-4f56-8157-f972a525a7cc","serviceDescription":"service","serviceInvariantUUID":"efc3e3f2-62eb-4015-a6ad-953794d1086a","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2","resourceInvariantUUID":"5716a72f-2147-4dc1-a840-d06259072d01","resourceCustomizationUUID":"f7d366b3-2a96-485d-9814-3fcfbd63f657","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGEwNzMyMGY3OTNkNDYzNzM5YWEwYzhlZjkwZDE3ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"37302207-f113-42a0-9a20-b16e4a568a15","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"MzBlOWM4MjQ1NmU0ZDRiNWYxZjcxZmM3MTJkYmRmYjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33c3fff9-64e4-42ca-832f-042d9eabadd2","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30907ff6-cb3b-40fd-b2bb-efdaf030f4a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"620cc081-df3c-4703-bf2d-04ea673f9bfc","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6","artifactVersion":"2","generatedFromUUID":"30907ff6-cb3b-40fd-b2bb-efdaf030f4a9"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjBlYzhhMTM1OWFlM2Y2ZjAzYWMxYmZlZTRhNDhlMzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6c8bdd3b-ce20-4d81-b29f-b419a7844394","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"Y2QzNzdmM2YzYjBiNTMzNGQwMGNiMzkzYjIwM2NmMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b4fd44df-6756-4be5-a50f-69c716ffffe0","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjlmMDRkYzRiNjJiZWU3NzU3MDk3NWI0MTllNzVhNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-03T01:42:38.790Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:38.790Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:38.792Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:38.792Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:42:38.893Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:38.894Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:38.895Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:38.911Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:38.911Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:39.793Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:39.794Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:39.796Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:39.796Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:42:39.896Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:39.897Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:39.897Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:39.912Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:39.912Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:40.796Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:40.797Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:40.800Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:40.800Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T01:42:40.900Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:40.900Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:40.900Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:40.913Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:40.913Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:41.800Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:41.802Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:41.804Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:41.804Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:42:41.904Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:41.905Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:41.905Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:41.925Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:41.925Z||pool-126-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:42:42.805Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:42.806Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:42.808Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:42.808Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T01:42:42.908Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:42.909Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:42.909Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:42.922Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:42.922Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:42:43.809Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:43.809Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:43.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:43.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:42:43.912Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:43.913Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:43.913Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:43.931Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:43.932Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:42:44.812Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:44.813Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:44.814Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:44.815Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:42:44.915Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:44.916Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:44.916Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:44.946Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:44.947Z||pool-129-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:42:45.815Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-03T01:42:45.816Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:45.818Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:45.819Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:42:45.919Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-03T01:42:45.919Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:45.919Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:45.935Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:45.935Z||pool-130-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:46.820Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "fbe06fc2-f96e-4f56-8157-f972a525a7cc", "serviceDescription": "service", "serviceInvariantUUID": "efc3e3f2-62eb-4015-a6ad-953794d1086a", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f7d366b3-2a96-485d-9814-3fcfbd63f657", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2", "resourceInvariantUUID": "5716a72f-2147-4dc1-a840-d06259072d01", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "MzBlOWM4MjQ1NmU0ZDRiNWYxZjcxZmM3MTJkYmRmYjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33c3fff9-64e4-42ca-832f-042d9eabadd2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "30907ff6-cb3b-40fd-b2bb-efdaf030f4a9", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6", "generatedFromUUID": "30907ff6-cb3b-40fd-b2bb-efdaf030f4a9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NjlmMDRkYzRiNjJiZWU3NzU3MDk3NWI0MTllNzVhNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d" } ], "workloadContext": "Production" } 2023-01-03T01:42:46.820Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-03T01:42:46.820Z|2563acc8-4f34-40fb-8d66-469821932b37|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fbe06fc2-f96e-4f56-8157-f972a525a7cc ASDC 2023-01-03T01:42:46.821Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3a8c6524-8709-4580-b89a-48dde442f59e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:fbe06fc2-f96e-4f56-8157-f972a525a7cc ServiceInvariantUUID:efc3e3f2-62eb-4015-a6ad-953794d1086a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d ArtifactChecksum:NjlmMDRkYzRiNjJiZWU3NzU3MDk3NWI0MTllNzVhNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f7d366b3-2a96-485d-9814-3fcfbd63f657 ResourceInvariantUUID:5716a72f-2147-4dc1-a840-d06259072d01 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:33c3fff9-64e4-42ca-832f-042d9eabadd2 ArtifactChecksum:MzBlOWM4MjQ1NmU0ZDRiNWYxZjcxZmM3MTJkYmRmYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:30907ff6-cb3b-40fd-b2bb-efdaf030f4a9 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-03T01:42:46.821Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fbe06fc2-f96e-4f56-8157-f972a525a7cc 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=? 2023-01-03T01:42:46.863Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:42:46.864Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:42:46.864Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:42:46.864Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-03T01:42:46.865Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:42:46.865Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-03T01:42:47.041Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:42:47.042Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d 82996 2023-01-03T01:42:47.042Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-03T01:42:47.042Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-03T01:42:47.042Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:42:47.042Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:47.044Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:47.044Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710167042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:42:47.145Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:47.146Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:47.146Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:47.165Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:47.165Z||pool-131-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:48.047Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-03T01:42:48.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-03T01:42:48.054Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fa2e4e38-3bf9-4e02-a00a-e5563cbf8f6d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:48.054Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-03T01:42:48.055Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:48.055Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:48.169Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4240576589629726603/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-03T01:42:49.233Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-03T01:42:49.234Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-03T01:42:49.234Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:49.234Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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-BasicVmMacro-csar.csar 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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-BasicVmMacro-csar.csar 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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-BasicVmMacro-csar.csar 2023-01-03T01:42:49.235Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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-BasicVmMacro-csar.csar 2023-01-03T01:42:49.236Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-03T01:42:49.236Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-03T01:42:49.236Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.236Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.237Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:49.237Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-03T01:42:49.237Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:42:49.238Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.238Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.238Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:49.238Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-03T01:42:49.238Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-03T01:42:49.239Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.239Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.239Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.239Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-03T01:42:49.240Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-03T01:42:49.240Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-03T01:42:49.240Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.241Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:49.242Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:49.242Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.242Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:49.243Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:49.243Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.243Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:49.243Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:49.244Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.244Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-03T01:42:49.244Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-03T01:42:49.244Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T01:42:49.244Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c9d74ab4-9c7c-44bc-8001-78a0a97dc750 2023-01-03T01:42:49.245Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.245Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.245Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.246Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.246Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.246Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.246Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:49.246Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:49.247Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:fbe06fc2-f96e-4f56-8157-f972a525a7cc Model Version:NULL Model InvariantUuid:efc3e3f2-62eb-4015-a6ad-953794d1086a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c6363554-1367-4beb-ae45-bd3f018ad0a9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5716a72f-2147-4dc1-a840-d06259072d01 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7d366b3-2a96-485d-9814-3fcfbd63f657 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:88060d1f-e012-4638-9aa1-5775f27c6569 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:783c852f-b82d-4019-b581-2a9e4d864e95 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c9d74ab4-9c7c-44bc-8001-78a0a97dc750 ModelInvariantUuid:920958de-66e5-41c6-9f33-b6f990a7a165 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:51c7e95f-a8cd-4cca-b1bc-b8093d4e50a4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e8fc519d-ca75-4ace-b8b2-67544ff980f3 ModelInvariantUuid:9abcf9ab-4276-49de-bdc0-a52da2c1ceb0 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:0b0c4b9a-e902-4b82-979c-bd982c6b63c4 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=? 2023-01-03T01:42:49.257Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2 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=? 2023-01-03T01:42:49.259Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2023-01-03T01:42:49.260Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2 2023-01-03T01:42:49.260Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 33c3fff9-64e4-42ca-832f-042d9eabadd2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-03T01:42:49.260Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:42:49.260Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-03T01:42:49.354Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:42:49.355Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 33c3fff9-64e4-42ca-832f-042d9eabadd2 792 2023-01-03T01:42:49.355Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-03T01:42:49.355Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-03T01:42:49.355Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:42:49.355Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:49.357Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:49.357Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710169355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:42:49.458Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:49.458Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:49.458Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:49.475Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:49.476Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-03T01:42:50.358Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "88060d1f-e012-4638-9aa1-5775f27c6569", "vfModuleModelVersion": "1", "vfModuleModelUUID": "783c852f-b82d-4019-b581-2a9e4d864e95", "vfModuleModelCustomizationUUID": "aa1d51dc-cf2d-415c-8e42-ece59507ddbe", "isBase": true, "artifacts": [ "30907ff6-cb3b-40fd-b2bb-efdaf030f4a9", "a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T01:42:50.362Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:783c852f-b82d-4019-b581-2a9e4d864e95 VfModuleModelInvariantUUID:88060d1f-e012-4638-9aa1-5775f27c6569 VfModuleModelDescription:NULL Artifacts UUID List:{ 30907ff6-cb3b-40fd-b2bb-efdaf030f4a9 , a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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 } 2023-01-03T01:42:50.366Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "88060d1f-e012-4638-9aa1-5775f27c6569", "vfModuleModelVersion": "1", "vfModuleModelUUID": "783c852f-b82d-4019-b581-2a9e4d864e95", "vfModuleModelCustomizationUUID": "aa1d51dc-cf2d-415c-8e42-ece59507ddbe", "isBase": true, "artifacts": [ "30907ff6-cb3b-40fd-b2bb-efdaf030f4a9", "a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-03T01:42:50.366Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:783c852f-b82d-4019-b581-2a9e4d864e95 VfModuleModelInvariantUUID:88060d1f-e012-4638-9aa1-5775f27c6569 VfModuleModelDescription:NULL Artifacts UUID List:{ 30907ff6-cb3b-40fd-b2bb-efdaf030f4a9 , a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 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 } 2023-01-03T01:42:50.366Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 30907ff6-cb3b-40fd-b2bb-efdaf030f4a9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-03T01:42:50.366Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:42:50.366Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-03T01:42:50.424Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:42:50.424Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 30907ff6-cb3b-40fd-b2bb-efdaf030f4a9 5033 2023-01-03T01:42:50.425Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-03T01:42:50.425Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-03T01:42:50.425Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:42:50.425Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:50.427Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:50.427Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710170425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:42:50.527Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:50.528Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:50.528Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:50.547Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:50.548Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:51.427Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-03T01:42:51.428Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-03T01:42:51.428Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-03T01:42:51.489Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-03T01:42:51.489Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a659a3d0-3c7d-40d6-9747-d9f2fc89a5e6 903 2023-01-03T01:42:51.490Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-03T01:42:51.490Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-03T01:42:51.490Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-03T01:42:51.490Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:51.492Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:51.492Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710171490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:42:51.592Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:51.593Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:51.593Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:51.629Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:51.629Z||pool-134-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:52.493Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fbe06fc2-f96e-4f56-8157-f972a525a7cc 2023-01-03T01:42:52.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-03T01:42:52.520Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ceca5ae, org.onap.sdc.toscaparser.api.parameters.Input@a4e5e8c, org.onap.sdc.toscaparser.api.parameters.Input@62ddf6f8, org.onap.sdc.toscaparser.api.parameters.Input@76506918, org.onap.sdc.toscaparser.api.parameters.Input@7f1863a9] 2023-01-03T01:42:52.521Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.521Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.521Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-03T01:42:52.521Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= f7d366b3-2a96-485d-9814-3fcfbd63f657 2023-01-03T01:42:52.521Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7d366b3-2a96-485d-9814-3fcfbd63f657 matches Tosca VF Customization UUID: f7d366b3-2a96-485d-9814-3fcfbd63f657 2023-01-03T01:42:52.522Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: f7d366b3-2a96-485d-9814-3fcfbd63f657 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=? 2023-01-03T01:42:52.524Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.524Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.524Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id f7d366b3-2a96-485d-9814-3fcfbd63f657: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-03T01:42:52.525Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd0042b 2023-01-03T01:42:52.525Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.525Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-03T01:42:52.525Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa1d51dc-cf2d-415c-8e42-ece59507ddbe 2023-01-03T01:42:52.525Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa1d51dc-cf2d-415c-8e42-ece59507ddbe 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=? 2023-01-03T01:42:52.530Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.530Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:52.531Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:52.531Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.531Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:52.531Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:52.532Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.532Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-03T01:42:52.532Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-03T01:42:52.532Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-03T01:42:52.533Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c9d74ab4-9c7c-44bc-8001-78a0a97dc750 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=? 2023-01-03T01:42:52.535Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.535Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:52.536Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-03T01:42:52.536Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.536Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-03T01:42:52.536Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f7d366b3-2a96-485d-9814-3fcfbd63f657 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=? 2023-01-03T01:42:52.539Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.539Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.539Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fbe06fc2-f96e-4f56-8157-f972a525a7cc: basic_vm_macro 2023-01-03T01:42:52.539Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.540Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.540Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.540Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.540Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.540Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.541Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.541Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.541Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-03T01:42:52.541Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-03T01:42:52.541Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro 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 (?, ?, ?, ?, ?) 2023-01-03T01:42:52.653Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro adfc5e39-d0cf-448f-a1c4-8f9bdb2b34f2 1 ASDC deployResourceStructure 2023-01-03T01:42:52.653Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-01-03T01:42:52.653Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-03T01:42:52.653Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:42:52.654Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:52.656Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:52.656Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710172653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:42:52.756Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:52.757Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:52.757Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:52.774Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:52.775Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:53.657Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-01-03T01:42:53.658Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-03T01:42:53.658Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:42:53.658Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:53.660Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:53.660Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710173657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:42:53.761Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:53.762Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:53.762Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:53.778Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:53.778Z||pool-136-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:54.661Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-01-03T01:42:54.662Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-03T01:42:54.662Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:42:54.662Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:54.665Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:54.665Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-03T01:42:54.765Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:54.766Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:54.766Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:54.783Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:54.784Z||pool-137-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:55.666Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-03T01:42:55.666Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-03T01:42:55.666Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-03T01:42:55.667Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:42:55.669Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:42:55.669Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710175666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:42:55.769Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:42:55.770Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:42:55.770Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:42:55.785Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:42:55.785Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-03T01:42:56.670Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a8c6524-8709-4580-b89a-48dde442f59e 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=? 2023-01-03T01:42:56.699Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a8c6524-8709-4580-b89a-48dde442f59e 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=? 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-03T01:42:56.703Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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=? 2023-01-03T01:42:56.711Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-03T01:43:26.711Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a8c6524-8709-4580-b89a-48dde442f59e 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=? 2023-01-03T01:43:26.733Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a8c6524-8709-4580-b89a-48dde442f59e and serviceModelVersionId: fbe06fc2-f96e-4f56-8157-f972a525a7cc 2023-01-03T01:43:26.733Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : efc3e3f2-62eb-4015-a6ad-953794d1086a 2023-01-03T01:43:26.736Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0 2023-01-03T01:43:26.746Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-03T01:43:26.815Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0|INFO|500||Invoke 2023-01-03T01:43:26.816Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a8c6524-8709-4580-b89a-48dde442f59e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e94139a4-35ce-4e89-bd54-d2432103c0ce], X-ECOMP-RequestID=[3a8c6524-8709-4580-b89a-48dde442f59e], X-TransactionId=[], X-ONAP-RequestID=[3a8c6524-8709-4580-b89a-48dde442f59e], Content-Type=[application/merge-patch+json]} 2023-01-03T01:43:26.826Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-03T01:43:26.949Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?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/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0 has http status code:200 and response headers:{date=[Tue, 03 Jan 2023 01:43:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[254088], x-aai-txid=[1-aai-resources-230103-01:43:26:719-27207], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-03T01:43:26.949Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-03T01:43:26.949Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/efc3e3f2-62eb-4015-a6ad-953794d1086a/model-vers/model-ver/fbe06fc2-f96e-4f56-8157-f972a525a7cc?depth=0|INFO|500||InvokeReturn 2023-01-03T01:43:26.950Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-03T01:43:26.952Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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=? 2023-01-03T01:43:26.962Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||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) 2023-01-03T01:43:26.962Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a8c6524-8709-4580-b89a-48dde442f59e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-03T01:43:26.963Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-03T01:43:26.963Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-03T01:43:26.967Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-03T01:43:26.967Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710206962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:43:27.067Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-03T01:43:27.068Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-03T01:43:27.068Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1AobS1o6E6AmMoAI) ... 2023-01-03T01:43:27.090Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:43:27.090Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-01-03T01:43:27.989Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:43:27.990Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:43:27.990Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:43:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:43:36.498Z||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. 2023-01-03T01:43:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:43:37.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:43:37.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-03T01:43:37.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710153127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2023-01-03T01:43:37.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710167042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710169355, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710170425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710171490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710172653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710173657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710174661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710175666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-03T01:43:37.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a8c6524-8709-4580-b89a-48dde442f59e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1672710206962, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-03T01:43:37.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-03T01:43:37.556Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:43:37.557Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:43:37.558Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:43:37.558Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:43:47.128Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:43:47.129Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:43:47.129Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:43:47.130Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:43:56.689Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:43:56.690Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:43:56.691Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:43:56.691Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:44:06.264Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:44:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:44:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:44:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:44:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:44:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:44:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:44:46.051Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:44:46.060Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:45:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:45:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:45:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:45:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:45:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:45:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:45:46.052Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:45:46.067Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:46:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:46:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:46:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:46:46.047Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:46:46.047Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:47:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:47:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:47:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:47:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:47:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:47:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:47:46.063Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:47:46.066Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:48:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:48:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:48:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:48:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:48:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:48:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:48:46.123Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:48:46.130Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:49:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:49:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:49:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:49:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:49:36.497Z||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. 2023-01-03T01:49:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:49:46.051Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:49:46.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:50:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:50:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:50:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:50:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:50:36.497Z||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. 2023-01-03T01:50:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:50:46.066Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:50:46.066Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:51:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:51:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:51:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:51:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:51:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T01:51:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:51:46.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:51:46.056Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:52:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:52:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:52:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:52:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:52:36.497Z||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. 2023-01-03T01:52:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:52:46.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:52:46.091Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:53:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:53:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:53:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:53:36.496Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:53:36.497Z||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. 2023-01-03T01:53:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:53:46.059Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:53:46.060Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:54:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:54:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:54:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:54:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:54:36.497Z||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. 2023-01-03T01:54:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:54:46.058Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:54:46.059Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:55:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:55:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:55:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:55:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:55:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:55:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:55:46.082Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:55:46.155Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:56:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:56:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:56:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T01:56:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:56:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:56:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:56:46.058Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:56:46.058Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:57:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:57:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:57:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:57:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:57:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T01:57:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:57:46.050Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:57:46.055Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:58:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:58:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:58:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:58:36.497Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:58:36.497Z||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. 2023-01-03T01:58:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:58:46.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:58:46.072Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:59:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:59:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T01:59:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:59:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T01:59:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T01:59:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T01:59:46.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T01:59:46.085Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:00:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:00:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:00:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:00:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:00:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:00:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:00:46.067Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:00:46.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:01:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:01:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:01:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:01:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:01:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T02:01:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:01:46.057Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:01:46.057Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:02:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:02:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:02:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:02:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:02:36.497Z||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. 2023-01-03T02:02:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:02:46.048Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:02:46.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:03:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:03:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:03:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:03:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:03:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:03:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:03:46.056Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:03:46.063Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:04:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:04:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:04:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:04:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:04:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:04:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:04:46.046Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:04:46.047Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:05:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:05:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:05:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:05:36.497Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:05:36.497Z||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. 2023-01-03T02:05:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:05:46.079Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:05:46.094Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:06:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:06:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:06:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:06:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:06:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T02:06:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:06:46.057Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:06:46.062Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:07:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:07:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:07:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:07:36.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:07:36.497Z||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. 2023-01-03T02:07:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:07:46.072Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:07:46.097Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:08:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:08:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:08:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:08:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:08:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:08:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:08:46.048Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:08:46.051Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:09:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:09:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:09:36.498Z||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. 2023-01-03T02:09:36.498Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:09:36.498Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T02:09:36.498Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:09:46.064Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:09:46.076Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:10:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:10:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:10:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:10:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:10:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:10:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:10:46.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:10:46.052Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:11:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:11:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:11:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:11:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:11:36.497Z||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. 2023-01-03T02:11:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:11:46.043Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:11:46.076Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:12:36.494Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:12:36.495Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:12:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:12:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:12:36.497Z||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. 2023-01-03T02:12:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:12:46.070Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:12:46.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:13:36.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:13:36.496Z||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. 2023-01-03T02:13:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:13:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:13:36.497Z||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. 2023-01-03T02:13:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:13:46.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:13:46.055Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:14:36.495Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:14:36.495Z||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. 2023-01-03T02:14:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:14:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:14:36.497Z||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. 2023-01-03T02:14:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:14:46.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:14:46.068Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:15:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:15:36.496Z||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. 2023-01-03T02:15:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:15:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:15:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:15:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:15:46.058Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:15:46.075Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:16:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:16:36.495Z||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. 2023-01-03T02:16:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:16:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:16:36.497Z||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. 2023-01-03T02:16:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:16:46.059Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:16:46.060Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:17:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:17:36.495Z||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. 2023-01-03T02:17:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:17:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:17:36.497Z||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. 2023-01-03T02:17:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:17:46.062Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:17:46.067Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:18:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:18:36.495Z||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. 2023-01-03T02:18:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:18:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:18:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:18:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:18:46.059Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:18:46.067Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:19:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:19:36.496Z||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. 2023-01-03T02:19:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:19:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:19:36.496Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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. 2023-01-03T02:19:36.497Z|c54e8d03-0e01-432b-b71f-99d0505dc464|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:19:46.114Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:19:46.129Z|c54e8d03-0e01-432b-b71f-99d0505dc464|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:20:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:20:36.495Z||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. 2023-01-03T02:20:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:20:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:20:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T02:20:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:20:46.050Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:20:46.051Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:21:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:21:36.496Z||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. 2023-01-03T02:21:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:21:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:21:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:21:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:21:46.055Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:21:46.057Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:22:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:22:36.496Z||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. 2023-01-03T02:22:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:22:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:22:36.497Z||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. 2023-01-03T02:22:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:22:46.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:22:46.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:23:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:23:36.496Z||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. 2023-01-03T02:23:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:23:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:23:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:23:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:23:46.048Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:23:46.049Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:24:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:24:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:24:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:24:36.496Z||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. 2023-01-03T02:24:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:24:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:24:46.061Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:24:46.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:25:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:25:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:25:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:25:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:25:36.497Z||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. 2023-01-03T02:25:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:25:46.051Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:25:46.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:26:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:26:36.496Z||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. 2023-01-03T02:26:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:26:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:26:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:26:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:26:46.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:26:46.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:27:36.494Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:27:36.495Z||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. 2023-01-03T02:27:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:27:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:27:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T02:27:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:27:46.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:27:46.049Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:28:36.495Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:28:36.495Z||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. 2023-01-03T02:28:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:28:36.498Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:28:36.498Z||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. 2023-01-03T02:28:36.498Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 1AobS1o6E6AmMoAI) ... 2023-01-03T02:28:46.048Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:28:46.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:29:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:29:36.495Z||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. 2023-01-03T02:29:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:29:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:29:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:29:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:29:46.048Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:29:46.049Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:30:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:30:36.496Z||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. 2023-01-03T02:30:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:30:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:30:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:30:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:30:46.057Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:30:46.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:31:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:31:36.495Z||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. 2023-01-03T02:31:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:31:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:31:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:31:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:31:46.052Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:31:46.065Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:32:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:32:36.495Z||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. 2023-01-03T02:32:36.495Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:32:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:32:36.497Z||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. 2023-01-03T02:32:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:32:46.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:32:46.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:33:36.495Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:33:36.496Z||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. 2023-01-03T02:33:36.496Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:33:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:33:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:33:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:33:46.062Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:33:46.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:34:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:34:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:34:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:34:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:34:36.497Z||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. 2023-01-03T02:34:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:34:46.048Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:34:46.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:35:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:35:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:35:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:35:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:35:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:35:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:35:46.055Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:35:46.061Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:36:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:36:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:36:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:36:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:36:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:36:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:36:46.052Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:36:46.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:37:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:37:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:37:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:37:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:37:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:37:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:37:46.054Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:37:46.054Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:38:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:38:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:38:36.498Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:38:36.498Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:38:36.498Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:38:36.498Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:38:46.048Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:38:46.061Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:39:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:39:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:39:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:39:36.496Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:39:36.497Z||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. 2023-01-03T02:39:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:39:46.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:39:46.053Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:40:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:40:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:40:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:40:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:40:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:40:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:40:46.052Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:40:46.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:41:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:41:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:41:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:41:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:41:36.497Z||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. 2023-01-03T02:41:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:41:46.054Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:41:46.058Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:42:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:42:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:42:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:42:36.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:42:36.497Z||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. 2023-01-03T02:42:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:42:46.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:42:46.079Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:43:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:43:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:43:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:43:36.496Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:43:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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. 2023-01-03T02:43:36.497Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:43:46.043Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:43:46.058Z|173f40ef-502b-47be-bd68-dcc0e6d2edc8|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:44:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:44:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:44:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:44:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:44:36.497Z||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. 2023-01-03T02:44:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:44:46.057Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:44:46.058Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:45:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:45:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:45:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:45:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:45:36.497Z||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. 2023-01-03T02:45:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:45:46.073Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:45:46.077Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:46:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:46:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:46:36.497Z||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. 2023-01-03T02:46:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:46:46.053Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:46:46.088Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:47:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:47:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:47:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:47:36.496Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:47:36.497Z||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. 2023-01-03T02:47:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:47:46.063Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:47:46.068Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:48:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:48:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:48:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:48:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:48:36.497Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:48:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:48:46.068Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:48:46.068Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:49:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:49:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:49:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:49:36.496Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:49:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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. 2023-01-03T02:49:36.497Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:49:46.045Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:49:46.051Z|8004bd19-19e6-465b-b1c9-3e8dff433c2f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:50:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:50:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:50:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:50:36.496Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:50:36.497Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-03T02:50:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:50:46.053Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:50:46.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:51:36.496Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:51:36.495Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:51:36.498Z||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. 2023-01-03T02:51:36.498Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:51:36.498Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:51:36.499Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:51:46.054Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:51:46.092Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:52:36.494Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:52:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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. 2023-01-03T02:52:36.496Z|3a8c6524-8709-4580-b89a-48dde442f59e|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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:52:36.496Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-03T02:52:36.497Z||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. 2023-01-03T02:52:36.497Z||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 1AobS1o6E6AmMoAI) ... 2023-01-03T02:52:46.051Z|3a8c6524-8709-4580-b89a-48dde442f59e|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-03T02:52:46.056Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK