By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-12-07T23:23:22.274Z||main|||||INFO|500||The following profiles are active: basic
2022-12-07T23:23:34.925Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-07T23:23:34.926Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-07T23:23:35.052Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-07T23:23:39.853Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-07T23:23:40.300Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-07T23:23:40.858Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-07T23:23:40.875Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-07T23:23:40.988Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-07T23:23:41.240Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-07T23:23:41.893Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-07T23:23:43.784Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-07T23:23:46.578Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-07T23:23:46.647Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-07T23:23:47.329Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-07T23:23:47.574Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-12-07T23:23:48.903Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-07T23:23:50.458Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-12-07T23:23:52.731Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-12-07T23:23:52.733Z||main|||||ERROR|500||(conn=1438) Table 'catalogdb.activity_spec' doesn't exist
2022-12-07T23:23:52.764Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-12-07T23:23:56.690Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-12-07T23:24:00.111Z||main|||||WARN|500||---
2022-12-07T23:24:00.112Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-07T23:24:00.112Z||main|||||WARN|500||---
2022-12-07T23:24:00.685Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-07T23:24:06.598Z||main|||||INFO|500||Started Application in 47.554 seconds (JVM running for 49.955)
2022-12-07T23:24:06.617Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-07T23:24:06.619Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-07T23:24:06.633Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-07T23:24:06.660Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-07T23:24:06.726Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= dfd2dde2-d99b-4ac2-a449-e1925229b1c6 url= /sdc/v1/artifactTypes
2022-12-07T23:24:06.727Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-12-07T23:24:06.942Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-07T23:24:06.973Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-12-07T23:24:06.996Z||scheduling-1|||||DEBUG|500||create keys
2022-12-07T23:24:07.007Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-07T23:24:07.109Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:24:07.128Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 57a5d067-634c-4a99-85bb-568d0717dbf0 url= /sdc/v1/registerForDistribution
2022-12-07T23:24:07.278Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 57a5d067-634c-4a99-85bb-568d0717dbf0 url= /sdc/v1/registerForDistribution
2022-12-07T23:24:07.278Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-07T23:24:07.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:24:07.293Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:24:07.301Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-07T23:24:07.312Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:24:07.313Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:24:07.313Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:24:07.313Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:24:17.779Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:24:17.790Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:25:07.287Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:25:07.289Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:25:07.289Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:25:07.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:25:07.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:25:07.292Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:25:16.862Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:25:16.870Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:26:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:26:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:26:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:26:07.291Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:26:07.291Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:26:07.292Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:26:16.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:26:16.857Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:27:07.286Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:27:07.287Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:27:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:27:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:27:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:27:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:27:16.860Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:27:16.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:28:07.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:28:07.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:28:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:28:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:28:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:28:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:28:16.835Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:28:16.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:29:07.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:29:07.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:29:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:29:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:29:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:29:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:29:16.860Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:29:16.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:30:07.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:30:07.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:30:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:30:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:30:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:30:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:30:16.849Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:30:16.878Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:31:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:31:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:31:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:31:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:31:07.293Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:31:07.293Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:31:16.850Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:31:16.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:32:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:32:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:32:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:32:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:32:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:32:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:32:16.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:32:16.848Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:33:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:33:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:33:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:33:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:33:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:33:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:33:16.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:33:16.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:33:25.858Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-07T23:34:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:34:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:34:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:34:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:34:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:34:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:34:16.845Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:34:16.852Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:35:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:35:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:35:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:35:07.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:35:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:35:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:35:16.860Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:35:16.865Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:36:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:36:07.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:36:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:36:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:36:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:36:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:36:16.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:36:16.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:37:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:37:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:37:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:37:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:37:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:37:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:37:16.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:37:16.887Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:38:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:38:07.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:38:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:38:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:38:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:38:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:38:16.875Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:38:16.875Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:39:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:39:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:39:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:39:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:39:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:39:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:39:16.887Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:39:16.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:40:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:40:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:40:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:40:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:40:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:40:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:40:16.845Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:40:16.846Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:41:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:41:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:41:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:41:07.290Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:41:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:41:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:41:16.837Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:41:16.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:42:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:42:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:42:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:42:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:42:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:42:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:42:16.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:42:16.843Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:43:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:43:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:43:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:43:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:43:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:43:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:43:16.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:43:16.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:44:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:44:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:44:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:44:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:44:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:44:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:44:16.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:44:16.856Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:45:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:45:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:45:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:45:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:45:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:45:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:45:16.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:45:16.901Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:46:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:46:07.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:46:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:46:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:46:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:46:07.290Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:46:16.862Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:46:16.862Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:47:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:47:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:47:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:47:07.291Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:47:07.292Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:47:07.292Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:47:16.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:47:16.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:48:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:48:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:48:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:48:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:48:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:48:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:48:16.844Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:48:16.844Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:49:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:49:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:49:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:49:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:49:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:49:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:49:16.834Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:49:16.841Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:50:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:50:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:50:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:50:07.290Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:50:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:50:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:50:16.870Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:50:16.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:51:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:51:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:51:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-07T23:51:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:51:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:51:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:51:16.832Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:51:16.840Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:52:07.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:52:07.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:52:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:52:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:52:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:52:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:52:16.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:52:16.841Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:53:07.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:53:07.286Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:53:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:53:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:53:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:53:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:53:16.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:53:16.864Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:54:07.285Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:54:07.287Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:54:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:54:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:54:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:54:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:54:16.842Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:54:16.842Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:55:07.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:55:07.288Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:55:07.289Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:55:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:55:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:55:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:55:16.838Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:55:16.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:56:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:56:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:56:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:56:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:56:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:56:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:56:16.853Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:56:16.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:57:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:57:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:57:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:57:07.290Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:57:07.291Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:57:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:57:16.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:57:16.838Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:58:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:58:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:58:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:58:07.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:58:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:58:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:58:16.833Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:58:16.833Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:59:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:59:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:59:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:59:07.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-07T23:59:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-07T23:59:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-07T23:59:16.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-07T23:59:16.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:00:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:00:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:00:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:00:07.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:00:07.291Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:00:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:00:16.837Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:00:16.866Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:01:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:01:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:01:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:01:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:01:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:01:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:01:16.862Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:01:16.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:02:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:02:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:02:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:02:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:02:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:02:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:02:16.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:02:16.839Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:03:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:03:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:03:07.286Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:03:07.289Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:03:07.290Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:03:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:03:16.850Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:03:16.851Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:04:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:04:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:04:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:04:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:04:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:04:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:04:16.840Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:04:16.840Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:05:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:05:07.288Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:05:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:05:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:05:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:05:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:05:16.840Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:05:16.844Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:06:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:06:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:06:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:06:07.292Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:06:07.304Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:06:07.305Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:06:16.842Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:06:16.850Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:07:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:07:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:07:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:07:07.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:07:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:07:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:07:16.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:07:16.845Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:08:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:08:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:08:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:08:07.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:08:07.291Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:08:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:08:16.839Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:08:16.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:09:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:09:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:09:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:09:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:09:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:09:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:09:16.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:09:16.858Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:10:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:10:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:10:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:10:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:10:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:10:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:10:16.850Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:10:16.852Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:11:07.285Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:11:07.286Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:11:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:11:07.289Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:11:07.290Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:11:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:11:16.873Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:11:16.873Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:12:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:12:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:12:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:12:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:12:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:12:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:12:16.849Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:12:16.851Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:13:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:13:07.287Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:13:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:13:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:13:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:13:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:13:16.839Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:13:16.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:14:07.286Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:14:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:14:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:14:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:14:07.289Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:14:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:14:16.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:14:16.841Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:15:07.288Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:15:07.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:15:07.289Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:15:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:15:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:15:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:15:16.845Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:15:16.867Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:16:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:16:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:16:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:16:07.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:16:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:16:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:16:16.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:16:16.843Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:17:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:17:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:17:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:17:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:17:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:17:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:17:16.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:17:16.863Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:18:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:18:07.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:18:07.289Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:18:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:18:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:18:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:18:16.838Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:18:16.838Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:19:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:19:07.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:19:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:19:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:19:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:19:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:19:16.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:19:16.835Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:20:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:20:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:20:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:20:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:20:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:20:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:20:16.839Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:20:16.839Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:21:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:21:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:21:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:21:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:21:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:21:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:21:16.832Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:21:16.842Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:22:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:22:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:22:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:22:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:22:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:22:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:22:16.835Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:22:16.842Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:23:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:23:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:23:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:23:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:23:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:23:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:23:16.867Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:23:16.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:24:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:24:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:24:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:24:07.296Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:24:07.297Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:24:07.297Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:24:16.870Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:24:16.870Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:25:07.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:25:07.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:25:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:25:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:25:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:25:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:25:16.853Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:25:16.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:26:07.287Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:26:07.288Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:26:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:26:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:26:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:26:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:26:16.856Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:26:16.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:27:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:27:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:27:07.286Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:27:07.289Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:27:07.290Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:27:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:27:16.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:27:16.841Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:28:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:28:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:28:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:28:07.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:28:07.290Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:28:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:28:16.859Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:28:16.859Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:29:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:29:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:29:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:29:07.289Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:29:07.291Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:29:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:29:16.843Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:29:16.844Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:30:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:30:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:30:07.288Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:30:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:30:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:30:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:30:16.856Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:30:16.856Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:31:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:31:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:31:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:31:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:31:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:31:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:31:16.857Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:31:16.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:32:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:32:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:32:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:32:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:32:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:32:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:32:16.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:32:16.847Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:33:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:33:07.292Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:33:07.294Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:33:07.295Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:33:07.295Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:33:07.295Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:33:16.858Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:33:16.859Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:34:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:34:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:34:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:34:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:34:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:34:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:34:16.837Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:34:16.837Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:35:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:35:07.286Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:35:07.286Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:35:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:35:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:35:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:35:16.847Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:35:16.861Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:36:07.285Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:36:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:36:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:36:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:36:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:36:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:36:16.851Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:36:16.851Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:07.286Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:37:07.287Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:37:07.287Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:37:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:37:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:07.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:07.925Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.925Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9fd3ca27-4999-4d0d-bbaa-b0e02892db87","serviceName":"vFW 2022-12-08 00-35-00","serviceVersion":"1.0","serviceUUID":"d84bdb3e-a5b8-46d4-9014-47d239cd6ef6","serviceDescription":"catalog service description","serviceInvariantUUID":"96dcb719-0d26-485d-aed3-9a4b72c9093e","resources":[{"resourceInstanceName":"vFW 4e815ca9-d770 0","resourceName":"vFW 4e815ca9-d770","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e73b9819-b022-427f-a7fc-4d5c5f8d1419","resourceInvariantUUID":"f3cb1e6f-d87e-4cba-96ee-bfb47f9a3d4d","resourceCustomizationUUID":"2359feb2-1c8b-4af9-a4c2-bcac546a3700","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml","artifactChecksum":"ZmY3ODMwNGM3YmFkNjZlZjQyZjBlZWRlODZlMzVjOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"24934034-b271-4453-b90d-f33746d3f358","artifactVersion":"1"},{"artifactName":"vfw4e815ca9d7700_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json","artifactChecksum":"ZjBhYjExZjU4MTE1ZTI2ZjczNmQ1MDMxYTRmMzMyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dd258fbd-6be3-4317-866a-e56309e3bf85","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8ecc96f5-8661-4508-8c34-5722bbdf599d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml","artifactChecksum":"ZDFhYWJhMjIxMTVhMzc0NDdiZGE1MTQ1ZGIyZGY1NDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d0c1ad5c-0e53-4226-b66f-60ed94c03063","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cef19c56-15a8-4036-b550-643f03a6e649","artifactVersion":"2","generatedFromUUID":"8ecc96f5-8661-4508-8c34-5722bbdf599d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221208003500-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml","artifactChecksum":"N2E2Y2NjOTNlZmY1ZTUzYzVhYWMwZmVmMTM5ODRjOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7daa0a98-1faf-497c-b3d6-c5bac73a19f6","artifactVersion":"1"},{"artifactName":"service-Vfw20221208003500-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar","artifactChecksum":"YWViNDllZjg3NDJkNWJhODFjZGZjZGEyYjM4ZTU1YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"685e8b21-1072-4bac-b5e6-6a1a8f042c36","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T00:37:07.929Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:07.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:07.955Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:07.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.964Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.964Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.973Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.974Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.982Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:07.982Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459752857,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459727017,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459781364,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459777802,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459788055,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "cds-sdc-listener",
"timestamp": 1670459788083,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459788689,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459787628,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459789169,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459790271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:07.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459791374,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:37:08.082Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-08T00:37:08.086Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:08.086Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:08.117Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:08.118Z||pool-3-thread-1|||||INFO|500||cambria reply ok (33 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:37:08.202Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
2022-12-08T00:37:08.225Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:37:08.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:08.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:08.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "multicloud-k8s",
"timestamp": 1670459792378,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:08.257Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:08.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:08.257Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.258Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:08.258Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:08.258Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459793229,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:08.259Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:08.259Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.259Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459787636,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:08.260Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:37:08.260Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.260Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670459794234,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:37:08.281Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
2022-12-08T00:37:08.281Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:37:08.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459795469,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:08.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:08.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459796490,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:08.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:08.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "policy-id",
"timestamp": 1670459797497,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:37:08.306Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
2022-12-08T00:37:08.307Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-12-08T00:37:08.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459807916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:08.324Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:37:08.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:37:08.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "aai-model-loader",
"timestamp": 1670459808921,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:37:08.332Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
2022-12-08T00:37:08.332Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:37:08.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:08.990Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:08.992Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:08.992Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:37:09.092Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:09.093Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:09.093Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:09.109Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:09.109Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:09.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:09.994Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:09.996Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:09.996Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:37:10.096Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:37:10.098Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:10.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:10.111Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:10.112Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:10.997Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:10.998Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:11.001Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:11.001Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:11.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:11.102Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:11.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:11.133Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:11.134Z||pool-6-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:12.002Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:12.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:12.005Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:12.005Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T00:37:12.105Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:37:12.107Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:12.107Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:12.136Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:12.137Z||pool-7-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:13.006Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:13.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:13.009Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:13.010Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:37:13.110Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:13.111Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:13.112Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:13.127Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:13.127Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:14.010Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:37:14.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:14.021Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:14.021Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:37:14.124Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-08T00:37:14.125Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:14.125Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:14.139Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:14.140Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:15.025Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"serviceName": "vFW 2022-12-08 00-35-00",
"serviceVersion": "1.0",
"serviceUUID": "d84bdb3e-a5b8-46d4-9014-47d239cd6ef6",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "96dcb719-0d26-485d-aed3-9a4b72c9093e",
"resources": [
{
"resourceInstanceName": "vFW 4e815ca9-d770 0",
"resourceCustomizationUUID": "2359feb2-1c8b-4af9-a4c2-bcac546a3700",
"resourceName": "vFW 4e815ca9-d770",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e73b9819-b022-427f-a7fc-4d5c5f8d1419",
"resourceInvariantUUID": "f3cb1e6f-d87e-4cba-96ee-bfb47f9a3d4d",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw4e815ca9d7700_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"artifactChecksum": "ZjBhYjExZjU4MTE1ZTI2ZjczNmQ1MDMxYTRmMzMyM2I\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "dd258fbd-6be3-4317-866a-e56309e3bf85",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8ecc96f5-8661-4508-8c34-5722bbdf599d",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cef19c56-15a8-4036-b550-643f03a6e649",
"generatedFromUUID": "8ecc96f5-8661-4508-8c34-5722bbdf599d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "cef19c56-15a8-4036-b550-643f03a6e649",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221208003500-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"artifactChecksum": "YWViNDllZjg3NDJkNWJhODFjZGZjZGEyYjM4ZTU1YmM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "685e8b21-1072-4bac-b5e6-6a1a8f042c36"
}
],
"workloadContext": "Production"
}
2022-12-08T00:37:15.026Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T00:37:15.026Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d84bdb3e-a5b8-46d4-9014-47d239cd6ef6 ASDC
2022-12-08T00:37:15.131Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9fd3ca27-4999-4d0d-bbaa-b0e02892db87
ServiceName:vFW 2022-12-08 00-35-00
ServiceVersion:1.0
ServiceUUID:d84bdb3e-a5b8-46d4-9014-47d239cd6ef6
ServiceInvariantUUID:96dcb719-0d26-485d-aed3-9a4b72c9093e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221208003500-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar
ArtifactUUID:685e8b21-1072-4bac-b5e6-6a1a8f042c36
ArtifactChecksum:YWViNDllZjg3NDJkNWJhODFjZGZjZGEyYjM4ZTU1YmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4e815ca9-d770 0
ResourceCustomizationUUID:2359feb2-1c8b-4af9-a4c2-bcac546a3700
ResourceInvariantUUID:f3cb1e6f-d87e-4cba-96ee-bfb47f9a3d4d
ResourceName:vFW 4e815ca9-d770
ResourceType:VF
ResourceUUID:e73b9819-b022-427f-a7fc-4d5c5f8d1419
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4e815ca9d7700_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json
ArtifactUUID:dd258fbd-6be3-4317-866a-e56309e3bf85
ArtifactChecksum:ZjBhYjExZjU4MTE1ZTI2ZjczNmQ1MDMxYTRmMzMyM2I=
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/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml
ArtifactUUID:8ecc96f5-8661-4508-8c34-5722bbdf599d
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/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
ArtifactUUID:cef19c56-15a8-4036-b550-643f03a6e649
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/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
ArtifactUUID:cef19c56-15a8-4036-b550-643f03a6e649
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-08T00:37:15.131Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d84bdb3e-a5b8-46d4-9014-47d239cd6ef6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:37:15.187Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:37:15.188Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:37:15.190Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:37:15.190Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 685e8b21-1072-4bac-b5e6-6a1a8f042c36 from URL: /sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:15.191Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:37:15.193Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:15.281Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:37:15.307Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar 685e8b21-1072-4bac-b5e6-6a1a8f042c36 101501
2022-12-08T00:37:15.309Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar ASDC sendASDCNotification
2022-12-08T00:37:15.309Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:15.310Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:37:15.311Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:15.313Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:15.313Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459835307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:15.413Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:15.414Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:15.414Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:15.432Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:15.433Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:16.313Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:37:16.314Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:37:16.314Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 685e8b21-1072-4bac-b5e6-6a1a8f042c36, URL: /sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar to file: /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:16.315Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221208003500-csar.csar
2022-12-08T00:37:16.395Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:16.396Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:17.099Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15015829418398473684/Definitions/service-Vfw20221208003500-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-12-08T00:37:20.361Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T00:37:20.367Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T00:37:20.367Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||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-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.368Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.369Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4e815ca9-d770 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-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.369Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.369Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.369Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.370Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:20.370Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T00:37:20.377Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.378Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.382Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:20.382Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T00:37:20.384Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:37:20.386Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.387Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.390Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.390Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:20.390Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:20.390Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:20.390Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T00:37:20.391Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T00:37:20.392Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.393Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T00:37:20.393Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.393Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T00:37:20.394Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.394Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:20.394Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:20.395Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.395Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:20.396Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:20.397Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.397Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:20.397Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:20.397Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T00:37:20.398Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.399Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.399Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T00:37:20.399Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.399Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T00:37:20.399Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.400Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=76a4b15c-b2d0-4b68-9f7c-b5b1f582f687
2022-12-08T00:37:20.400Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.400Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:20.400Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:20.400Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T00:37:20.401Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a50dd61-6be8-42e1-84ae-98eda3e5825c
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.402Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.403Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T00:37:20.404Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f3c1588a-5f54-481b-9117-56131b57ffca
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.405Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.406Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:20.406Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:20.406Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-12-08 00-35-00
Description:catalog service description
Model UUID:d84bdb3e-a5b8-46d4-9014-47d239cd6ef6
Model Version:NULL
Model InvariantUuid:96dcb719-0d26-485d-aed3-9a4b72c9093e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 4e815ca9-d770
Model UUID:e3a78fa1-726a-485e-a984-022a7315c9fd
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f3cb1e6f-d87e-4cba-96ee-bfb47f9a3d4d
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:2359feb2-1c8b-4af9-a4c2-bcac546a3700
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:89ccb11c-0a36-48d6-8619-11b8bda764b9
ModelName:Vfw4e815ca9D770..base_vfw..module-0
ModelUuid:24f98724-6467-4e66-ab30-9888fbdf0efe
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:76a4b15c-b2d0-4b68-9f7c-b5b1f582f687
ModelInvariantUuid:1c83148a-c8a0-4661-a752-803f91ab90b3
ModelName:vFW 4e815ca9-d770-nodes.vfwCvfc
ModelUuid:d3db09af-e8de-402c-9cfe-2d0283bdf810
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:2bb363c0-1408-4462-9699-3a644e1641a9
ModelInvariantUuid:03740dbc-59b7-462d-b086-a024efd189c5
ModelName:Vfw4e815ca9D770.compute.nodes.heat.vfw
ModelUuid:2c9bfb6c-ce0f-4aa8-8298-9b39f7b25612
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:9a50dd61-6be8-42e1-84ae-98eda3e5825c
ModelInvariantUuid:f4f8b08a-93d6-43a0-9f85-0a0fc1ebed6e
ModelName:vFW 4e815ca9-d770-nodes.vsnCvfc
ModelUuid:57257c6e-db45-4fd0-8745-f59d3564e736
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:30d26434-6af5-4ca1-8b34-26dcbb8963b6
ModelInvariantUuid:863d94dc-4cfb-4282-bc91-b323b53cc5f9
ModelName:Vfw4e815ca9D770.compute.nodes.heat.vsn
ModelUuid:6b22ac8d-a120-4721-bf96-b826d08d2800
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:f3c1588a-5f54-481b-9117-56131b57ffca
ModelInvariantUuid:7d53ff6c-b79a-4fd6-bf70-01387d6bc626
ModelName:vFW 4e815ca9-d770-nodes.vpgCvfc
ModelUuid:6c63facd-06c2-4325-8b5c-cd1faab445e4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:5c610fcf-10b5-4eec-9a81-19a9c73c3976
ModelInvariantUuid:060a016c-b1ce-47d7-9cd6-458ab30df760
ModelName:Vfw4e815ca9D770.compute.nodes.heat.vpg
ModelUuid:541c5f6e-58d2-4ba8-9e8c-96afcd46e373
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T00:37:20.420Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e73b9819-b022-427f-a7fc-4d5c5f8d1419
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:37:20.490Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||vFW 4e815ca9-d770 0
2022-12-08T00:37:20.502Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e73b9819-b022-427f-a7fc-4d5c5f8d1419
2022-12-08T00:37:20.502Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd258fbd-6be3-4317-866a-e56309e3bf85 from URL: /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json
2022-12-08T00:37:20.502Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:37:20.503Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json
2022-12-08T00:37:20.600Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:37:20.601Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json dd258fbd-6be3-4317-866a-e56309e3bf85 785
2022-12-08T00:37:20.601Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json ASDC sendASDCNotification
2022-12-08T00:37:20.601Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json
2022-12-08T00:37:20.601Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:37:20.602Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:20.605Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:20.605Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459840601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:20.705Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:20.706Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:20.706Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:20.748Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:20.751Z||pool-11-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:21.606Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4e815ca9D770..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89ccb11c-0a36-48d6-8619-11b8bda764b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24f98724-6467-4e66-ab30-9888fbdf0efe",
"vfModuleModelCustomizationUUID": "96dac9ac-b60a-4a1d-a740-b6908d7705c4",
"isBase": true,
"artifacts": [
"8ecc96f5-8661-4508-8c34-5722bbdf599d",
"cef19c56-15a8-4036-b550-643f03a6e649"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T00:37:21.621Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e815ca9D770..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f98724-6467-4e66-ab30-9888fbdf0efe
VfModuleModelInvariantUUID:89ccb11c-0a36-48d6-8619-11b8bda764b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ecc96f5-8661-4508-8c34-5722bbdf599d
,
cef19c56-15a8-4036-b550-643f03a6e649
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T00:37:21.624Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw4e815ca9D770..base_vfw..module-0",
"vfModuleModelInvariantUUID": "89ccb11c-0a36-48d6-8619-11b8bda764b9",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "24f98724-6467-4e66-ab30-9888fbdf0efe",
"vfModuleModelCustomizationUUID": "96dac9ac-b60a-4a1d-a740-b6908d7705c4",
"isBase": true,
"artifacts": [
"8ecc96f5-8661-4508-8c34-5722bbdf599d",
"cef19c56-15a8-4036-b550-643f03a6e649"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T00:37:21.624Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4e815ca9D770..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:24f98724-6467-4e66-ab30-9888fbdf0efe
VfModuleModelInvariantUUID:89ccb11c-0a36-48d6-8619-11b8bda764b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
8ecc96f5-8661-4508-8c34-5722bbdf599d
,
cef19c56-15a8-4036-b550-643f03a6e649
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T00:37:21.624Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ecc96f5-8661-4508-8c34-5722bbdf599d from URL: /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml
2022-12-08T00:37:21.624Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:37:21.625Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml
2022-12-08T00:37:21.718Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:37:21.719Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml 8ecc96f5-8661-4508-8c34-5722bbdf599d 20368
2022-12-08T00:37:21.719Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T00:37:21.719Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml
2022-12-08T00:37:21.719Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:37:21.720Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:21.723Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:21.723Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459841719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:21.823Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:21.824Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:21.824Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:21.841Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:21.842Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:22.724Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: cef19c56-15a8-4036-b550-643f03a6e649 from URL: /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
2022-12-08T00:37:22.724Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:37:22.725Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
2022-12-08T00:37:22.806Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:37:22.806Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env cef19c56-15a8-4036-b550-643f03a6e649 2098
2022-12-08T00:37:22.807Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T00:37:22.807Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
2022-12-08T00:37:22.807Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:37:22.807Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:22.810Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:22.811Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459842807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:37:22.911Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:22.912Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:22.912Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:22.928Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:22.929Z||pool-13-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:23.811Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d84bdb3e-a5b8-46d4-9014-47d239cd6ef6
2022-12-08T00:37:23.812Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4e815ca9-d770 0 e73b9819-b022-427f-a7fc-4d5c5f8d1419 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:37:23.855Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5307fea7, org.onap.sdc.toscaparser.api.parameters.Input@282063bc, org.onap.sdc.toscaparser.api.parameters.Input@42cb6e23, org.onap.sdc.toscaparser.api.parameters.Input@1f5796ef, org.onap.sdc.toscaparser.api.parameters.Input@73c9a164]
2022-12-08T00:37:23.859Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.859Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.859Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-08T00:37:23.859Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2359feb2-1c8b-4af9-a4c2-bcac546a3700
2022-12-08T00:37:23.859Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2359feb2-1c8b-4af9-a4c2-bcac546a3700 matches Tosca VF Customization UUID: 2359feb2-1c8b-4af9-a4c2-bcac546a3700
2022-12-08T00:37:23.860Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2359feb2-1c8b-4af9-a4c2-bcac546a3700 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-08T00:37:23.867Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.868Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.869Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2359feb2-1c8b-4af9-a4c2-bcac546a3700: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T00:37:23.870Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@423fb168
2022-12-08T00:37:23.870Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.870Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T00:37:23.871Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 96dac9ac-b60a-4a1d-a740-b6908d7705c4
2022-12-08T00:37:23.872Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 96dac9ac-b60a-4a1d-a740-b6908d7705c4
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-08T00:37:23.881Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.881Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.882Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:23.883Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.883Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.883Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:23.883Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T00:37:23.884Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T00:37:23.885Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.885Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.885Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T00:37:23.885Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.885Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T00:37:23.886Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.886Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=76a4b15c-b2d0-4b68-9f7c-b5b1f582f687
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T00:37:23.894Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.895Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.895Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:23.895Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.896Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:23.896Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:23.896Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:23.896Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-08T00:37:23.897Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-08T00:37:23.898Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.898Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-08T00:37:23.898Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.898Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a50dd61-6be8-42e1-84ae-98eda3e5825c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T00:37:23.902Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.902Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.903Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:23.906Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.906Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is not matching search criteria
2022-12-08T00:37:23.906Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-08T00:37:23.906Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-08T00:37:23.906Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-08T00:37:23.907Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-08T00:37:23.908Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-08T00:37:23.908Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-08T00:37:23.908Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-08T00:37:23.908Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f3c1588a-5f54-481b-9117-56131b57ffca
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T00:37:23.912Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.912Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.913Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:37:23.913Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.913Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Node template vFW 4e815ca9-d770 0 is matching search criteria
2022-12-08T00:37:23.914Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 4e815ca9-d770 0] matching following query criteria: sdcType=VF, customizationUUID=2359feb2-1c8b-4af9-a4c2-bcac546a3700
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:37:23.917Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.918Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.918Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d84bdb3e-a5b8-46d4-9014-47d239cd6ef6: vFW 4e815ca9-d770
2022-12-08T00:37:23.918Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.919Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.919Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.919Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.919Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.919Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.920Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.920Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.920Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:37:23.920Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-12-08 00-35-00 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:37:23.921Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-12-08 00-35-00
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:37:24.294Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4e815ca9-d770 e73b9819-b022-427f-a7fc-4d5c5f8d1419 1 ASDC deployResourceStructure
2022-12-08T00:37:24.295Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json ASDC sendASDCNotification
2022-12-08T00:37:24.295Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json
2022-12-08T00:37:24.296Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:37:24.296Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:24.298Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:24.299Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459844295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:24.399Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:24.401Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:24.402Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:24.418Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:24.436Z||pool-14-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:37:25.300Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-08T00:37:25.300Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml
2022-12-08T00:37:25.301Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:37:25.301Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:25.304Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:25.304Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459845300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:25.404Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:25.405Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:25.405Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:25.423Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:25.424Z||pool-15-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:26.306Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-08T00:37:26.306Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env
2022-12-08T00:37:26.307Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:37:26.307Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:26.310Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:26.310Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459846306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:26.410Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:26.411Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:26.411Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:26.426Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:26.426Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:27.312Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar ASDC sendASDCNotification
2022-12-08T00:37:27.312Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar
2022-12-08T00:37:27.312Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:37:27.312Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:37:27.314Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:37:27.315Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459847311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:37:27.415Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:37:27.416Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:37:27.416Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:37:27.431Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:37:27.432Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:37:28.316Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:37:28.340Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9fd3ca27-4999-4d0d-bbaa-b0e02892db87
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:37:28.345Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:37:28.345Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T00:37:28.346Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T00:37:28.346Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T00:37:28.346Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:37:28.346Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:37:28.347Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:37:28.347Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:37:28.347Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:37:28.356Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T00:37:58.357Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T00:37:58.369Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and serviceModelVersionId: d84bdb3e-a5b8-46d4-9014-47d239cd6ef6
2022-12-08T00:37:58.370Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 96dcb719-0d26-485d-aed3-9a4b72c9093e
2022-12-08T00:38:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:38:07.291Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:38:07.291Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:38:07.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:38:07.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:38:07.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:38:07.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:38:13.444Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0
2022-12-08T00:38:13.583Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T00:38:14.104Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0|INFO|500||Invoke
2022-12-08T00:38:14.116Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9fd3ca27-4999-4d0d-bbaa-b0e02892db87], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[432032ef-de86-4d7f-bd91-d8e8e927100c], X-ECOMP-RequestID=[9fd3ca27-4999-4d0d-bbaa-b0e02892db87], X-TransactionId=[], X-ONAP-RequestID=[9fd3ca27-4999-4d0d-bbaa-b0e02892db87], Content-Type=[application/merge-patch+json]}
2022-12-08T00:38:14.146Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T00:38:14.504Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?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/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 00:38:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[320], vertex-id=[188440], x-aai-txid=[1-aai-resources-221208-00:38:14:911-42428], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T00:38:14.507Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T00:38:14.509Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/96dcb719-0d26-485d-aed3-9a4b72c9093e/model-vers/model-ver/d84bdb3e-a5b8-46d4-9014-47d239cd6ef6?depth=0|INFO|500||InvokeReturn
2022-12-08T00:38:14.514Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T00:38:14.514Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:38:14.532Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T00:38:14.535Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9fd3ca27-4999-4d0d-bbaa-b0e02892db87 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T00:38:14.536Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T00:38:14.537Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:38:14.539Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:38:14.539Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459894536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T00:38:14.685Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 146 ms
2022-12-08T00:38:14.686Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:38:14.686Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:38:14.705Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:38:14.706Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:38:15.559Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:38:15.560Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:38:15.560Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:38:25.105Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:39:07.285Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:39:07.286Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:39:07.287Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:39:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:39:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:39:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:39:07.332Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:39:07.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:39:07.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459827286,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object.
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459835307,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459840601,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:39:07.336Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459841719,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459842807,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459844295,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/vfw4e815ca9d7700_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:39:07.337Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459845300,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459846306,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/resourceInstances/vfw4e815ca9d7700/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-12-08T00:39:07.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459847311,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221208003500/1.0/artifacts/service-Vfw20221208003500-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:39:07.339Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:39:16.853Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:40:07.286Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:40:07.287Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:40:07.287Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:40:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:40:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:40:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:40:07.814Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:40:07.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-08T00:40:07.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "9fd3ca27-4999-4d0d-bbaa-b0e02892db87",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670459894536,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T00:40:07.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:40:16.856Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:07.285Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:41:07.286Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:41:07.286Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:41:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:41:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:07.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460051364,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460033392,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460029113,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460047802,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460047636,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460064773,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460064774,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670460064779,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460063847,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460064866,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460065897,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460065871,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460066980,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:07.462Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "policy-id",
"timestamp": 1670460066888,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:41:07.485Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a9de048-acee-409f-a808-029771fd65c0
2022-12-08T00:41:07.486Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9de048-acee-409f-a808-029771fd65c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:41:07.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460066222,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:07.500Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:41:07.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460068023,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:41:07.515Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a9de048-acee-409f-a808-029771fd65c0
2022-12-08T00:41:07.516Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9de048-acee-409f-a808-029771fd65c0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-12-08T00:41:07.938Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:07.939Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-08T00:41:07.939Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a9de048-acee-409f-a808-029771fd65c0","serviceName":"basic_onboard_YXQmQf","serviceVersion":"1.0","serviceUUID":"48c734cd-e2fa-4783-9dfc-36d9dd6361ae","serviceDescription":"service","serviceInvariantUUID":"508003e3-3fb4-4c2f-bc8d-d69b0064a0f5","resources":[{"resourceInstanceName":"basic_onboard_YXQmQf 0","resourceName":"basic_onboard_YXQmQf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3a7a900c-2256-4076-ad8e-4148592c6bec","resourceInvariantUUID":"088b0e92-98dd-49a2-a8c5-3393f3882f98","resourceCustomizationUUID":"af58d769-4aaf-484f-843c-f7689fe23d82","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQxZmM5YTcwN2NlOGZkMzQ2MDE0NTlmYzM3NTRkMTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86714239-f966-453c-bf3e-47a0f945975a","artifactVersion":"1"},{"artifactName":"basic_onboard_yxqmqf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json","artifactChecksum":"YzFhNGU0NGM2ZGY0OTllNDcwOGJiZDQ1NGMwZDA0MDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea179f6d-50c8-4912-880b-1872f6cfdb0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b9210a54-d797-4f10-a703-12c3344b562d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"408fbd65-2a2e-455e-b0af-bbc707569286","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f3aedf7d-0867-49b7-9798-9cc92a987d95","artifactVersion":"2","generatedFromUUID":"b9210a54-d797-4f10-a703-12c3344b562d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYxqmqf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml","artifactChecksum":"MzZjNDk5YThkYjIyOTFjYTk3ZTQzNWUxMzQ5YTFlYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1b1f496e-d533-43d4-8185-6734b8e4eff5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYxqmqf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar","artifactChecksum":"YmFiYTA0ZmY1N2MzYThhOTI2NTc1ZTA0NzI0YmFjODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"05f15936-3489-4565-81d6-abc7cef45a2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T00:41:07.942Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:07.942Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:07.944Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:07.944Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:08.048Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-12-08T00:41:08.049Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:08.050Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:08.067Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:08.068Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:08.945Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:08.945Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:08.947Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:08.948Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:41:09.048Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:09.049Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:09.049Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:09.063Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:09.064Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:09.948Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:09.949Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:09.953Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:09.953Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:41:10.051Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-12-08T00:41:10.052Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:10.053Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:10.067Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:10.068Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:41:10.953Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:10.955Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:10.957Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:10.957Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:11.058Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T00:41:11.059Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:11.059Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:11.071Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:11.072Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:11.958Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:11.960Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:11.962Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:11.962Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T00:41:12.063Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:12.064Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:12.064Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:12.077Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:12.077Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:12.963Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:12.964Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:12.967Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:12.967Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:41:13.067Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:13.068Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:13.068Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:13.085Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:13.086Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:41:13.967Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:41:13.968Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:13.970Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:13.971Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:41:14.071Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:14.075Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:14.076Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:14.094Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:14.096Z||pool-25-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:14.972Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"serviceName": "basic_onboard_YXQmQf",
"serviceVersion": "1.0",
"serviceUUID": "48c734cd-e2fa-4783-9dfc-36d9dd6361ae",
"serviceDescription": "service",
"serviceInvariantUUID": "508003e3-3fb4-4c2f-bc8d-d69b0064a0f5",
"resources": [
{
"resourceInstanceName": "basic_onboard_YXQmQf 0",
"resourceCustomizationUUID": "af58d769-4aaf-484f-843c-f7689fe23d82",
"resourceName": "basic_onboard_YXQmQf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "3a7a900c-2256-4076-ad8e-4148592c6bec",
"resourceInvariantUUID": "088b0e92-98dd-49a2-a8c5-3393f3882f98",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_yxqmqf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"artifactChecksum": "YzFhNGU0NGM2ZGY0OTllNDcwOGJiZDQ1NGMwZDA0MDk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "ea179f6d-50c8-4912-880b-1872f6cfdb0c",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "b9210a54-d797-4f10-a703-12c3344b562d",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3aedf7d-0867-49b7-9798-9cc92a987d95",
"generatedFromUUID": "b9210a54-d797-4f10-a703-12c3344b562d"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f3aedf7d-0867-49b7-9798-9cc92a987d95",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardYxqmqf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"artifactChecksum": "YmFiYTA0ZmY1N2MzYThhOTI2NTc1ZTA0NzI0YmFjODU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "05f15936-3489-4565-81d6-abc7cef45a2d"
}
],
"workloadContext": "Production"
}
2022-12-08T00:41:14.973Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T00:41:14.973Z|9fd3ca27-4999-4d0d-bbaa-b0e02892db87|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 48c734cd-e2fa-4783-9dfc-36d9dd6361ae ASDC
2022-12-08T00:41:14.973Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a9de048-acee-409f-a808-029771fd65c0
ServiceName:basic_onboard_YXQmQf
ServiceVersion:1.0
ServiceUUID:48c734cd-e2fa-4783-9dfc-36d9dd6361ae
ServiceInvariantUUID:508003e3-3fb4-4c2f-bc8d-d69b0064a0f5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYxqmqf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar
ArtifactUUID:05f15936-3489-4565-81d6-abc7cef45a2d
ArtifactChecksum:YmFiYTA0ZmY1N2MzYThhOTI2NTc1ZTA0NzI0YmFjODU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_YXQmQf 0
ResourceCustomizationUUID:af58d769-4aaf-484f-843c-f7689fe23d82
ResourceInvariantUUID:088b0e92-98dd-49a2-a8c5-3393f3882f98
ResourceName:basic_onboard_YXQmQf
ResourceType:VF
ResourceUUID:3a7a900c-2256-4076-ad8e-4148592c6bec
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yxqmqf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json
ArtifactUUID:ea179f6d-50c8-4912-880b-1872f6cfdb0c
ArtifactChecksum:YzFhNGU0NGM2ZGY0OTllNDcwOGJiZDQ1NGMwZDA0MDk=
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/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b9210a54-d797-4f10-a703-12c3344b562d
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/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
ArtifactUUID:f3aedf7d-0867-49b7-9798-9cc92a987d95
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/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
ArtifactUUID:f3aedf7d-0867-49b7-9798-9cc92a987d95
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-08T00:41:14.973Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48c734cd-e2fa-4783-9dfc-36d9dd6361ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:41:15.014Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:41:15.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:41:15.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:41:15.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 05f15936-3489-4565-81d6-abc7cef45a2d from URL: /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:15.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:41:15.016Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:15.097Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:41:15.100Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar 05f15936-3489-4565-81d6-abc7cef45a2d 75704
2022-12-08T00:41:15.100Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar ASDC sendASDCNotification
2022-12-08T00:41:15.100Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:15.101Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:41:15.101Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:15.103Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:15.103Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460075100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:15.204Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:15.205Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:15.205Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:15.221Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:15.222Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:41:16.104Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:41:16.105Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-12-08T00:41:16.105Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 05f15936-3489-4565-81d6-abc7cef45a2d, URL: /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar to file: /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:16.106Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:16.106Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:16.106Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:16.234Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7971152537929218545/Definitions/service-BasicOnboardYxqmqf-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-08T00:41:17.533Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T00:41:17.534Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T00:41:17.534Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.534Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T00:41:17.534Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.534Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.535Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YXQmQf 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-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.535Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.535Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.535Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.536Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||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-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:17.536Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-12-08T00:41:17.536Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.536Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.537Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:17.538Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T00:41:17.538Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:41:17.538Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.539Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.539Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:17.540Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-12-08T00:41:17.540Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:41:17.540Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.540Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.541Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.541Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is not matching search criteria
2022-12-08T00:41:17.541Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-08T00:41:17.542Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-08T00:41:17.542Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-08T00:41:17.542Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T00:41:17.543Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-08T00:41:17.543Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.543Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T00:41:17.544Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.544Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:17.544Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:17.545Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.545Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:17.545Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:17.545Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.546Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:17.546Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:17.546Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.547Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is not matching search criteria
2022-12-08T00:41:17.547Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T00:41:17.547Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T00:41:17.547Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646c6386-bae4-42b3-ab9f-b1bd60cba030
2022-12-08T00:41:17.548Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.548Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.548Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.548Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.549Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.549Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.549Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:17.550Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:17.550Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_YXQmQf
Description:service
Model UUID:48c734cd-e2fa-4783-9dfc-36d9dd6361ae
Model Version:NULL
Model InvariantUuid:508003e3-3fb4-4c2f-bc8d-d69b0064a0f5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_YXQmQf
Model UUID:922b1019-2865-4439-a41b-59321c4def0e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:088b0e92-98dd-49a2-a8c5-3393f3882f98
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:af58d769-4aaf-484f-843c-f7689fe23d82
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:8f282a6f-c9c2-44cd-ba81-46b85393f543
ModelName:BasicOnboardYxqmqf..base_ubuntu18..module-0
ModelUuid:6f8b297b-f63c-4d95-ae14-cac6b4d29f8b
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:646c6386-bae4-42b3-ab9f-b1bd60cba030
ModelInvariantUuid:4a52e52f-8b18-4cbc-8836-8c8f74412980
ModelName:basic_onboard_YXQmQf-nodes.ubuntu18Cvfc
ModelUuid:b14a91b1-ae13-42bd-8613-285cd6e2a7a2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:0a0f918f-fc1e-44d5-b5c4-89b4ccf8067d
ModelInvariantUuid:baa3a704-4c81-4a70-a31e-bedea39ceb08
ModelName:BasicOnboardYxqmqf.compute.nodes.heat.ubuntu18
ModelUuid:f164dcd9-2dfe-43e9-801b-3e973a98e5e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T00:41:17.561Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 3a7a900c-2256-4076-ad8e-4148592c6bec
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:41:17.564Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||basic_onboard_YXQmQf 0
2022-12-08T00:41:17.565Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3a7a900c-2256-4076-ad8e-4148592c6bec
2022-12-08T00:41:17.565Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ea179f6d-50c8-4912-880b-1872f6cfdb0c from URL: /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json
2022-12-08T00:41:17.565Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:41:17.565Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json
2022-12-08T00:41:17.675Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:41:17.676Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json ea179f6d-50c8-4912-880b-1872f6cfdb0c 798
2022-12-08T00:41:17.676Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json ASDC sendASDCNotification
2022-12-08T00:41:17.676Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json
2022-12-08T00:41:17.676Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:41:17.677Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:17.679Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:17.680Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460077676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:17.780Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:17.781Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:17.781Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:17.797Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:17.798Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:18.680Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYxqmqf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8f282a6f-c9c2-44cd-ba81-46b85393f543",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f8b297b-f63c-4d95-ae14-cac6b4d29f8b",
"vfModuleModelCustomizationUUID": "aa1204d7-71e3-42f6-8567-19f0e79ecdaa",
"isBase": true,
"artifacts": [
"b9210a54-d797-4f10-a703-12c3344b562d",
"f3aedf7d-0867-49b7-9798-9cc92a987d95"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T00:41:18.686Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYxqmqf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f8b297b-f63c-4d95-ae14-cac6b4d29f8b
VfModuleModelInvariantUUID:8f282a6f-c9c2-44cd-ba81-46b85393f543
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9210a54-d797-4f10-a703-12c3344b562d
,
f3aedf7d-0867-49b7-9798-9cc92a987d95
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T00:41:18.691Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardYxqmqf..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "8f282a6f-c9c2-44cd-ba81-46b85393f543",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "6f8b297b-f63c-4d95-ae14-cac6b4d29f8b",
"vfModuleModelCustomizationUUID": "aa1204d7-71e3-42f6-8567-19f0e79ecdaa",
"isBase": true,
"artifacts": [
"b9210a54-d797-4f10-a703-12c3344b562d",
"f3aedf7d-0867-49b7-9798-9cc92a987d95"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-12-08T00:41:18.691Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYxqmqf..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f8b297b-f63c-4d95-ae14-cac6b4d29f8b
VfModuleModelInvariantUUID:8f282a6f-c9c2-44cd-ba81-46b85393f543
VfModuleModelDescription:NULL
Artifacts UUID List:{
b9210a54-d797-4f10-a703-12c3344b562d
,
f3aedf7d-0867-49b7-9798-9cc92a987d95
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-12-08T00:41:18.691Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9210a54-d797-4f10-a703-12c3344b562d from URL: /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml
2022-12-08T00:41:18.691Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:41:18.692Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml
2022-12-08T00:41:18.754Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:41:18.755Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml b9210a54-d797-4f10-a703-12c3344b562d 5033
2022-12-08T00:41:18.755Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T00:41:18.755Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml
2022-12-08T00:41:18.756Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:41:18.756Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:18.759Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:18.759Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460078755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:18.859Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:18.860Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:18.860Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:18.875Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:18.876Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:19.760Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f3aedf7d-0867-49b7-9798-9cc92a987d95 from URL: /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
2022-12-08T00:41:19.761Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-12-08T00:41:19.761Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
2022-12-08T00:41:19.821Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-12-08T00:41:19.822Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env f3aedf7d-0867-49b7-9798-9cc92a987d95 909
2022-12-08T00:41:19.822Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T00:41:19.822Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
2022-12-08T00:41:19.823Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:41:19.823Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:19.825Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:19.825Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460079822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:41:19.926Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:41:19.927Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:19.927Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:19.949Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:19.950Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:20.826Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 48c734cd-e2fa-4783-9dfc-36d9dd6361ae
2022-12-08T00:41:20.826Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YXQmQf 0 3a7a900c-2256-4076-ad8e-4148592c6bec ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:41:20.847Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d110058, org.onap.sdc.toscaparser.api.parameters.Input@21430f54, org.onap.sdc.toscaparser.api.parameters.Input@338fef2e, org.onap.sdc.toscaparser.api.parameters.Input@288ba25e, org.onap.sdc.toscaparser.api.parameters.Input@5d6d74d7]
2022-12-08T00:41:20.849Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.850Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.850Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-12-08T00:41:20.851Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= af58d769-4aaf-484f-843c-f7689fe23d82
2022-12-08T00:41:20.851Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af58d769-4aaf-484f-843c-f7689fe23d82 matches Tosca VF Customization UUID: af58d769-4aaf-484f-843c-f7689fe23d82
2022-12-08T00:41:20.852Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: af58d769-4aaf-484f-843c-f7689fe23d82 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-12-08T00:41:20.854Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.855Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.856Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id af58d769-4aaf-484f-843c-f7689fe23d82: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-08T00:41:20.857Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5dbb42bb
2022-12-08T00:41:20.857Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.858Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-08T00:41:20.858Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa1204d7-71e3-42f6-8567-19f0e79ecdaa
2022-12-08T00:41:20.858Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa1204d7-71e3-42f6-8567-19f0e79ecdaa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-12-08T00:41:20.861Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.861Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:20.862Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:20.863Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.864Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:20.864Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:20.865Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.865Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is not matching search criteria
2022-12-08T00:41:20.865Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-08T00:41:20.865Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-08T00:41:20.866Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=646c6386-bae4-42b3-ab9f-b1bd60cba030
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-12-08T00:41:20.870Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.870Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:20.870Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-08T00:41:20.871Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.871Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_YXQmQf 0 is matching search criteria
2022-12-08T00:41:20.871Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_YXQmQf 0] matching following query criteria: sdcType=VF, customizationUUID=af58d769-4aaf-484f-843c-f7689fe23d82
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:41:20.873Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.874Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.874Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 48c734cd-e2fa-4783-9dfc-36d9dd6361ae: basic_onboard_YXQmQf
2022-12-08T00:41:20.874Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.874Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.875Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.875Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.875Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.876Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.876Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.876Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.876Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:41:20.877Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_YXQmQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:41:20.879Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_YXQmQf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:41:21.008Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YXQmQf 3a7a900c-2256-4076-ad8e-4148592c6bec 1 ASDC deployResourceStructure
2022-12-08T00:41:21.009Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json ASDC sendASDCNotification
2022-12-08T00:41:21.009Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json
2022-12-08T00:41:21.010Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:41:21.010Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:21.013Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:21.014Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460081009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:21.113Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:41:21.114Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:21.115Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:21.130Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:21.131Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:22.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-08T00:41:22.015Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml
2022-12-08T00:41:22.016Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:41:22.016Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:22.019Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:22.019Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460082014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:22.119Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:41:22.120Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:22.120Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:22.136Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:22.137Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:41:23.020Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-08T00:41:23.021Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env
2022-12-08T00:41:23.021Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:41:23.022Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:23.027Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:23.027Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460083020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:23.124Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-08T00:41:23.125Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:23.126Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:23.139Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:23.140Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:24.028Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar ASDC sendASDCNotification
2022-12-08T00:41:24.029Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar
2022-12-08T00:41:24.029Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:41:24.030Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:41:24.032Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:41:24.033Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460084028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:41:24.133Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:41:24.134Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:41:24.134Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:41:24.151Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:41:24.152Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:41:25.034Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:41:25.050Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:41:25.055Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:41:25.056Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:41:25.056Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T00:41:55.057Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:41:55.073Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:41:55.076Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:41:55.076Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:41:55.076Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T00:42:07.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:42:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:42:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:42:07.324Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:42:07.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:42:07.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670460067226,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:42:07.334Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a9de048-acee-409f-a808-029771fd65c0
2022-12-08T00:42:07.334Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9de048-acee-409f-a808-029771fd65c0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:42:25.077Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:42:25.102Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:42:25.112Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:42:25.113Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:42:25.113Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T00:42:55.113Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:42:55.138Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:42:55.143Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:42:55.143Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:42:55.143Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T00:43:07.290Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:43:07.292Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:43:07.292Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:43:07.826Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:43:07.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:43:07.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "multicloud-k8s",
"timestamp": 1670460069026,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460072864,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.831Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "aai-model-loader",
"timestamp": 1670460073866,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:43:07.844Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a9de048-acee-409f-a808-029771fd65c0
2022-12-08T00:43:07.844Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a9de048-acee-409f-a808-029771fd65c0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460067285,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object.
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460075100,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460077676,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460078755,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460079822,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460081009,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/basic_onboard_yxqmqf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460082014,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460083020,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/resourceInstances/basic_onboard_yxqmqf0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.861Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:07.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:43:07.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460084028,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardYxqmqf/1.0/artifacts/service-BasicOnboardYxqmqf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:43:07.862Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:43:25.144Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:43:25.193Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:43:25.198Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:43:25.198Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T00:43:25.198Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T00:43:25.199Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T00:43:25.199Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:43:25.199Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:43:25.199Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:43:25.199Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:43:25.200Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:43:25.211Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T00:43:55.212Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a9de048-acee-409f-a808-029771fd65c0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T00:43:55.219Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a9de048-acee-409f-a808-029771fd65c0 and serviceModelVersionId: 48c734cd-e2fa-4783-9dfc-36d9dd6361ae
2022-12-08T00:43:55.219Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 508003e3-3fb4-4c2f-bc8d-d69b0064a0f5
2022-12-08T00:43:55.221Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0
2022-12-08T00:43:55.227Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T00:43:55.284Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-08T00:43:55.287Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0|INFO|500||Invoke
2022-12-08T00:43:55.294Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T00:43:55.515Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0|INFO|500||InvokeReturn
2022-12-08T00:43:55.517Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/508003e3-3fb4-4c2f-bc8d-d69b0064a0f5/model-vers/model-ver/48c734cd-e2fa-4783-9dfc-36d9dd6361ae?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 00:43:56 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[208], vertex-id=[184544], x-aai-txid=[0-aai-resources-221208-00:43:56:061-87818], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T00:43:55.518Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T00:43:55.518Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T00:43:55.518Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:43:55.528Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-12-08T00:43:55.529Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a9de048-acee-409f-a808-029771fd65c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T00:43:55.529Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T00:43:55.530Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:43:55.533Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:43:55.533Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460235529,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T00:43:55.633Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:43:55.634Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:43:55.634Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:43:55.652Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:43:55.653Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:43:56.551Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:43:56.552Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:43:56.552Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:44:06.846Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:44:06.847Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:44:06.847Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:44:06.848Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:44:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:44:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:44:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:44:07.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:44:07.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-08T00:44:07.921Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
"distributionID": "2a9de048-acee-409f-a808-029771fd65c0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670460235529,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T00:44:07.922Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:44:16.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:44:16.449Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:44:16.449Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:44:16.450Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:44:25.999Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:45:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:45:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:45:07.286Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:45:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:45:07.291Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:45:07.292Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:45:16.833Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:45:16.835Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:46:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:46:07.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:46:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:46:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:46:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:46:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:46:16.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:46:16.857Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:47:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:47:07.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:47:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:47:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:47:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:47:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:47:16.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:47:16.833Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:48:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:48:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:48:07.286Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:48:07.289Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:48:07.290Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:48:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:48:16.854Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:48:16.868Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:49:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:49:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:49:07.286Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:49:07.289Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:49:07.290Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:49:07.290Z|2a9de048-acee-409f-a808-029771fd65c0|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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:49:16.852Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:49:16.852Z|2a9de048-acee-409f-a808-029771fd65c0|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:50:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:50:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:50:07.286Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:50:07.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:50:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:50:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:50:16.830Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:50:16.832Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:51:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:51:07.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:51:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:51:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:51:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:51:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:51:16.834Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:51:16.854Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:52:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:52:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:52:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:52:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:52:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:52:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:52:16.840Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:52:16.841Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:53:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:53:07.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:53:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:53:07.289Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:53:07.290Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:53:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:53:16.848Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:53:16.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:54:07.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:54:07.288Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:54:07.288Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:54:07.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:54:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:54:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:54:16.842Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:54:16.844Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:55:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:55:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:55:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:55:07.290Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:55:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:55:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:55:16.851Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:55:16.853Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:56:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:56:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:56:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:56:07.289Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:56:07.290Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:56:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:56:16.838Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:56:16.844Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:57:07.286Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:57:07.287Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:57:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:57:07.289Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:57:07.290Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:57:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:57:16.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:57:16.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:07.285Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:58:07.286Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:58:07.287Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:07.289Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:58:07.290Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:58:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:07.951Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:07.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"62a75d61-90f4-48de-b010-a8b2f54c613f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b88f756f-b50c-416b-b8ed-d0c71f395da7","serviceDescription":"service","serviceInvariantUUID":"a0475930-ab6a-4daf-9fd7-a490e596f6e5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"213056f2-b9cf-454d-b3bd-cf5d9fa71dc8","resourceInvariantUUID":"8838bd63-fb25-4580-a074-49243a821b92","resourceCustomizationUUID":"16de59fc-18ad-4eff-ab8a-2c4e879f43ce","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":"MzNlY2YwOWQ1NTcyMDk1YWMwYTMxMThkMDEwMmZkMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d667cd03-ca74-4aa5-9962-a126f3586205","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2RhOTMzYzY3NjM1YjcwM2NiYzM5OGJhZTkwN2VhM2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3dfa5d6a-de60-4095-b884-add28e94a6d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T00:58:07.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:07.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "multicloud-k8s",
"timestamp": 1670461030081,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:58:07.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.955Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "aai-model-loader",
"timestamp": 1670461041364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:58:07.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.956Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.956Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461025821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:58:07.956Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461037802,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:58:07.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "multicloud-k8s",
"timestamp": 1670461030081,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:07.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "aai-model-loader",
"timestamp": 1670461041364,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:07.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461025821,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461037802,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:07.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461045020,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "aai-model-loader",
"timestamp": 1670461045027,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:58:07.964Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:07.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461044497,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:58:07.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:07.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.960Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:58:07.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "policy-id",
"timestamp": 1670461047638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:58:07.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461047485,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:58:07.966Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:07.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "policy-id",
"timestamp": 1670461047638,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:07.967Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:58:07.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-12-08T00:58:07.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:07.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461048493,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
2022-12-08T00:58:07.975Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:58:07.977Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461087285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:58:08.056Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62a75d61-90f4-48de-b010-a8b2f54c613f
2022-12-08T00:58:08.057Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a75d61-90f4-48de-b010-a8b2f54c613f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:58:08.075Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-12-08T00:58:08.076Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:58:08.076Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:08.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:08.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "aai-model-loader",
"timestamp": 1670461049722,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:58:08.081Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:08.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:08.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "policy-id",
"timestamp": 1670461050435,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:58:08.083Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:08.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:08.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "aai-model-loader",
"timestamp": 1670461050727,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:58:08.096Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62a75d61-90f4-48de-b010-a8b2f54c613f
2022-12-08T00:58:08.096Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a75d61-90f4-48de-b010-a8b2f54c613f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:58:08.109Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:08.110Z||pool-35-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:58:08.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:08.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "policy-id",
"timestamp": 1670461051442,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:58:08.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T00:58:08.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-08T00:58:08.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "policy-id",
"timestamp": 1670461052447,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T00:58:08.123Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62a75d61-90f4-48de-b010-a8b2f54c613f
2022-12-08T00:58:08.123Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62a75d61-90f4-48de-b010-a8b2f54c613f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:58:08.978Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:58:08.979Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:58:08.981Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:58:08.981Z||pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461087285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:58:09.081Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-08T00:58:09.082Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:58:09.083Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:09.099Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:09.100Z||pool-36-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:58:09.983Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "b88f756f-b50c-416b-b8ed-d0c71f395da7",
"serviceDescription": "service",
"serviceInvariantUUID": "a0475930-ab6a-4daf-9fd7-a490e596f6e5",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "16de59fc-18ad-4eff-ab8a-2c4e879f43ce",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "213056f2-b9cf-454d-b3bd-cf5d9fa71dc8",
"resourceInvariantUUID": "8838bd63-fb25-4580-a074-49243a821b92",
"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": "Y2RhOTMzYzY3NjM1YjcwM2NiYzM5OGJhZTkwN2VhM2U\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3dfa5d6a-de60-4095-b884-add28e94a6d5"
}
],
"workloadContext": "Production"
}
2022-12-08T00:58:09.984Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T00:58:09.984Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b88f756f-b50c-416b-b8ed-d0c71f395da7 ASDC
2022-12-08T00:58:09.985Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:62a75d61-90f4-48de-b010-a8b2f54c613f
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b88f756f-b50c-416b-b8ed-d0c71f395da7
ServiceInvariantUUID:a0475930-ab6a-4daf-9fd7-a490e596f6e5
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:3dfa5d6a-de60-4095-b884-add28e94a6d5
ArtifactChecksum:Y2RhOTMzYzY3NjM1YjcwM2NiYzM5OGJhZTkwN2VhM2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:16de59fc-18ad-4eff-ab8a-2c4e879f43ce
ResourceInvariantUUID:8838bd63-fb25-4580-a074-49243a821b92
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:213056f2-b9cf-454d-b3bd-cf5d9fa71dc8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-12-08T00:58:09.986Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b88f756f-b50c-416b-b8ed-d0c71f395da7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:58:10.015Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:58:10.016Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:58:10.016Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:58:10.017Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3dfa5d6a-de60-4095-b884-add28e94a6d5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T00:58:10.017Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-08T00:58:10.017Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T00:58:10.103Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-08T00:58:10.120Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3dfa5d6a-de60-4095-b884-add28e94a6d5 57794
2022-12-08T00:58:10.121Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T00:58:10.121Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T00:58:10.121Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:58:10.121Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:58:10.124Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:58:10.125Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461090120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:58:10.225Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:58:10.226Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:58:10.226Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:10.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:10.244Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:58:11.125Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:58:11.127Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:58:11.127Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3dfa5d6a-de60-4095-b884-add28e94a6d5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.128Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-08T00:58:11.128Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.129Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.285Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15369398627134043893/Definitions/service-BasicNetwork-template.yml
2022-12-08T00:58:11.818Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T00:58:11.846Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T00:58:11.850Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.850Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-08T00:58:11.850Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.850Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|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-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-08T00:58:11.851Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T00:58:11.852Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.852Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.852Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T00:58:11.853Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-08T00:58:11.853Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:58:11.853Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.853Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.853Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.854Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.855Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.855Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.855Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.855Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.856Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.856Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.856Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:b88f756f-b50c-416b-b8ed-d0c71f395da7
Model Version:NULL
Model InvariantUuid:a0475930-ab6a-4daf-9fd7-a490e596f6e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:8838bd63-fb25-4580-a074-49243a821b92
Model UUID:2f00ecb8-323f-4bc1-aaa1-a3cda522b421
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:16de59fc-18ad-4eff-ab8a-2c4e879f43ce
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T00:58:11.864Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 213056f2-b9cf-454d-b3bd-cf5d9fa71dc8
2022-12-08T00:58:11.864Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||No resources found for Service: b88f756f-b50c-416b-b8ed-d0c71f395da7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:58:11.870Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||
2022-12-08T00:58:11.870Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-12-08T00:58:11.871Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b88f756f-b50c-416b-b8ed-d0c71f395da7
2022-12-08T00:58:11.871Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b88f756f-b50c-416b-b8ed-d0c71f395da7
2022-12-08T00:58:11.871Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-12-08T00:58:11.871Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:58:11.876Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73685a46, org.onap.sdc.toscaparser.api.parameters.Input@6ca3cb25, org.onap.sdc.toscaparser.api.parameters.Input@51504165, org.onap.sdc.toscaparser.api.parameters.Input@55ca24e, org.onap.sdc.toscaparser.api.parameters.Input@345772c9]
2022-12-08T00:58:11.878Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.878Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.878Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.878Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.878Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b88f756f-b50c-416b-b8ed-d0c71f395da7: Generic NeutronNet
2022-12-08T00:58:11.879Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.879Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.879Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.879Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-12-08T00:58:11.922Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.922Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.923Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.923Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.923Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:58:11.923Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:58:11.924Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-08T00:58:12.012Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-12-08T00:58:12.013Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-08T00:58:12.013Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-08T00:58:12.013Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:58:12.013Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:58:12.015Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:58:12.015Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461092013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:58:12.115Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:58:12.116Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:58:12.117Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:12.131Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:12.131Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:58:13.017Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62a75d61-90f4-48de-b010-a8b2f54c613f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:58:13.029Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62a75d61-90f4-48de-b010-a8b2f54c613f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:58:13.032Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:58:13.032Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T00:58:13.032Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T00:58:13.032Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T00:58:13.032Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:58:13.033Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:58:13.033Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:58:13.033Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T00:58:13.033Z|62a75d61-90f4-48de-b010-a8b2f54c613f|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=?
2022-12-08T00:58:13.038Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T00:58:43.038Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62a75d61-90f4-48de-b010-a8b2f54c613f and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T00:58:43.047Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62a75d61-90f4-48de-b010-a8b2f54c613f and serviceModelVersionId: b88f756f-b50c-416b-b8ed-d0c71f395da7
2022-12-08T00:58:43.047Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0475930-ab6a-4daf-9fd7-a490e596f6e5
2022-12-08T00:58:43.049Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0
2022-12-08T00:58:43.054Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T00:58:43.148Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0|INFO|500||Invoke
2022-12-08T00:58:43.149Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62a75d61-90f4-48de-b010-a8b2f54c613f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[32e3de58-9a24-4101-90f4-a1b24fb273e2], X-ECOMP-RequestID=[62a75d61-90f4-48de-b010-a8b2f54c613f], X-TransactionId=[], X-ONAP-RequestID=[62a75d61-90f4-48de-b010-a8b2f54c613f], Content-Type=[application/merge-patch+json]}
2022-12-08T00:58:43.159Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T00:58:43.448Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?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/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 00:58:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[285], vertex-id=[209072], x-aai-txid=[0-aai-resources-221208-00:58:43:935-30068], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T00:58:43.449Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-08T00:58:43.449Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a0475930-ab6a-4daf-9fd7-a490e596f6e5/model-vers/model-ver/b88f756f-b50c-416b-b8ed-d0c71f395da7?depth=0|INFO|500||InvokeReturn
2022-12-08T00:58:43.450Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T00:58:43.450Z|62a75d61-90f4-48de-b010-a8b2f54c613f|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=?
2022-12-08T00:58:43.456Z|62a75d61-90f4-48de-b010-a8b2f54c613f|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)
2022-12-08T00:58:43.456Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62a75d61-90f4-48de-b010-a8b2f54c613f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T00:58:43.456Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T00:58:43.457Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:58:43.459Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:58:43.459Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461123456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T00:58:43.559Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:58:43.560Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:58:43.560Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:58:43.579Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:58:43.580Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T00:59:07.285Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:59:07.287Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:59:07.287Z|62a75d61-90f4-48de-b010-a8b2f54c613f|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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:07.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T00:59:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T00:59:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:07.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:07.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T00:59:07.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461087285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:07.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T00:59:07.928Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:07.929Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-08T00:59:07.929Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd57dd46-0c85-4505-ab3d-069aa4fa3242","serviceName":"Demo_pNF_uU8nnKJ52NwBVYcxdIFE","serviceVersion":"1.0","serviceUUID":"15083268-c311-457a-915f-4bdcd9ed59eb","serviceDescription":"catalog service description","serviceInvariantUUID":"40b0ab01-d77f-48b9-bddb-eecfd13423e6","resources":[{"resourceInstanceName":"pNF 60a478a3-1bf1 0","resourceName":"pNF 60a478a3-1bf1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bc78f28c-212a-4398-8b79-12352730a2c0","resourceInvariantUUID":"a3c1fffb-d3e8-4149-9ff0-9f0a71c9b6c7","resourceCustomizationUUID":"a91c3f4a-f9b4-4c3a-81a1-0773b09eb703","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml","artifactChecksum":"ODdiY2Q4ZGE4YTA5NTg1ZWVjNzBmNjMyMmQ4ZmEwYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b25afc87-55f6-4dcb-9a1a-71ff8f0a630f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar","artifactChecksum":"NmQyZTBiNzA1YzRmOThmMTQwZjQ3ZTgzNjk2YTc1YWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ad117658-e616-4d79-a47a-630d2b091ace","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d3b48da1-e5db-498f-9aeb-fec1224684c8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml","artifactChecksum":"YTUzZWMzNWEyMDAzMWE2NjRkMmYzOGE5YjM1N2VhMjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43f70b34-c743-420a-b3d3-3b57f6398015","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4812706d-3406-4a2d-8806-3828fa098c60","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0eb77abb-1c17-435a-9085-1dc960dbffae","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUu8nnkj52nwbvycxdife-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml","artifactChecksum":"MzA5NGM2MjBmN2EzZTQ3ZmM3ZDk2OWNlYTQ3Zjg2YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13a9bfcf-a2f4-49ed-9c87-ad8365a48b17","artifactVersion":"1"},{"artifactName":"service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar","artifactChecksum":"YWIwOTQ0NjFmMjExZjAxZjVjNzZkNDE3NDgzNWU1MDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3910273d-3bca-42a5-8d22-5f506aac0119","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T00:59:07.933Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:07.933Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:07.936Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:07.936Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:08.036Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:08.037Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:08.037Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:08.053Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:08.054Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:08.937Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:08.938Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:08.940Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:08.940Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:09.040Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:09.041Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:09.041Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:09.057Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:09.057Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:09.940Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:09.941Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:09.943Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:09.943Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:10.043Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:10.044Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:10.045Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:10.058Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:10.058Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:10.944Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:10.947Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:10.949Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:10.949Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:11.049Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:11.051Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:11.051Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:11.068Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:11.068Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:11.950Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:11.951Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:11.954Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:11.954Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:12.054Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:12.055Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:12.055Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:12.069Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:12.069Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:12.954Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:12.955Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:12.957Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:12.957Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:13.058Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:13.059Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:13.059Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:13.074Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:13.074Z||pool-45-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-08T00:59:13.958Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:13.959Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:13.961Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:13.961Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T00:59:14.061Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:14.062Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:14.063Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:14.096Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:14.097Z||pool-46-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:14.962Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T00:59:14.963Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:14.965Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:14.965Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T00:59:15.065Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:15.066Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:15.066Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:15.081Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:15.081Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:15.966Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"serviceName": "Demo_pNF_uU8nnKJ52NwBVYcxdIFE",
"serviceVersion": "1.0",
"serviceUUID": "15083268-c311-457a-915f-4bdcd9ed59eb",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "40b0ab01-d77f-48b9-bddb-eecfd13423e6",
"resources": [
{
"resourceInstanceName": "pNF 60a478a3-1bf1 0",
"resourceCustomizationUUID": "a91c3f4a-f9b4-4c3a-81a1-0773b09eb703",
"resourceName": "pNF 60a478a3-1bf1",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "bc78f28c-212a-4398-8b79-12352730a2c0",
"resourceInvariantUUID": "a3c1fffb-d3e8-4149-9ff0-9f0a71c9b6c7",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"artifactChecksum": "YWIwOTQ0NjFmMjExZjAxZjVjNzZkNDE3NDgzNWU1MDc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3910273d-3bca-42a5-8d22-5f506aac0119"
}
],
"workloadContext": "Production"
}
2022-12-08T00:59:15.966Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T00:59:15.966Z|62a75d61-90f4-48de-b010-a8b2f54c613f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 15083268-c311-457a-915f-4bdcd9ed59eb ASDC
2022-12-08T00:59:15.967Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bd57dd46-0c85-4505-ab3d-069aa4fa3242
ServiceName:Demo_pNF_uU8nnKJ52NwBVYcxdIFE
ServiceVersion:1.0
ServiceUUID:15083268-c311-457a-915f-4bdcd9ed59eb
ServiceInvariantUUID:40b0ab01-d77f-48b9-bddb-eecfd13423e6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
ArtifactUUID:3910273d-3bca-42a5-8d22-5f506aac0119
ArtifactChecksum:YWIwOTQ0NjFmMjExZjAxZjVjNzZkNDE3NDgzNWU1MDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 60a478a3-1bf1 0
ResourceCustomizationUUID:a91c3f4a-f9b4-4c3a-81a1-0773b09eb703
ResourceInvariantUUID:a3c1fffb-d3e8-4149-9ff0-9f0a71c9b6c7
ResourceName:pNF 60a478a3-1bf1
ResourceType:PNF
ResourceUUID:bc78f28c-212a-4398-8b79-12352730a2c0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-12-08T00:59:15.967Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15083268-c311-457a-915f-4bdcd9ed59eb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T00:59:15.996Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:59:15.996Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:59:15.996Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:59:15.997Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3910273d-3bca-42a5-8d22-5f506aac0119 from URL: /sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:15.997Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-08T00:59:15.997Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:16.062Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-08T00:59:16.064Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar 3910273d-3bca-42a5-8d22-5f506aac0119 88031
2022-12-08T00:59:16.064Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar ASDC sendASDCNotification
2022-12-08T00:59:16.065Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:16.065Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T00:59:16.065Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:16.067Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:16.068Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461156064,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T00:59:16.168Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T00:59:16.169Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:16.169Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:16.186Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:16.186Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:17.068Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T00:59:17.070Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T00:59:17.070Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3910273d-3bca-42a5-8d22-5f506aac0119, URL: /sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar to file: /app/ASDC/1/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.070Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.071Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.071Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.185Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2356265076528856471/Definitions/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml
2022-12-08T00:59:17.922Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 60a478a3-1bf1 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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T00:59:17.923Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Node template pNF 60a478a3-1bf1 0 is matching search criteria
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 60a478a3-1bf1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.924Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Node template pNF 60a478a3-1bf1 0 is matching search criteria
2022-12-08T00:59:17.925Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-12-08T00:59:17.925Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 60a478a3-1bf1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-08T00:59:17.925Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.925Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.925Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.926Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_uU8nnKJ52NwBVYcxdIFE
Description:catalog service description
Model UUID:15083268-c311-457a-915f-4bdcd9ed59eb
Model Version:NULL
Model InvariantUuid:40b0ab01-d77f-48b9-bddb-eecfd13423e6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-12-08T00:59:17.935Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: bc78f28c-212a-4398-8b79-12352730a2c0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:59:17.937Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||pNF 60a478a3-1bf1 0
2022-12-08T00:59:17.937Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bc78f28c-212a-4398-8b79-12352730a2c0
2022-12-08T00:59:17.937Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 15083268-c311-457a-915f-4bdcd9ed59eb
2022-12-08T00:59:17.937Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 15083268-c311-457a-915f-4bdcd9ed59eb
2022-12-08T00:59:17.938Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 60a478a3-1bf1 0 bc78f28c-212a-4398-8b79-12352730a2c0 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-08T00:59:17.941Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27f8ca7d, org.onap.sdc.toscaparser.api.parameters.Input@d34a3cb, org.onap.sdc.toscaparser.api.parameters.Input@3cc524b0, org.onap.sdc.toscaparser.api.parameters.Input@9e013f, org.onap.sdc.toscaparser.api.parameters.Input@61d48873]
2022-12-08T00:59:17.941Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.941Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.942Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 15083268-c311-457a-915f-4bdcd9ed59eb: pNF 60a478a3-1bf1
2022-12-08T00:59:17.942Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Processing PNF resource: bc78f28c-212a-4398-8b79-12352730a2c0
2022-12-08T00:59:17.942Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-12-08T00:59:17.942Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_uU8nnKJ52NwBVYcxdIFE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-08T00:59:17.943Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||Resource customization UUID: a91c3f4a-f9b4-4c3a-81a1-0773b09eb703 is the same as notified resource customizationUUID: a91c3f4a-f9b4-4c3a-81a1-0773b09eb703
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-12-08T00:59:18.052Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 60a478a3-1bf1 bc78f28c-212a-4398-8b79-12352730a2c0 0 ASDC deployResourceStructure
2022-12-08T00:59:18.053Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar ASDC sendASDCNotification
2022-12-08T00:59:18.053Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar
2022-12-08T00:59:18.053Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-08T00:59:18.054Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T00:59:18.063Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T00:59:18.063Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461158053,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T00:59:18.157Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-12-08T00:59:18.158Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T00:59:18.158Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T00:59:18.178Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T00:59:18.178Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T00:59:19.065Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:59:19.076Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:59:19.079Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:59:19.079Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:59:19.079Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T00:59:49.080Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:59:49.090Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T00:59:49.091Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T00:59:49.091Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-08T00:59:49.092Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-08T01:00:07.289Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-08T01:00:07.290Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-08T01:00:07.290Z||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 zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:07.316Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:07.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461087285,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461090120,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461092013,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.356Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "multicloud-k8s",
"timestamp": 1670461074852,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461046030,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461097804,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461107371,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461106932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461101364,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461109479,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461108848,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.363Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461109852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T01:00:07.371Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd57dd46-0c85-4505-ab3d-069aa4fa3242
2022-12-08T01:00:07.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd57dd46-0c85-4505-ab3d-069aa4fa3242 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.381Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.382Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/resourceInstances/pnf60a478a31bf10/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.383Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.385Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461115236,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.386Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461107636,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.386Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.387Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.388Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.388Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "aai-model-loader",
"timestamp": 1670461116238,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T01:00:07.396Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd57dd46-0c85-4505-ab3d-069aa4fa3242
2022-12-08T01:00:07.396Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd57dd46-0c85-4505-ab3d-069aa4fa3242 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461116407,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461117414,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfUu8nnkj52nwbvycxdife/1.0/artifacts/service-DemoPnfUu8nnkj52nwbvycxdife-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "policy-id",
"timestamp": 1670461118422,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T01:00:07.415Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd57dd46-0c85-4505-ab3d-069aa4fa3242
2022-12-08T01:00:07.415Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd57dd46-0c85-4505-ab3d-069aa4fa3242 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.428Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.428Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.428Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461108376,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461107246,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461122384,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.430Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461122394,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461123480,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.431Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "62a75d61-90f4-48de-b010-a8b2f54c613f",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461123456,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461124566,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461125662,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.434Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.434Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.434Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461126758,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.451Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d9998ab-706f-41ba-a9d0-0a5a064568cc
2022-12-08T01:00:07.451Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d9998ab-706f-41ba-a9d0-0a5a064568cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "multicloud-k8s",
"timestamp": 1670461127768,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461123390,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "cds-sdc-listener",
"timestamp": 1670461130543,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461128772,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.508Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461135938,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.509Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461137041,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461137522,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461138139,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461138529,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461137558,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461139177,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.561Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3232179c-1a79-4949-bacc-a3082010c4d0
2022-12-08T01:00:07.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3232179c-1a79-4949-bacc-a3082010c4d0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461131364,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "policy-id",
"timestamp": 1670461139532,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T01:00:07.583Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d9998ab-706f-41ba-a9d0-0a5a064568cc
2022-12-08T01:00:07.583Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d9998ab-706f-41ba-a9d0-0a5a064568cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-12-08T01:00:07.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "multicloud-k8s",
"timestamp": 1670461140182,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461140532,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461139877,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.597Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461140882,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-08T01:00:07.604Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d9998ab-706f-41ba-a9d0-0a5a064568cc
2022-12-08T01:00:07.604Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d9998ab-706f-41ba-a9d0-0a5a064568cc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-08T01:00:07.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461127636,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:07.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "policy-id",
"timestamp": 1670461147739,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "3232179c-1a79-4949-bacc-a3082010c4d0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1670461127802,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-12-08T01:00:07.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-12-08T01:00:07.624Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "aai-model-loader",
"timestamp": 1670461148209,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-12-08T01:00:07.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-08T01:00:19.092Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T01:00:19.105Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-12-08T01:00:19.108Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-08T01:00:19.109Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-08T01:00:19.109Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-08T01:00:19.109Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-08T01:00:19.110Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T01:00:19.110Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T01:00:19.110Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T01:00:19.110Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-12-08T01:00:19.110Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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=?
2022-12-08T01:00:19.116Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-08T01:00:49.117Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-12-08T01:00:49.124Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd57dd46-0c85-4505-ab3d-069aa4fa3242 and serviceModelVersionId: 15083268-c311-457a-915f-4bdcd9ed59eb
2022-12-08T01:00:49.124Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 40b0ab01-d77f-48b9-bddb-eecfd13423e6
2022-12-08T01:00:49.125Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0
2022-12-08T01:00:49.129Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-12-08T01:00:49.175Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-12-08T01:00:49.176Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0|INFO|500||Invoke
2022-12-08T01:00:49.182Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-12-08T01:00:49.348Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0|INFO|500||InvokeReturn
2022-12-08T01:00:49.349Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/40b0ab01-d77f-48b9-bddb-eecfd13423e6/model-vers/model-ver/15083268-c311-457a-915f-4bdcd9ed59eb?depth=0 has http status code:200 and response headers:{date=[Thu, 08 Dec 2022 01:00:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[209096], x-aai-txid=[0-aai-resources-221208-01:00:49:960-13695], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-08T01:00:49.349Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-12-08T01:00:49.350Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-08T01:00:49.350Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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=?
2022-12-08T01:00:49.354Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|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)
2022-12-08T01:00:49.355Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd57dd46-0c85-4505-ab3d-069aa4fa3242 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-08T01:00:49.355Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-08T01:00:49.355Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:49.357Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:49.357Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "bd57dd46-0c85-4505-ab3d-069aa4fa3242",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461249355,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-08T01:00:49.457Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:49.458Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:49.459Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:49.474Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:49.475Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T01:00:50.369Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-08T01:00:50.370Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d9998ab-706f-41ba-a9d0-0a5a064568cc","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"177c26f8-e40a-4ab8-a259-5a3e4cd62c03","serviceDescription":"service","serviceInvariantUUID":"d02c653a-6a3b-41b9-b753-e0068160b6cd","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afa5de3e-555a-47a1-9899-af5a85338f05","resourceInvariantUUID":"8574164e-0f1e-42e7-9fcf-a4d742e34b13","resourceCustomizationUUID":"0c699b41-497a-4c24-b8ce-5ad9ae9fc185","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":"MGNiN2EwNjY1NDE4MTczMWYyZjgzYWQ5ZmFmNjRiYzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0d5636b2-f6d7-4703-8e4b-7ed2176520ed","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":"b2b55155-4edb-43f0-bb13-23bfab968b7e","artifactVersion":"2","generatedFromUUID":"198f687d-57e7-43c1-86cc-6965a3966040"},{"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":"198f687d-57e7-43c1-86cc-6965a3966040","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":"MGY2N2Y0NWNhN2MyMTdhN2JiNWNjN2JkZDg3NGNkODk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"981c4c50-ac88-4588-98f8-7617f281bb8d","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":"32f447ad-d2a6-4323-a8ea-60d6e5fef85e","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":"6b208166-f817-4645-b02d-ef3b908d6635","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":"16873bcf-ab87-46ae-a8be-291f27c93b43","artifactVersion":"2","generatedFromUUID":"32f447ad-d2a6-4323-a8ea-60d6e5fef85e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjg5YmNkY2FiOGE5ZmViOTczMjkyMTY1MmQ0NTNhZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6365c4fe-9860-4e95-b84e-b91607bd88f7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTQ0ZDg0OGM0NzdlZTIwYzM4OGRiMTZmYzIwYzA4YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-08T01:00:50.370Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:50.370Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:50.372Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:50.373Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:50.473Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:50.474Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:50.474Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:50.489Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:50.490Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:51.373Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:51.374Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:51.376Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:51.376Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-12-08T01:00:51.476Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:51.477Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:51.478Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:51.492Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:51.492Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:52.377Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:52.378Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:52.380Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:52.380Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-12-08T01:00:52.481Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-08T01:00:52.486Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:52.487Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:52.501Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:52.502Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:53.381Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:53.382Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:53.384Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:53.384Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-12-08T01:00:53.485Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:53.486Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:53.486Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:53.527Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:53.527Z||pool-54-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:54.385Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:54.386Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:54.388Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:54.388Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-12-08T01:00:54.489Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:54.490Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:54.490Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:54.514Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:54.515Z||pool-55-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-12-08T01:00:55.389Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:55.390Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:55.392Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:55.392Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:55.492Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:55.493Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:55.493Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:55.508Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:55.509Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:56.393Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:56.394Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:56.396Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:56.396Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-12-08T01:00:56.496Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:56.497Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:56.497Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:56.520Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:56.520Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:57.397Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:57.398Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:57.401Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:57.401Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-12-08T01:00:57.501Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:57.502Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:57.502Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:57.517Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:57.518Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:58.402Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-08T01:00:58.403Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:58.405Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:58.405Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461147285,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-12-08T01:00:58.506Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:58.507Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:58.507Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:58.521Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:58.522Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:00:59.420Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "177c26f8-e40a-4ab8-a259-5a3e4cd62c03",
"serviceDescription": "service",
"serviceInvariantUUID": "d02c653a-6a3b-41b9-b753-e0068160b6cd",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "0c699b41-497a-4c24-b8ce-5ad9ae9fc185",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "afa5de3e-555a-47a1-9899-af5a85338f05",
"resourceInvariantUUID": "8574164e-0f1e-42e7-9fcf-a4d742e34b13",
"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": "b2b55155-4edb-43f0-bb13-23bfab968b7e",
"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": "198f687d-57e7-43c1-86cc-6965a3966040",
"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": "MGY2N2Y0NWNhN2MyMTdhN2JiNWNjN2JkZDg3NGNkODk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "981c4c50-ac88-4588-98f8-7617f281bb8d",
"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": "32f447ad-d2a6-4323-a8ea-60d6e5fef85e",
"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": "16873bcf-ab87-46ae-a8be-291f27c93b43",
"generatedFromUUID": "32f447ad-d2a6-4323-a8ea-60d6e5fef85e"
},
"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": "16873bcf-ab87-46ae-a8be-291f27c93b43",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "YTQ0ZDg0OGM0NzdlZTIwYzM4OGRiMTZmYzIwYzA4YTQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd"
}
],
"workloadContext": "Production"
}
2022-12-08T01:00:59.425Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-08T01:00:59.426Z|bd57dd46-0c85-4505-ab3d-069aa4fa3242|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 177c26f8-e40a-4ab8-a259-5a3e4cd62c03 ASDC
2022-12-08T01:00:59.427Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:0d9998ab-706f-41ba-a9d0-0a5a064568cc
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:177c26f8-e40a-4ab8-a259-5a3e4cd62c03
ServiceInvariantUUID:d02c653a-6a3b-41b9-b753-e0068160b6cd
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:cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd
ArtifactChecksum:YTQ0ZDg0OGM0NzdlZTIwYzM4OGRiMTZmYzIwYzA4YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0c699b41-497a-4c24-b8ce-5ad9ae9fc185
ResourceInvariantUUID:8574164e-0f1e-42e7-9fcf-a4d742e34b13
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:afa5de3e-555a-47a1-9899-af5a85338f05
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:b2b55155-4edb-43f0-bb13-23bfab968b7e
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:198f687d-57e7-43c1-86cc-6965a3966040
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:981c4c50-ac88-4588-98f8-7617f281bb8d
ArtifactChecksum:MGY2N2Y0NWNhN2MyMTdhN2JiNWNjN2JkZDg3NGNkODk=
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:32f447ad-d2a6-4323-a8ea-60d6e5fef85e
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:16873bcf-ab87-46ae-a8be-291f27c93b43
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:16873bcf-ab87-46ae-a8be-291f27c93b43
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-12-08T01:00:59.428Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 177c26f8-e40a-4ab8-a259-5a3e4cd62c03 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-08T01:00:59.488Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T01:00:59.489Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T01:00:59.490Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T01:00:59.490Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T01:00:59.490Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-12-08T01:00:59.491Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T01:00:59.614Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-12-08T01:00:59.616Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd 73990
2022-12-08T01:00:59.616Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-08T01:00:59.617Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-08T01:00:59.617Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-08T01:00:59.617Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-12-08T01:00:59.619Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-08T01:00:59.620Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||try to send status {
"distributionID": "0d9998ab-706f-41ba-a9d0-0a5a064568cc",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1670461259616,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-12-08T01:00:59.720Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-08T01:00:59.721Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-08T01:00:59.721Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zyFANov6Rh7ONJJu) ...
2022-12-08T01:00:59.739Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-12-08T01:00:59.740Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-08T01:01:00.621Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-08T01:01:00.622Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-12-08T01:01:00.622Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cff145c6-6f53-44e0-aa3a-7ee1d3bd03fd, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:00.623Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-08T01:01:00.623Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:00.623Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:00.775Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14255829313443071452/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-12-08T01:01:01.874Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|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-BasicCnf-csar.csar
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-12-08T01:01:01.875Z|0d9998ab-706f-41ba-a9d0-0a5a064568cc|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery