By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-10-30T23:24:11.054Z||main|||||INFO|500||The following profiles are active: basic
2022-10-30T23:24:25.055Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-30T23:24:25.056Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-30T23:24:25.243Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-30T23:24:29.476Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-30T23:24:30.218Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-30T23:24:31.002Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-30T23:24:31.013Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-30T23:24:31.172Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-30T23:24:31.498Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-30T23:24:32.621Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-30T23:24:34.579Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T23:24:36.948Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T23:24:37.003Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-30T23:24:37.720Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-30T23:24:37.924Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-10-30T23:24:39.322Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-30T23:24:40.368Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080
Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_
2022-10-30T23:24:41.269Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-10-30T23:24:41.271Z||main|||||ERROR|500||(conn=1184) Table 'catalogdb.activity_spec' doesn't exist
2022-10-30T23:24:41.299Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet
2022-10-30T23:24:44.875Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-10-30T23:24:47.462Z||main|||||WARN|500||---
2022-10-30T23:24:47.463Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-30T23:24:47.463Z||main|||||WARN|500||---
2022-10-30T23:24:48.275Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-30T23:24:53.659Z||main|||||INFO|500||Started Application in 45.756 seconds (JVM running for 48.805)
2022-10-30T23:24:53.680Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-30T23:24:53.682Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-30T23:24:53.694Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-30T23:24:53.719Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-30T23:24:53.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 448af151-cd86-41e6-a7ee-20436d0504c9 url= /sdc/v1/artifactTypes
2022-10-30T23:24:53.759Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-10-30T23:24:53.932Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-30T23:24:53.960Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-10-30T23:24:53.981Z||scheduling-1|||||DEBUG|500||create keys
2022-10-30T23:24:53.989Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-30T23:24:54.091Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:24:54.108Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e78bdf89-9510-457a-860f-50c860907220 url= /sdc/v1/registerForDistribution
2022-10-30T23:24:54.237Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e78bdf89-9510-457a-860f-50c860907220 url= /sdc/v1/registerForDistribution
2022-10-30T23:24:54.238Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-30T23:24:54.252Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:24:54.252Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:24:54.258Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-30T23:24:54.262Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:24:54.262Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:24:54.262Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:24:54.262Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:25:04.602Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:25:04.684Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:25:54.248Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:25:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:25:54.251Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:25:54.251Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:25:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:25:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:26:03.826Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:26:03.826Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:26:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:26:54.249Z||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-10-30T23:26:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:26:54.250Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:26:54.255Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:26:54.256Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:27:03.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:27:03.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:27:54.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:27:54.249Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:27:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:27:54.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:27:54.250Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:27:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:28:03.797Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:28:03.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:28:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:28:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:28:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:28:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:28:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:28:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:29:03.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:29:03.796Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:29:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:29:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:29:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:29:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:29:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:29:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:30:03.831Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:30:03.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:30:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:30:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:30:54.251Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:30:54.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:30:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:30:54.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:31:03.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:31:03.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:31:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:31:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:31:54.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:31:54.250Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:31:54.252Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:31:54.253Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:32:03.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:32:03.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:32:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:32:54.248Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:32:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:32:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:32:54.251Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:32:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:33:03.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:33:03.809Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:33:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:33:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:33:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:33:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:33:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:33:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:34:03.816Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:34:03.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:34:08.685Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-30T23:34:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:34:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:34:54.250Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:34:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:34:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:34:54.250Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:35:03.794Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:35:03.795Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:35:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:35:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:35:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:35:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:35:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:35:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:36:03.791Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:36:03.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:36:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:36:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:36:54.250Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:36:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:36:54.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:36:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:37:03.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:37:03.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:37:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:37:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:37:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:37:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:37:54.251Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:37:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:38:03.793Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:38:03.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:38:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:38:54.248Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:38:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:38:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:38:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:38:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:39:03.811Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:39:03.816Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:39:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:39:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:39:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:39:54.250Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:39:54.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:39:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:40:03.788Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:40:03.789Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:40:54.247Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:40:54.249Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:40:54.249Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:40:54.249Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:40:54.250Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:40:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:41:03.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:41:03.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:41:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:41:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:41:54.251Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:41:54.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:41:54.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:41:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:42:03.797Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:42:03.797Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:42:54.248Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:42:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:42:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:42:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:42:54.251Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:42:54.251Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as RRXMn1MKhW9b40Ul) ...
2022-10-30T23:43:03.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:43:03.798Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:43:54.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:43:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:43:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:43:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:43:54.250Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:43:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:44:03.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:44:03.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:44:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:44:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:44:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:44:54.250Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:44:54.250Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:44:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:45:03.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:45:03.792Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:45:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:45:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:45:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:45:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:45:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:45:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:46:03.795Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:46:03.804Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:46:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:46:54.248Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:46:54.248Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:46:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:46:54.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:46:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:47:03.794Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:47:03.794Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:47:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:47:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:47:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:47:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:47:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:47:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:48:03.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:48:03.798Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:48:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:48:54.248Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:48:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:48:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:48:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:48:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:49:03.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:49:03.818Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:49:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:49:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:49:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:49:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:49:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:49:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:50:03.796Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:50:03.797Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:50:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:50:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:50:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:50:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:50:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:50:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:51:03.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:51:03.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:51:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:51:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:51:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:51:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:51:54.250Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:51:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:52:03.792Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:52:03.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:52:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:52:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:52:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:52:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:52:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:52:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:53:03.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:53:03.825Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:53:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:53:54.249Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:53:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:53:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:53:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:53:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:54:03.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:54:03.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:54:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:54:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:54:54.251Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:54:54.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:54:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:54:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:55:03.796Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:55:03.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:55:54.247Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:55:54.248Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:55:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:55:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:55:54.250Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:55:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:56:03.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:56:03.806Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:56:54.248Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:56:54.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:56:54.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:56:54.251Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:56:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:56:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:57:03.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:57:03.806Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:57:54.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:57:54.249Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:57:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:57:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:57:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:57:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:58:03.807Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:58:03.809Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:58:54.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:58:54.249Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:58:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:58:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:58:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:58:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:59:03.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:59:03.799Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-30T23:59:54.247Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:59:54.248Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:59:54.248Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-30T23:59:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-30T23:59:54.250Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-30T23:59:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:00:03.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:00:03.810Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:00:54.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:00:54.249Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:00:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:00:54.249Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:00:54.250Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:00:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:01:03.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:01:03.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:01:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:01:54.249Z||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-10-31T00:01:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:01:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:01:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:01:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:02:03.809Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:02:03.809Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:02:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:02:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:02:54.250Z||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-10-31T00:02:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:02:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:02:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:03:03.819Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:03:03.816Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:03:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:03:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:03:54.250Z||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-10-31T00:03:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:03:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:03:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:04:03.831Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:04:03.836Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:04:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:04:54.248Z||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-10-31T00:04:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:04:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:04:54.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:04:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:05:03.821Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:05:03.825Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:05:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:05:54.248Z||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-10-31T00:05:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:05:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:05:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:05:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:06:03.808Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:06:03.812Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:06:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:06:54.249Z||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-10-31T00:06:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:06:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:06:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:06:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:07:03.794Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:07:03.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:07:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:07:54.249Z||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-10-31T00:07:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:07:54.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:07:54.250Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:07:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:08:03.795Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:08:03.796Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:08:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:08:54.249Z||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-10-31T00:08:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:08:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:08:54.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:08:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:09:03.792Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:09:03.796Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:09:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:09:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:09:54.251Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:09:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:09:54.251Z||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-10-31T00:09:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:10:03.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:10:03.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:10:54.248Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:10:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:10:54.250Z||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-10-31T00:10:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:10:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:10:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:11:03.798Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:11:03.798Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:11:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:11:54.249Z||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-10-31T00:11:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:11:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:11:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:11:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:12:03.793Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:12:03.793Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:12:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:12:54.249Z||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-10-31T00:12:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:12:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:12:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:12:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:13:03.810Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:13:03.816Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:13:54.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:13:54.249Z||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-10-31T00:13:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:13:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:13:54.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:13:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:14:03.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:14:03.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:14:54.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:14:54.249Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:14:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:14:54.249Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:14:54.250Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:14:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:15:03.796Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:15:03.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:15:54.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:15:54.249Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:15:54.249Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:15:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:15:54.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:15:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:16:03.815Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:16:03.816Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:16:54.248Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:16:54.249Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:16:54.254Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:16:54.254Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:16:54.257Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:16:54.257Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:03.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:03.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:54.248Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:17:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:17:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:17:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:54.250Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:17:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:54.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:54.882Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:54.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa9e7596-ecd6-48e5-ad02-1cd84f2249b0","serviceName":"vFW 2022-10-31 00-16-21","serviceVersion":"1.0","serviceUUID":"8f7234e1-905e-4f85-bfa4-9548e4a461d1","serviceDescription":"catalog service description","serviceInvariantUUID":"172290a8-9cea-4e4a-a968-501d09c35bc2","resources":[{"resourceInstanceName":"vFW 0c7971b3-e1bf 0","resourceName":"vFW 0c7971b3-e1bf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"61ea6c33-95ec-4aef-91ed-53291afdba04","resourceInvariantUUID":"e1da4c32-cb6d-43bc-9e33-994eaf6e3b2a","resourceCustomizationUUID":"415a5692-5d96-4f33-85d1-6b39eb8fe274","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ1NjYwYTFmMmQ2NWQwYmVkZTE2ZTUyMTAxZDllNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8514f2e1-6675-48c3-8607-f009ab6b17a4","artifactVersion":"1"},{"artifactName":"vfw0c7971b3e1bf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json","artifactChecksum":"ZTc5NzhiYzlmZmQ3MGEyZGIxNTQ3ZTMzNDA3OTcyZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c2e53e6b-f24c-49ea-9c90-845a39bcfc2b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28e1fd34-90cc-4c3f-9039-418674a5d778","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml","artifactChecksum":"MjQ0ZjJkMzQ1OTc4NGI5YTg4MThiNWFkMDU1ODhmNDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af1d3790-e504-4987-9535-b27e8b5ae8a1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f03b9b8c-69e2-4d44-b9bf-1ac5721013a5","artifactVersion":"2","generatedFromUUID":"28e1fd34-90cc-4c3f-9039-418674a5d778"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221031001621-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml","artifactChecksum":"NDZkMzA4MDFjNjQ5ZDZiOWIyNTAzYWYzMjBjMGEyYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a5188655-bf19-4aca-882a-f0eefd84604d","artifactVersion":"1"},{"artifactName":"service-Vfw20221031001621-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar","artifactChecksum":"MTIyYjA4NjA4NTc2ZGIxM2FjYjY3M2E5Yjg0ODI1MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5c00954b-2dd5-4a44-a99f-acc147757ee5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-31T00:17:54.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.906Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:54.914Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:54.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.932Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:54.932Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:17:54.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.938Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.938Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.938Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.939Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.939Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.940Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.940Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.940Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.941Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.941Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.941Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.942Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.942Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.942Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175463196,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:17:54.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175459780,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:17:54.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:17:54.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:17:54.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:54.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:17:54.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175474016,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:17:54.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:17:54.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:17:54.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175473844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:17:54.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:17:55.032Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-10-31T00:17:55.038Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:17:55.039Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:55.058Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:55.060Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:17:55.942Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:55.943Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:55.945Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:55.946Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:17:56.046Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:17:56.047Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:17:56.047Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:56.062Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:56.063Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:17:56.946Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:56.948Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:56.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:56.950Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:17:57.050Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:17:57.052Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:17:57.052Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:57.067Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:57.067Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:17:57.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:57.952Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:57.954Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:57.955Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:17:58.055Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:17:58.056Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:17:58.056Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:58.069Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:58.070Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:17:58.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:58.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:58.960Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:58.960Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-31T00:17:59.060Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:17:59.061Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:17:59.061Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:17:59.073Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:17:59.074Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:17:59.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:17:59.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:17:59.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:17:59.966Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:18:00.066Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:18:00.068Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:00.068Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:00.090Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:00.091Z||pool-8-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:00.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:18:00.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:00.970Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:00.970Z||pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:18:01.071Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:01.072Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:01.072Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:01.089Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:01.090Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:01.972Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"serviceName": "vFW 2022-10-31 00-16-21",
"serviceVersion": "1.0",
"serviceUUID": "8f7234e1-905e-4f85-bfa4-9548e4a461d1",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "172290a8-9cea-4e4a-a968-501d09c35bc2",
"resources": [
{
"resourceInstanceName": "vFW 0c7971b3-e1bf 0",
"resourceCustomizationUUID": "415a5692-5d96-4f33-85d1-6b39eb8fe274",
"resourceName": "vFW 0c7971b3-e1bf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "61ea6c33-95ec-4aef-91ed-53291afdba04",
"resourceInvariantUUID": "e1da4c32-cb6d-43bc-9e33-994eaf6e3b2a",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw0c7971b3e1bf0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"artifactChecksum": "ZTc5NzhiYzlmZmQ3MGEyZGIxNTQ3ZTMzNDA3OTcyZjk\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "c2e53e6b-f24c-49ea-9c90-845a39bcfc2b",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "28e1fd34-90cc-4c3f-9039-418674a5d778",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f03b9b8c-69e2-4d44-b9bf-1ac5721013a5",
"generatedFromUUID": "28e1fd34-90cc-4c3f-9039-418674a5d778"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "f03b9b8c-69e2-4d44-b9bf-1ac5721013a5",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221031001621-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"artifactChecksum": "MTIyYjA4NjA4NTc2ZGIxM2FjYjY3M2E5Yjg0ODI1MmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "5c00954b-2dd5-4a44-a99f-acc147757ee5"
}
],
"workloadContext": "Production"
}
2022-10-31T00:18:01.974Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-31T00:18:01.974Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f7234e1-905e-4f85-bfa4-9548e4a461d1 ASDC
2022-10-31T00:18:02.109Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
ServiceName:vFW 2022-10-31 00-16-21
ServiceVersion:1.0
ServiceUUID:8f7234e1-905e-4f85-bfa4-9548e4a461d1
ServiceInvariantUUID:172290a8-9cea-4e4a-a968-501d09c35bc2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221031001621-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar
ArtifactUUID:5c00954b-2dd5-4a44-a99f-acc147757ee5
ArtifactChecksum:MTIyYjA4NjA4NTc2ZGIxM2FjYjY3M2E5Yjg0ODI1MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0c7971b3-e1bf 0
ResourceCustomizationUUID:415a5692-5d96-4f33-85d1-6b39eb8fe274
ResourceInvariantUUID:e1da4c32-cb6d-43bc-9e33-994eaf6e3b2a
ResourceName:vFW 0c7971b3-e1bf
ResourceType:VF
ResourceUUID:61ea6c33-95ec-4aef-91ed-53291afdba04
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0c7971b3e1bf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json
ArtifactUUID:c2e53e6b-f24c-49ea-9c90-845a39bcfc2b
ArtifactChecksum:ZTc5NzhiYzlmZmQ3MGEyZGIxNTQ3ZTMzNDA3OTcyZjk=
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/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml
ArtifactUUID:28e1fd34-90cc-4c3f-9039-418674a5d778
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/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
ArtifactUUID:f03b9b8c-69e2-4d44-b9bf-1ac5721013a5
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/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
ArtifactUUID:f03b9b8c-69e2-4d44-b9bf-1ac5721013a5
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-31T00:18:02.110Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f7234e1-905e-4f85-bfa4-9548e4a461d1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:18:02.391Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:18:02.392Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:18:02.394Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:18:02.394Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5c00954b-2dd5-4a44-a99f-acc147757ee5 from URL: /sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:02.394Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:18:02.396Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:02.533Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:18:02.543Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar 5c00954b-2dd5-4a44-a99f-acc147757ee5 100683
2022-10-31T00:18:02.546Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar ASDC sendASDCNotification
2022-10-31T00:18:02.546Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:02.547Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:18:02.549Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:02.555Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:02.555Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175482544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:18:02.657Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:02.659Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:02.659Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:02.674Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:02.675Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:18:03.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:18:03.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:18:03.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5c00954b-2dd5-4a44-a99f-acc147757ee5, URL: /sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar to file: /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:03.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221031001621-csar.csar
2022-10-31T00:18:03.701Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:03.701Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:04.647Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11884140531459121306/Definitions/service-Vfw20221031001621-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-10-31T00:18:07.527Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-31T00:18:07.533Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-31T00:18:07.533Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.533Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-10-31T00:18:07.533Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0c7971b3-e1bf 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-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.534Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:07.535Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-31T00:18:07.541Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.543Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.547Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:07.548Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-31T00:18:07.549Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:18:07.551Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.551Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.551Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:07.551Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-31T00:18:07.551Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:18:07.552Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.552Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-31T00:18:07.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-31T00:18:07.558Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.559Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-31T00:18:07.560Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.560Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:07.560Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:07.560Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.560Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.561Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.562Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bffbc633-7489-413d-9176-ccbdd3b1b9a1
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.563Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-31T00:18:07.564Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad2eb303-d25d-4286-b836-dc8faa44d1c9
2022-10-31T00:18:07.565Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.566Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:07.567Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-31T00:18:07.568Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=208a5adb-a832-4c01-9ada-650f4dad1d59
2022-10-31T00:18:07.568Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.568Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.568Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.568Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.569Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.569Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.569Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:07.569Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:07.569Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-10-31 00-16-21
Description:catalog service description
Model UUID:8f7234e1-905e-4f85-bfa4-9548e4a461d1
Model Version:NULL
Model InvariantUuid:172290a8-9cea-4e4a-a968-501d09c35bc2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 0c7971b3-e1bf
Model UUID:580edcef-d48d-4b75-a3b0-f8ccf4bee95b
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e1da4c32-cb6d-43bc-9e33-994eaf6e3b2a
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:415a5692-5d96-4f33-85d1-6b39eb8fe274
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:a2dd03e8-8da9-4b1b-be61-439aaf465137
ModelName:Vfw0c7971b3E1bf..base_vfw..module-0
ModelUuid:ba398653-37b8-4d87-87a8-2fd2344b6ee5
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:bffbc633-7489-413d-9176-ccbdd3b1b9a1
ModelInvariantUuid:f45c14b2-7dfe-4c4e-8521-0572dd8646e0
ModelName:vFW 0c7971b3-e1bf-nodes.vfwCvfc
ModelUuid:8f5f81dc-2627-43dc-8c69-7fdce5e5547e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:53649d0e-a809-4657-af1e-d607796589ab
ModelInvariantUuid:16fca0a8-c4b8-4265-9539-6de2f9c79edc
ModelName:Vfw0c7971b3E1bf.compute.nodes.heat.vfw
ModelUuid:d151e388-2d03-474e-bd82-622b29cf7c03
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:ad2eb303-d25d-4286-b836-dc8faa44d1c9
ModelInvariantUuid:cfc15fe8-f512-48a2-907e-9dddde957521
ModelName:vFW 0c7971b3-e1bf-nodes.vsnCvfc
ModelUuid:8689024b-73df-4a99-976c-b02644f42044
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:89770e77-6098-4eb3-85aa-d573213eef54
ModelInvariantUuid:29088c8b-dce0-4460-9df9-ecd6f6d43e79
ModelName:Vfw0c7971b3E1bf.compute.nodes.heat.vsn
ModelUuid:2415bfcb-263f-4986-a4a5-564176805ce6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:208a5adb-a832-4c01-9ada-650f4dad1d59
ModelInvariantUuid:da3f421a-4917-4734-a968-6014ce71c710
ModelName:vFW 0c7971b3-e1bf-nodes.vpgCvfc
ModelUuid:8a6c229b-43dc-44f3-9065-ddba74659fe2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:66bd2a6f-d97a-41b1-a317-f1259325b5a8
ModelInvariantUuid:75acb865-42d9-4954-81ff-d011adf8c7bb
ModelName:Vfw0c7971b3E1bf.compute.nodes.heat.vpg
ModelUuid:f036dd1d-ca9b-4711-8a0e-0711e5432408
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-31T00:18:07.590Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 61ea6c33-95ec-4aef-91ed-53291afdba04
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:18:07.648Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||vFW 0c7971b3-e1bf 0
2022-10-31T00:18:07.655Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 61ea6c33-95ec-4aef-91ed-53291afdba04
2022-10-31T00:18:07.655Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c2e53e6b-f24c-49ea-9c90-845a39bcfc2b from URL: /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json
2022-10-31T00:18:07.655Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:18:07.656Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json
2022-10-31T00:18:07.832Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:18:07.832Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json c2e53e6b-f24c-49ea-9c90-845a39bcfc2b 785
2022-10-31T00:18:07.833Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json ASDC sendASDCNotification
2022-10-31T00:18:07.833Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json
2022-10-31T00:18:07.833Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:18:07.833Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:07.835Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:07.835Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175487833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:18:07.936Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:07.937Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:07.937Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:07.953Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:07.954Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:08.837Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0c7971b3E1bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a2dd03e8-8da9-4b1b-be61-439aaf465137",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba398653-37b8-4d87-87a8-2fd2344b6ee5",
"vfModuleModelCustomizationUUID": "9a251015-7621-4672-9b59-401b874909e1",
"isBase": true,
"artifacts": [
"28e1fd34-90cc-4c3f-9039-418674a5d778",
"f03b9b8c-69e2-4d44-b9bf-1ac5721013a5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-31T00:18:08.853Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0c7971b3E1bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba398653-37b8-4d87-87a8-2fd2344b6ee5
VfModuleModelInvariantUUID:a2dd03e8-8da9-4b1b-be61-439aaf465137
VfModuleModelDescription:NULL
Artifacts UUID List:{
28e1fd34-90cc-4c3f-9039-418674a5d778
,
f03b9b8c-69e2-4d44-b9bf-1ac5721013a5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-31T00:18:08.856Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw0c7971b3E1bf..base_vfw..module-0",
"vfModuleModelInvariantUUID": "a2dd03e8-8da9-4b1b-be61-439aaf465137",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "ba398653-37b8-4d87-87a8-2fd2344b6ee5",
"vfModuleModelCustomizationUUID": "9a251015-7621-4672-9b59-401b874909e1",
"isBase": true,
"artifacts": [
"28e1fd34-90cc-4c3f-9039-418674a5d778",
"f03b9b8c-69e2-4d44-b9bf-1ac5721013a5"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_vfw",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-31T00:18:08.856Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0c7971b3E1bf..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba398653-37b8-4d87-87a8-2fd2344b6ee5
VfModuleModelInvariantUUID:a2dd03e8-8da9-4b1b-be61-439aaf465137
VfModuleModelDescription:NULL
Artifacts UUID List:{
28e1fd34-90cc-4c3f-9039-418674a5d778
,
f03b9b8c-69e2-4d44-b9bf-1ac5721013a5
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_vfw
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-31T00:18:08.856Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 28e1fd34-90cc-4c3f-9039-418674a5d778 from URL: /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml
2022-10-31T00:18:08.856Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:18:08.856Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml
2022-10-31T00:18:08.942Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:18:08.943Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml 28e1fd34-90cc-4c3f-9039-418674a5d778 20368
2022-10-31T00:18:08.943Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-31T00:18:08.944Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml
2022-10-31T00:18:08.944Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:18:08.944Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:08.947Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:08.947Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175488943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:18:09.048Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:18:09.050Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:09.050Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:09.065Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:09.065Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:09.948Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f03b9b8c-69e2-4d44-b9bf-1ac5721013a5 from URL: /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
2022-10-31T00:18:09.948Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:18:09.949Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
2022-10-31T00:18:10.017Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:18:10.017Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env f03b9b8c-69e2-4d44-b9bf-1ac5721013a5 2098
2022-10-31T00:18:10.018Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-31T00:18:10.018Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
2022-10-31T00:18:10.018Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:18:10.019Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:10.022Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:10.022Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175490018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:18:10.122Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:10.123Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:10.124Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:10.139Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:10.139Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:18:11.023Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8f7234e1-905e-4f85-bfa4-9548e4a461d1
2022-10-31T00:18:11.023Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0c7971b3-e1bf 0 61ea6c33-95ec-4aef-91ed-53291afdba04 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-10-31T00:18:11.060Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@243bfce8, org.onap.sdc.toscaparser.api.parameters.Input@2a14b192, org.onap.sdc.toscaparser.api.parameters.Input@288d7dc4, org.onap.sdc.toscaparser.api.parameters.Input@29ce8366, org.onap.sdc.toscaparser.api.parameters.Input@5269f60b]
2022-10-31T00:18:11.064Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.065Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.065Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-31T00:18:11.065Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 415a5692-5d96-4f33-85d1-6b39eb8fe274
2022-10-31T00:18:11.066Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 415a5692-5d96-4f33-85d1-6b39eb8fe274 matches Tosca VF Customization UUID: 415a5692-5d96-4f33-85d1-6b39eb8fe274
2022-10-31T00:18:11.066Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 415a5692-5d96-4f33-85d1-6b39eb8fe274 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-31T00:18:11.079Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.079Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.081Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 415a5692-5d96-4f33-85d1-6b39eb8fe274: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-31T00:18:11.081Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d3fbf4b
2022-10-31T00:18:11.081Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.082Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-31T00:18:11.082Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a251015-7621-4672-9b59-401b874909e1
2022-10-31T00:18:11.084Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a251015-7621-4672-9b59-401b874909e1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-31T00:18:11.092Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.092Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.093Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:11.094Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.094Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.094Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:11.095Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.095Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:11.095Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:11.095Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:11.096Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-31T00:18:11.096Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-31T00:18:11.096Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-31T00:18:11.096Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.097Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.097Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-31T00:18:11.097Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.097Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-31T00:18:11.098Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.098Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bffbc633-7489-413d-9176-ccbdd3b1b9a1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-31T00:18:11.105Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.105Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.106Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:11.106Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.106Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:11.107Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:11.107Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:11.107Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-31T00:18:11.107Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.107Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.108Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-31T00:18:11.108Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.108Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-31T00:18:11.108Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-31T00:18:11.109Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.109Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-31T00:18:11.109Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.109Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ad2eb303-d25d-4286-b836-dc8faa44d1c9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-31T00:18:11.113Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.113Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.113Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:11.116Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.117Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is not matching search criteria
2022-10-31T00:18:11.117Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-31T00:18:11.117Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-31T00:18:11.118Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-31T00:18:11.118Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.118Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.119Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-31T00:18:11.119Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.119Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-31T00:18:11.120Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-31T00:18:11.120Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-31T00:18:11.120Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-31T00:18:11.121Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-31T00:18:11.121Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=208a5adb-a832-4c01-9ada-650f4dad1d59
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-31T00:18:11.124Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.125Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.125Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:18:11.126Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.126Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Node template vFW 0c7971b3-e1bf 0 is matching search criteria
2022-10-31T00:18:11.126Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 0c7971b3-e1bf 0] matching following query criteria: sdcType=VF, customizationUUID=415a5692-5d96-4f33-85d1-6b39eb8fe274
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:18:11.129Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.129Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.130Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8f7234e1-905e-4f85-bfa4-9548e4a461d1: vFW 0c7971b3-e1bf
2022-10-31T00:18:11.130Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.130Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.131Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.131Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.131Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.131Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.132Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.132Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.132Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:18:11.132Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-10-31 00-16-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:18:11.133Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-10-31 00-16-21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:18:11.450Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0c7971b3-e1bf 61ea6c33-95ec-4aef-91ed-53291afdba04 1 ASDC deployResourceStructure
2022-10-31T00:18:11.451Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json ASDC sendASDCNotification
2022-10-31T00:18:11.451Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json
2022-10-31T00:18:11.451Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:18:11.451Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:11.453Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:11.453Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175491451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:18:11.554Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:18:11.555Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:11.555Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:11.571Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:11.571Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:12.454Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-31T00:18:12.455Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml
2022-10-31T00:18:12.455Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:18:12.455Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:12.458Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:12.458Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175492454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-31T00:18:12.558Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:12.559Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:12.559Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:12.573Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:12.573Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:13.459Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-31T00:18:13.460Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env
2022-10-31T00:18:13.460Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:18:13.460Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:13.462Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:13.462Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175493459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-31T00:18:13.563Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:18:13.564Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:13.564Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:13.586Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:13.587Z||pool-16-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:14.464Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar ASDC sendASDCNotification
2022-10-31T00:18:14.464Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar
2022-10-31T00:18:14.464Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:18:14.465Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:18:14.467Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:18:14.467Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175494464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:18:14.567Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:18:14.568Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:18:14.569Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:14.582Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:14.582Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:18:15.468Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:18:15.499Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:18:15.503Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:18:15.503Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:18:15.504Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:18:45.504Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:18:45.517Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:18:45.519Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:18:45.519Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:18:45.519Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:18:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:18:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:18:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:18:54.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:18:54.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:18:54.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:18:54.379Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:15.520Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:19:15.535Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:19:15.538Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:19:15.538Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:19:15.538Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:19:45.538Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:19:45.552Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:19:45.556Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:19:45.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:19:45.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:19:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:19:54.250Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:19:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:19:54.289Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:19:54.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175468095,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "cds",
"timestamp": 1667175475035,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.308Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
2022-10-31T00:19:54.308Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175474864,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.322Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "policy-id",
"timestamp": 1667175475869,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.330Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
2022-10-31T00:19:54.330Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175475916,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175471034,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175478844,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.344Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175479941,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175474248,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175481029,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175482136,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.355Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
2022-10-31T00:19:54.355Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175482544,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175476428,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175483141,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175484264,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.367Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175487833,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175488943,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175489871,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.369Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175490018,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.370Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175490877,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
2022-10-31T00:19:54.378Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175490571,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.390Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175491451,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/vfw0c7971b3e1bf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.391Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "aai-ml",
"timestamp": 1667175491576,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.399Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
2022-10-31T00:19:54.399Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.410Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.410Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175492454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.411Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175493459,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/resourceInstances/vfw0c7971b3e1bf0/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.411Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.411Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175494464,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221031001621/1.0/artifacts/service-Vfw20221031001621-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.412Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.413Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.413Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.413Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.414Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.415Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.417Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.417Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.417Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.418Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.418Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.418Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175519780,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.419Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175529417,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.420Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.421Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.421Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175523196,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.421Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.422Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.422Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "cds",
"timestamp": 1667175530423,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.443Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd33c2c9-7230-48ca-9a2c-161aaaacbc30
2022-10-31T00:19:54.443Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175530969,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:19:54.455Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175531974,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:19:54.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.458Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "policy-id",
"timestamp": 1667175532979,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:19:54.464Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd33c2c9-7230-48ca-9a2c-161aaaacbc30
2022-10-31T00:19:54.464Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:19:54.481Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.481Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:19:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:19:54.482Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:19:54.482Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:19:54.482Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:15.557Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:20:15.573Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:20:15.577Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:20:15.577Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-31T00:20:15.577Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:20:15.578Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:20:15.585Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-31T00:20:45.586Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-31T00:20:45.598Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and serviceModelVersionId: 8f7234e1-905e-4f85-bfa4-9548e4a461d1
2022-10-31T00:20:45.598Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 172290a8-9cea-4e4a-a968-501d09c35bc2
2022-10-31T00:20:54.249Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:20:54.251Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:20:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:20:54.784Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:20:54.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175528095,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-31T00:20:54.787Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175535839,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175531034,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175538844,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.790Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175539953,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175541030,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:20:54.791Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:20:54.792Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.792Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.792Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175542060,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:20:54.806Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd33c2c9-7230-48ca-9a2c-161aaaacbc30
2022-10-31T00:20:54.806Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-31T00:20:54.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175536427,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175542938,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667175543064,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:20:54.818Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175544178,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:20:54.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "aai-ml",
"timestamp": 1667175543942,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:20:54.827Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd33c2c9-7230-48ca-9a2c-161aaaacbc30
2022-10-31T00:20:54.827Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:20:54.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175546517,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:20:54.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:20:54.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-31T00:20:54.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667175547521,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:20:54.853Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd33c2c9-7230-48ca-9a2c-161aaaacbc30
2022-10-31T00:20:54.853Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:21:01.507Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0
2022-10-31T00:21:01.644Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-31T00:21:02.169Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0|INFO|500||Invoke
2022-10-31T00:21:02.176Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa9e7596-ecd6-48e5-ad02-1cd84f2249b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7318de3f-8114-4e4e-8129-c24061bf6d36], X-ECOMP-RequestID=[fa9e7596-ecd6-48e5-ad02-1cd84f2249b0], X-TransactionId=[], X-ONAP-RequestID=[fa9e7596-ecd6-48e5-ad02-1cd84f2249b0], Content-Type=[application/merge-patch+json]}
2022-10-31T00:21:02.200Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-31T00:21:02.590Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?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/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[354], X-AAI-TXID=[0-aai-resources-221031-00:21:01:837-51742], vertex-id=[196808], Content-Length=[0], Date=[Mon, 31 Oct 2022 00:21:01 GMT], Content-Type=[application/json]}
2022-10-31T00:21:02.592Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-31T00:21:02.593Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/172290a8-9cea-4e4a-a968-501d09c35bc2/model-vers/model-ver/8f7234e1-905e-4f85-bfa4-9548e4a461d1?depth=0|INFO|500||InvokeReturn
2022-10-31T00:21:02.599Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-31T00:21:02.599Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:21:02.612Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-31T00:21:02.621Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa9e7596-ecd6-48e5-ad02-1cd84f2249b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-31T00:21:02.622Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-31T00:21:02.622Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:02.625Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:02.625Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175662621,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:21:02.726Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:02.727Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:02.727Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:02.747Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:02.747Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:21:03.641Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:21:03.642Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:21:03.642Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:08.126Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:08.127Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-31T00:21:08.127Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd33c2c9-7230-48ca-9a2c-161aaaacbc30","serviceName":"basic_onboard_pWDjAO","serviceVersion":"1.0","serviceUUID":"e877bf3e-a137-497e-bf73-136f92a45a8f","serviceDescription":"service","serviceInvariantUUID":"6b6294c6-b12e-4017-ab92-76ce62033c6d","resources":[{"resourceInstanceName":"basic_onboard_pWDjAO 0","resourceName":"basic_onboard_pWDjAO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eed02bb2-c5c9-4319-80db-9c3687ed5389","resourceInvariantUUID":"921c70ef-03fc-4b39-bffd-71bf54641849","resourceCustomizationUUID":"9b7506bc-ec3e-482c-b180-a4d0cfc241c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml","artifactChecksum":"NmViMDZmZjA0M2YzY2UwZjg3ZjM5ZGExNDkyYzEwOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cda3f485-9f75-4f8d-9688-f4bf2ddc30dc","artifactVersion":"1"},{"artifactName":"basic_onboard_pwdjao0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json","artifactChecksum":"ZDBmYjNkMjRkY2ZkNGJlMjU1Y2ZmOThlYjgzNTlkNTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a5ae2e7d-19a2-4348-b2b1-3590d03067da","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8333057c-fb5f-41f1-909b-cac957331c06","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"44d27ea8-dc40-4cf7-9f91-4dd0b9b22473","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3382037e-af46-40c1-968d-f2bfad31570d","artifactVersion":"2","generatedFromUUID":"8333057c-fb5f-41f1-909b-cac957331c06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPwdjao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml","artifactChecksum":"MTMzOTE5MjczMjY4YmRlNDkxYTRhNDA0YzMzNDYwMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c5c436eb-7481-4790-83a8-a16c6137701a","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPwdjao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar","artifactChecksum":"ZDQ4NzQwYTA5YTFmNzMyOWQzNjE1N2ZmYmNjYzIwMmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fafa7717-9e26-4cc6-a32d-471d0270c0c7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-31T00:21:08.130Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:08.130Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:08.133Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:08.133Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:08.233Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:08.235Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:08.235Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:08.257Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:08.257Z||pool-19-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:09.133Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:09.134Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:09.137Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:09.137Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:21:09.237Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:09.238Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:09.239Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:09.253Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:09.254Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:10.138Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:10.139Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:10.142Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:10.142Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:21:10.242Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:10.243Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:10.243Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:10.260Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:10.260Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:21:11.142Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:11.143Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:11.145Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:11.146Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:11.247Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:21:11.249Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:11.249Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:11.263Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:11.263Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:12.147Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:12.148Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:12.150Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:12.150Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-31T00:21:12.251Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:12.252Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:12.252Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:12.268Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:12.268Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:13.151Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:13.152Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:13.156Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:13.156Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:13.256Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:21:13.258Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:13.258Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:13.275Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:13.276Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:14.157Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:21:14.158Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:14.161Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:14.161Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:21:14.261Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:14.262Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:14.262Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:14.276Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:14.276Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:15.163Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"serviceName": "basic_onboard_pWDjAO",
"serviceVersion": "1.0",
"serviceUUID": "e877bf3e-a137-497e-bf73-136f92a45a8f",
"serviceDescription": "service",
"serviceInvariantUUID": "6b6294c6-b12e-4017-ab92-76ce62033c6d",
"resources": [
{
"resourceInstanceName": "basic_onboard_pWDjAO 0",
"resourceCustomizationUUID": "9b7506bc-ec3e-482c-b180-a4d0cfc241c3",
"resourceName": "basic_onboard_pWDjAO",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "eed02bb2-c5c9-4319-80db-9c3687ed5389",
"resourceInvariantUUID": "921c70ef-03fc-4b39-bffd-71bf54641849",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_pwdjao0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"artifactChecksum": "ZDBmYjNkMjRkY2ZkNGJlMjU1Y2ZmOThlYjgzNTlkNTM\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "a5ae2e7d-19a2-4348-b2b1-3590d03067da",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "8333057c-fb5f-41f1-909b-cac957331c06",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3382037e-af46-40c1-968d-f2bfad31570d",
"generatedFromUUID": "8333057c-fb5f-41f1-909b-cac957331c06"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "3382037e-af46-40c1-968d-f2bfad31570d",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardPwdjao-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"artifactChecksum": "ZDQ4NzQwYTA5YTFmNzMyOWQzNjE1N2ZmYmNjYzIwMmQ\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "fafa7717-9e26-4cc6-a32d-471d0270c0c7"
}
],
"workloadContext": "Production"
}
2022-10-31T00:21:15.163Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-31T00:21:15.163Z|fa9e7596-ecd6-48e5-ad02-1cd84f2249b0|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e877bf3e-a137-497e-bf73-136f92a45a8f ASDC
2022-10-31T00:21:15.164Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:dd33c2c9-7230-48ca-9a2c-161aaaacbc30
ServiceName:basic_onboard_pWDjAO
ServiceVersion:1.0
ServiceUUID:e877bf3e-a137-497e-bf73-136f92a45a8f
ServiceInvariantUUID:6b6294c6-b12e-4017-ab92-76ce62033c6d
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPwdjao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar
ArtifactUUID:fafa7717-9e26-4cc6-a32d-471d0270c0c7
ArtifactChecksum:ZDQ4NzQwYTA5YTFmNzMyOWQzNjE1N2ZmYmNjYzIwMmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pWDjAO 0
ResourceCustomizationUUID:9b7506bc-ec3e-482c-b180-a4d0cfc241c3
ResourceInvariantUUID:921c70ef-03fc-4b39-bffd-71bf54641849
ResourceName:basic_onboard_pWDjAO
ResourceType:VF
ResourceUUID:eed02bb2-c5c9-4319-80db-9c3687ed5389
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pwdjao0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json
ArtifactUUID:a5ae2e7d-19a2-4348-b2b1-3590d03067da
ArtifactChecksum:ZDBmYjNkMjRkY2ZkNGJlMjU1Y2ZmOThlYjgzNTlkNTM=
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/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8333057c-fb5f-41f1-909b-cac957331c06
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/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
ArtifactUUID:3382037e-af46-40c1-968d-f2bfad31570d
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/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
ArtifactUUID:3382037e-af46-40c1-968d-f2bfad31570d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-31T00:21:15.164Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e877bf3e-a137-497e-bf73-136f92a45a8f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:21:15.211Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:21:15.212Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:21:15.212Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:21:15.212Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fafa7717-9e26-4cc6-a32d-471d0270c0c7 from URL: /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:15.212Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:21:15.212Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:15.297Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:21:15.299Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar fafa7717-9e26-4cc6-a32d-471d0270c0c7 75305
2022-10-31T00:21:15.299Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar ASDC sendASDCNotification
2022-10-31T00:21:15.299Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:15.299Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:21:15.300Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:15.303Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:15.303Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175675299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:15.403Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:15.405Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:15.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:15.454Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:15.455Z||pool-26-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:16.304Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:21:16.306Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-10-31T00:21:16.306Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fafa7717-9e26-4cc6-a32d-471d0270c0c7, URL: /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar to file: /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:16.306Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:16.307Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:16.307Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:16.490Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10857670003540354514/Definitions/service-BasicOnboardPwdjao-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-10-31T00:21:17.758Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-31T00:21:17.758Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-31T00:21:17.758Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pWDjAO 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-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:17.759Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-10-31T00:21:17.760Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.760Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.760Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:17.760Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-10-31T00:21:17.761Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:21:17.762Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.762Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.762Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.762Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is not matching search criteria
2022-10-31T00:21:17.762Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.763Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:17.764Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is not matching search criteria
2022-10-31T00:21:17.765Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eec9050a-5ff0-4b70-b1ce-e89fa0547b37
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.766Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.767Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.767Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:17.767Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:17.767Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_pWDjAO
Description:service
Model UUID:e877bf3e-a137-497e-bf73-136f92a45a8f
Model Version:NULL
Model InvariantUuid:6b6294c6-b12e-4017-ab92-76ce62033c6d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_pWDjAO
Model UUID:92bf56f2-cb49-4c3f-b663-4569b1f788b8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:921c70ef-03fc-4b39-bffd-71bf54641849
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9b7506bc-ec3e-482c-b180-a4d0cfc241c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:d44251a4-5b40-4cc6-bbe4-f768604b5eef
ModelName:BasicOnboardPwdjao..base_ubuntu18..module-0
ModelUuid:1fc90689-e93d-4034-bba1-7efe7c1d9c4e
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:eec9050a-5ff0-4b70-b1ce-e89fa0547b37
ModelInvariantUuid:0abe21a9-c57a-4bb0-b1b9-1db6d9d06073
ModelName:basic_onboard_pWDjAO-nodes.ubuntu18Cvfc
ModelUuid:b885251f-fb6f-47c7-b931-45c68b4c5e6d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:ba864305-e0b4-4bb4-8076-85a53c62f1fb
ModelInvariantUuid:d29b713b-cc0f-4028-832e-d0ee9a32cfac
ModelName:BasicOnboardPwdjao.compute.nodes.heat.ubuntu18
ModelUuid:b60f8120-cd5f-402e-ba49-a1697e856878
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-31T00:21:17.779Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: eed02bb2-c5c9-4319-80db-9c3687ed5389
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:21:17.783Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||basic_onboard_pWDjAO 0
2022-10-31T00:21:17.784Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eed02bb2-c5c9-4319-80db-9c3687ed5389
2022-10-31T00:21:17.784Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a5ae2e7d-19a2-4348-b2b1-3590d03067da from URL: /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json
2022-10-31T00:21:17.784Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:21:17.784Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json
2022-10-31T00:21:17.851Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:21:17.852Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json a5ae2e7d-19a2-4348-b2b1-3590d03067da 798
2022-10-31T00:21:17.852Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json ASDC sendASDCNotification
2022-10-31T00:21:17.852Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json
2022-10-31T00:21:17.852Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:21:17.853Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:17.855Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:17.856Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175677852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:17.956Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:17.957Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:17.957Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:17.971Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:17.972Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:18.857Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwdjao..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d44251a4-5b40-4cc6-bbe4-f768604b5eef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fc90689-e93d-4034-bba1-7efe7c1d9c4e",
"vfModuleModelCustomizationUUID": "acd67206-6215-4777-b5df-a163904c5365",
"isBase": true,
"artifacts": [
"8333057c-fb5f-41f1-909b-cac957331c06",
"3382037e-af46-40c1-968d-f2bfad31570d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-31T00:21:18.862Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwdjao..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc90689-e93d-4034-bba1-7efe7c1d9c4e
VfModuleModelInvariantUUID:d44251a4-5b40-4cc6-bbe4-f768604b5eef
VfModuleModelDescription:NULL
Artifacts UUID List:{
8333057c-fb5f-41f1-909b-cac957331c06
,
3382037e-af46-40c1-968d-f2bfad31570d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-31T00:21:18.864Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardPwdjao..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "d44251a4-5b40-4cc6-bbe4-f768604b5eef",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "1fc90689-e93d-4034-bba1-7efe7c1d9c4e",
"vfModuleModelCustomizationUUID": "acd67206-6215-4777-b5df-a163904c5365",
"isBase": true,
"artifacts": [
"8333057c-fb5f-41f1-909b-cac957331c06",
"3382037e-af46-40c1-968d-f2bfad31570d"
],
"properties": {
"min_vf_module_instances": "1",
"vf_module_label": "base_ubuntu18",
"max_vf_module_instances": "1",
"vfc_list": "",
"vf_module_type": "Base",
"vf_module_description": "",
"initial_count": "1",
"volume_group": "false",
"availability_zone_count": ""
}
}
]
2022-10-31T00:21:18.864Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPwdjao..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1fc90689-e93d-4034-bba1-7efe7c1d9c4e
VfModuleModelInvariantUUID:d44251a4-5b40-4cc6-bbe4-f768604b5eef
VfModuleModelDescription:NULL
Artifacts UUID List:{
8333057c-fb5f-41f1-909b-cac957331c06
,
3382037e-af46-40c1-968d-f2bfad31570d
}
Properties List:{
min_vf_module_instances : 1
vf_module_label : base_ubuntu18
max_vf_module_instances : 1
vfc_list :
vf_module_type : Base
vf_module_description :
initial_count : 1
volume_group : false
availability_zone_count :
}
isBase:true
}
2022-10-31T00:21:18.864Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8333057c-fb5f-41f1-909b-cac957331c06 from URL: /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml
2022-10-31T00:21:18.865Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:21:18.865Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml
2022-10-31T00:21:18.999Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:21:19.000Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml 8333057c-fb5f-41f1-909b-cac957331c06 5033
2022-10-31T00:21:19.000Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-31T00:21:19.001Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml
2022-10-31T00:21:19.001Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:21:19.001Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:19.003Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:19.003Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175679000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:19.104Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:19.105Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:19.105Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:19.121Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:19.121Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:20.004Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3382037e-af46-40c1-968d-f2bfad31570d from URL: /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
2022-10-31T00:21:20.005Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-10-31T00:21:20.005Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
2022-10-31T00:21:20.128Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-10-31T00:21:20.128Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env 3382037e-af46-40c1-968d-f2bfad31570d 909
2022-10-31T00:21:20.129Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-31T00:21:20.129Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
2022-10-31T00:21:20.129Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:21:20.129Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:20.132Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:20.132Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175680129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:20.232Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:20.233Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:20.233Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:20.266Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:20.267Z||pool-29-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:21.132Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e877bf3e-a137-497e-bf73-136f92a45a8f
2022-10-31T00:21:21.133Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pWDjAO 0 eed02bb2-c5c9-4319-80db-9c3687ed5389 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-10-31T00:21:21.155Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@531babdd, org.onap.sdc.toscaparser.api.parameters.Input@48098bdb, org.onap.sdc.toscaparser.api.parameters.Input@53e3eb90, org.onap.sdc.toscaparser.api.parameters.Input@4389dd3e, org.onap.sdc.toscaparser.api.parameters.Input@4dc2c3d1]
2022-10-31T00:21:21.156Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.157Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.157Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic
2022-10-31T00:21:21.157Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9b7506bc-ec3e-482c-b180-a4d0cfc241c3
2022-10-31T00:21:21.157Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b7506bc-ec3e-482c-b180-a4d0cfc241c3 matches Tosca VF Customization UUID: 9b7506bc-ec3e-482c-b180-a4d0cfc241c3
2022-10-31T00:21:21.157Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9b7506bc-ec3e-482c-b180-a4d0cfc241c3 matches vfNotificationResource CustomizationUUID
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-10-31T00:21:21.162Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.162Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.162Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9b7506bc-ec3e-482c-b180-a4d0cfc241c3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-10-31T00:21:21.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@80f5e87
2022-10-31T00:21:21.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-31T00:21:21.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : acd67206-6215-4777-b5df-a163904c5365
2022-10-31T00:21:21.164Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID acd67206-6215-4777-b5df-a163904c5365
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-10-31T00:21:21.167Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.167Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:21.167Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:21.167Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.168Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:21.168Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:21.168Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.168Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is not matching search criteria
2022-10-31T00:21:21.169Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-31T00:21:21.169Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-31T00:21:21.169Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=eec9050a-5ff0-4b70-b1ce-e89fa0547b37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-10-31T00:21:21.172Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.172Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:21.172Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-31T00:21:21.172Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.173Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Node template basic_onboard_pWDjAO 0 is matching search criteria
2022-10-31T00:21:21.173Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_onboard_pWDjAO 0] matching following query criteria: sdcType=VF, customizationUUID=9b7506bc-ec3e-482c-b180-a4d0cfc241c3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:21:21.175Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.175Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.176Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e877bf3e-a137-497e-bf73-136f92a45a8f: basic_onboard_pWDjAO
2022-10-31T00:21:21.176Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.176Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.176Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.176Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.177Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.177Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.177Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.177Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.178Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:21:21.178Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Service basic_onboard_pWDjAO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:21:21.178Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||Saving Service: basic_onboard_pWDjAO
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:21:21.272Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pWDjAO eed02bb2-c5c9-4319-80db-9c3687ed5389 1 ASDC deployResourceStructure
2022-10-31T00:21:21.273Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json ASDC sendASDCNotification
2022-10-31T00:21:21.273Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json
2022-10-31T00:21:21.273Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:21:21.274Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:21.276Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:21.276Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175681273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:21.376Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:21.377Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:21.377Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:21.392Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:21.393Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:22.277Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-31T00:21:22.278Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml
2022-10-31T00:21:22.278Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:21:22.279Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:22.281Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:22.282Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175682277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:22.382Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:22.383Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:22.383Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:22.398Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:22.398Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:23.283Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-31T00:21:23.284Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env
2022-10-31T00:21:23.284Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:21:23.285Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:23.287Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:23.287Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175683283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:23.387Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:23.389Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:23.389Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:23.403Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:23.403Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:24.288Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar ASDC sendASDCNotification
2022-10-31T00:21:24.289Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar
2022-10-31T00:21:24.289Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:21:24.290Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:24.292Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:24.292Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175684288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:24.392Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:21:24.393Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:24.394Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:24.409Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:24.410Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:21:25.293Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd33c2c9-7230-48ca-9a2c-161aaaacbc30
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:21:25.309Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd33c2c9-7230-48ca-9a2c-161aaaacbc30
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:21:25.314Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:21:25.322Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-31T00:21:54.250Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:21:54.251Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:21:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:54.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:54.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.886Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "fa9e7596-ecd6-48e5-ad02-1cd84f2249b0",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175662621,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:21:54.887Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-10-31T00:21:54.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175663641,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object.
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175675299,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:54.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175677852,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175679000,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175680129,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175681273,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/basic_onboard_pwdjao0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175682277,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175683283,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/resourceInstances/basic_onboard_pwdjao0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:54.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-10-31T00:21:54.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175684288,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardPwdjao/1.0/artifacts/service-BasicOnboardPwdjao-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:21:54.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:21:55.322Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-31T00:21:55.331Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and serviceModelVersionId: e877bf3e-a137-497e-bf73-136f92a45a8f
2022-10-31T00:21:55.331Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b6294c6-b12e-4017-ab92-76ce62033c6d
2022-10-31T00:21:55.332Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0
2022-10-31T00:21:55.337Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-10-31T00:21:55.396Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0|INFO|500||Invoke
2022-10-31T00:21:55.396Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd33c2c9-7230-48ca-9a2c-161aaaacbc30], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4852bfd5-b64a-46c5-8072-f41a9365e675], X-ECOMP-RequestID=[dd33c2c9-7230-48ca-9a2c-161aaaacbc30], X-TransactionId=[], X-ONAP-RequestID=[dd33c2c9-7230-48ca-9a2c-161aaaacbc30], Content-Type=[application/merge-patch+json]}
2022-10-31T00:21:55.406Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-31T00:21:55.551Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?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/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[132], X-AAI-TXID=[0-aai-resources-221031-00:21:55:041-26303], vertex-id=[200904], Content-Length=[0], Date=[Mon, 31 Oct 2022 00:21:55 GMT], Content-Type=[application/json]}
2022-10-31T00:21:55.551Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-31T00:21:55.552Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/6b6294c6-b12e-4017-ab92-76ce62033c6d/model-vers/model-ver/e877bf3e-a137-497e-bf73-136f92a45a8f?depth=0|INFO|500||InvokeReturn
2022-10-31T00:21:55.556Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-31T00:21:55.556Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:21:55.566Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-31T00:21:55.566Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd33c2c9-7230-48ca-9a2c-161aaaacbc30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-31T00:21:55.566Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-31T00:21:55.567Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:21:55.570Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:21:55.570Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||DEBUG|500||try to send status {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175715566,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:21:55.670Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:21:55.671Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:21:55.671Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:21:55.688Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:21:55.688Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:21:56.585Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:21:56.586Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:21:56.586Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:22:06.162Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:22:06.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:22:06.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:22:06.163Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:22:15.711Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:22:15.712Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:22:15.713Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:22:15.713Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:22:25.261Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:22:54.248Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:22:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:22:54.251Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:22:54.251Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:22:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:22:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:22:54.879Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:22:54.881Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-31T00:22:54.881Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
"distributionID": "dd33c2c9-7230-48ca-9a2c-161aaaacbc30",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667175715566,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:22:54.883Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:23:03.817Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:23:54.247Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:23:54.248Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:23:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:23:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:23:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:23:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:24:03.788Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:24:03.789Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:24:54.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:24:54.249Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:24:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:24:54.249Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:24:54.250Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:24:54.251Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:25:03.821Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:25:03.822Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:25:54.247Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:25:54.248Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:25:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:25:54.249Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:25:54.250Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:25:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:26:03.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:26:03.790Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:26:54.247Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:26:54.248Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:26:54.248Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:26:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:26:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:26:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:27:03.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:27:03.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:27:54.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:27:54.249Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:27:54.249Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:27:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:27:54.250Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:27:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:28:03.795Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:28:03.796Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:28:54.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:28:54.249Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:28:54.249Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:28:54.249Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:28:54.250Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:28:54.250Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:29:03.807Z|dd33c2c9-7230-48ca-9a2c-161aaaacbc30|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:29:03.807Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:29:54.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:29:54.249Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:29:54.252Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:29:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:29:54.252Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:29:54.252Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:30:03.841Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:30:03.842Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:30:54.248Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:30:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:30:54.250Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:30:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:30:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:30:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:02.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:02.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-31T00:31:02.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3d2072c-0725-458e-b4f4-33f2047bf98e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"66d3fc43-90a9-4174-ac1e-3b058537f9d2","serviceDescription":"service","serviceInvariantUUID":"7ef66a2d-a2fd-431c-b8ec-c30266b7271d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f120b20a-8d71-4669-a04e-21f16fed6969","resourceInvariantUUID":"9e6c1279-ecbe-4751-ab1a-b33335e6a55b","resourceCustomizationUUID":"87cf4024-5aff-40b1-a359-601d18931b7c","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":"MTgzOTExMDc2NDI3NzNmZDQ1MjcxNTU5MWFmNDRlNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"983ef872-e6c5-4354-aac4-91793f8ca515","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzdmMDFjOGJhZjkwODU2OTY4MzI3NDdmMzc3ZmM3NDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af2c7101-764b-4253-a3e2-16d8fd7dd6b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-31T00:31:02.526Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:31:02.527Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:31:02.532Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:31:02.533Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176254247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:31:02.636Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-10-31T00:31:02.637Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:31:02.638Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:02.673Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:02.674Z||pool-35-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:31:02.815Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:02.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:31:02.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176256427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:31:02.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:31:02.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:31:02.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176254247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:31:02.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:31:03.537Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:31:03.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:31:03.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:31:03.549Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176254247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:31:03.649Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:31:03.651Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:31:03.653Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:03.679Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:03.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:31:04.550Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "66d3fc43-90a9-4174-ac1e-3b058537f9d2",
"serviceDescription": "service",
"serviceInvariantUUID": "7ef66a2d-a2fd-431c-b8ec-c30266b7271d",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "87cf4024-5aff-40b1-a359-601d18931b7c",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "f120b20a-8d71-4669-a04e-21f16fed6969",
"resourceInvariantUUID": "9e6c1279-ecbe-4751-ab1a-b33335e6a55b",
"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": "YzdmMDFjOGJhZjkwODU2OTY4MzI3NDdmMzc3ZmM3NDM\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "af2c7101-764b-4253-a3e2-16d8fd7dd6b8"
}
],
"workloadContext": "Production"
}
2022-10-31T00:31:04.550Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-31T00:31:04.551Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66d3fc43-90a9-4174-ac1e-3b058537f9d2 ASDC
2022-10-31T00:31:04.551Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f3d2072c-0725-458e-b4f4-33f2047bf98e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:66d3fc43-90a9-4174-ac1e-3b058537f9d2
ServiceInvariantUUID:7ef66a2d-a2fd-431c-b8ec-c30266b7271d
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:af2c7101-764b-4253-a3e2-16d8fd7dd6b8
ArtifactChecksum:YzdmMDFjOGJhZjkwODU2OTY4MzI3NDdmMzc3ZmM3NDM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:87cf4024-5aff-40b1-a359-601d18931b7c
ResourceInvariantUUID:9e6c1279-ecbe-4751-ab1a-b33335e6a55b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f120b20a-8d71-4669-a04e-21f16fed6969
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-10-31T00:31:04.551Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66d3fc43-90a9-4174-ac1e-3b058537f9d2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:31:04.603Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:31:04.605Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:31:04.605Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:31:04.606Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: af2c7101-764b-4253-a3e2-16d8fd7dd6b8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-31T00:31:04.606Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-31T00:31:04.606Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-31T00:31:06.932Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-31T00:31:06.933Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar af2c7101-764b-4253-a3e2-16d8fd7dd6b8 57655
2022-10-31T00:31:06.933Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-31T00:31:06.934Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-31T00:31:06.934Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:31:06.934Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:31:06.936Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:31:06.937Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176266933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:31:07.036Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:31:07.038Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:31:07.038Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:07.057Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:07.058Z||pool-37-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":2,"count":1}
2022-10-31T00:31:07.939Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:31:07.940Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:31:07.941Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: af2c7101-764b-4253-a3e2-16d8fd7dd6b8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:07.941Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-31T00:31:07.943Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:07.943Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.247Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2137669750644455131/Definitions/service-BasicNetwork-template.yml
2022-10-31T00:31:08.878Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-31T00:31:08.879Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:31:08.879Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.879Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-31T00:31:08.879Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.879Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.880Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-31T00:31:08.881Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:31:08.881Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.881Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.882Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-31T00:31:08.882Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-31T00:31:08.882Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:31:08.882Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.883Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.884Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.884Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.885Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.885Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.885Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.885Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.885Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.886Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:66d3fc43-90a9-4174-ac1e-3b058537f9d2
Model Version:NULL
Model InvariantUuid:7ef66a2d-a2fd-431c-b8ec-c30266b7271d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9e6c1279-ecbe-4751-ab1a-b33335e6a55b
Model UUID:92848671-ece5-4afc-93c9-5f355b685f31
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:87cf4024-5aff-40b1-a359-601d18931b7c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-31T00:31:08.894Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: f120b20a-8d71-4669-a04e-21f16fed6969
2022-10-31T00:31:08.895Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||No resources found for Service: 66d3fc43-90a9-4174-ac1e-3b058537f9d2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:31:08.902Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||
2022-10-31T00:31:08.903Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-10-31T00:31:08.904Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 66d3fc43-90a9-4174-ac1e-3b058537f9d2
2022-10-31T00:31:08.904Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 66d3fc43-90a9-4174-ac1e-3b058537f9d2
2022-10-31T00:31:08.904Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-10-31T00:31:08.905Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:31:08.911Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51a6d317, org.onap.sdc.toscaparser.api.parameters.Input@cc44ca6, org.onap.sdc.toscaparser.api.parameters.Input@6827f7db, org.onap.sdc.toscaparser.api.parameters.Input@6c52e550, org.onap.sdc.toscaparser.api.parameters.Input@b8bada6]
2022-10-31T00:31:08.912Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.913Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.913Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.913Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.913Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 66d3fc43-90a9-4174-ac1e-3b058537f9d2: Generic NeutronNet
2022-10-31T00:31:08.914Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.914Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.914Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.914Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-10-31T00:31:08.953Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.954Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.954Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.954Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.954Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:31:08.955Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:31:08.955Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-31T00:31:09.007Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-10-31T00:31:09.007Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-10-31T00:31:09.007Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-31T00:31:09.007Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:31:09.008Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:31:09.018Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:31:09.018Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176269007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:31:09.119Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:31:09.120Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:31:09.120Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:09.142Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:09.142Z||pool-38-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:31:10.019Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:31:10.039Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:31:10.043Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:31:10.043Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:31:10.043Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:31:40.043Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:31:40.060Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:31:40.063Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:31:40.063Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:31:40.064Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:31:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:31:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:31:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:31:54.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:31:54.280Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:31:54.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "cds",
"timestamp": 1667176254780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:31:54.281Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:10.064Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:32:10.079Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:32:10.082Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:32:10.082Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:32:10.082Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:32:40.083Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:32:40.097Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:32:40.099Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:32:40.099Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-31T00:32:40.099Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-31T00:32:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:32:54.251Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:32:54.251Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:32:54.283Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:32:54.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176256427,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176254247,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "cds",
"timestamp": 1667176254780,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "policy-id",
"timestamp": 1667176263196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "policy-id",
"timestamp": 1667176263196,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "cds",
"timestamp": 1667176266863,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "policy-id",
"timestamp": 1667176266829,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176267140,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176266933,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.290Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.290Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.290Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "cds",
"timestamp": 1667176267870,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3d2072c-0725-458e-b4f4-33f2047bf98e
2022-10-31T00:32:54.300Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d2072c-0725-458e-b4f4-33f2047bf98e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "policy-id",
"timestamp": 1667176267861,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.310Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176268846,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.311Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "policy-id",
"timestamp": 1667176268865,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.319Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3d2072c-0725-458e-b4f4-33f2047bf98e
2022-10-31T00:32:54.319Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d2072c-0725-458e-b4f4-33f2047bf98e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176269007,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.329Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176269857,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.335Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3d2072c-0725-458e-b4f4-33f2047bf98e
2022-10-31T00:32:54.335Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d2072c-0725-458e-b4f4-33f2047bf98e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176271034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176271034,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "aai-ml",
"timestamp": 1667176278096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "aai-ml",
"timestamp": 1667176278096,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "aai-ml",
"timestamp": 1667176280929,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "aai-ml",
"timestamp": 1667176284922,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.350Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "aai-ml",
"timestamp": 1667176285928,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.356Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3d2072c-0725-458e-b4f4-33f2047bf98e
2022-10-31T00:32:54.356Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3d2072c-0725-458e-b4f4-33f2047bf98e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176284782,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176286429,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.375Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176291034,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176302437,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.376Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176302637,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.377Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.377Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.377Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "cds",
"timestamp": 1667176303442,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cac109b6-7440-4b1c-9506-f675cda29001
2022-10-31T00:32:54.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac109b6-7440-4b1c-9506-f675cda29001 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176304519,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.413Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176305523,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.420Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cac109b6-7440-4b1c-9506-f675cda29001
2022-10-31T00:32:54.420Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac109b6-7440-4b1c-9506-f675cda29001 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:32:54.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176303196,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:32:54.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176311945,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176312949,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:32:54.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "policy-id",
"timestamp": 1667176313952,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:32:54.444Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cac109b6-7440-4b1c-9506-f675cda29001
2022-10-31T00:32:54.445Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac109b6-7440-4b1c-9506-f675cda29001 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:10.099Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:33:10.120Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:33:10.129Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:33:10.130Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-31T00:33:10.130Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-31T00:33:10.130Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-31T00:33:10.130Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:10.130Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:10.131Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:10.131Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:10.131Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:10.131Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:10.145Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-31T00:33:40.146Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3d2072c-0725-458e-b4f4-33f2047bf98e and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-31T00:33:40.156Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3d2072c-0725-458e-b4f4-33f2047bf98e and serviceModelVersionId: 66d3fc43-90a9-4174-ac1e-3b058537f9d2
2022-10-31T00:33:40.156Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ef66a2d-a2fd-431c-b8ec-c30266b7271d
2022-10-31T00:33:40.157Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0
2022-10-31T00:33:40.163Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-31T00:33:40.226Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0|INFO|500||Invoke
2022-10-31T00:33:40.227Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f3d2072c-0725-458e-b4f4-33f2047bf98e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[51edc7f2-10a1-4569-85d4-96888fb18bcf], X-ECOMP-RequestID=[f3d2072c-0725-458e-b4f4-33f2047bf98e], X-TransactionId=[], X-ONAP-RequestID=[f3d2072c-0725-458e-b4f4-33f2047bf98e], Content-Type=[application/merge-patch+json]}
2022-10-31T00:33:40.233Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-31T00:33:40.437Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?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/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[201], X-AAI-TXID=[2-aai-resources-221031-00:33:39:848-29777], vertex-id=[213192], Content-Length=[0], Date=[Mon, 31 Oct 2022 00:33:39 GMT], Content-Type=[application/json]}
2022-10-31T00:33:40.438Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-31T00:33:40.439Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7ef66a2d-a2fd-431c-b8ec-c30266b7271d/model-vers/model-ver/66d3fc43-90a9-4174-ac1e-3b058537f9d2?depth=0|INFO|500||InvokeReturn
2022-10-31T00:33:40.439Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-31T00:33:40.439Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:33:40.444Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-31T00:33:40.444Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3d2072c-0725-458e-b4f4-33f2047bf98e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-31T00:33:40.445Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-31T00:33:40.445Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:40.447Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:40.447Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "f3d2072c-0725-458e-b4f4-33f2047bf98e",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176420444,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:33:40.548Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:33:40.549Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:40.549Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:40.574Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:40.574Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:33:41.463Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:33:41.463Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:33:41.463Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:45.916Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:45.917Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-31T00:33:45.917Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cac109b6-7440-4b1c-9506-f675cda29001","serviceName":"Demo_pNF_AJJbnNOjbcp1u43sZaOO","serviceVersion":"1.0","serviceUUID":"66197176-2c18-4198-a5ea-2f579ce00a45","serviceDescription":"catalog service description","serviceInvariantUUID":"44fa799e-8377-4796-8bc1-3478ed373721","resources":[{"resourceInstanceName":"pNF 401f0176-bdd6 0","resourceName":"pNF 401f0176-bdd6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9c2dfb86-f88b-4f38-8d7d-03877a736aa6","resourceInvariantUUID":"5376cdba-3ffd-474b-b0aa-732a2ebff0d6","resourceCustomizationUUID":"cb4c3495-ba50-49b1-91d1-5eb014f89326","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml","artifactChecksum":"MTI2YWUyMDU1OGNkOGVhNDRiZDFjNTU3ZmI1YzEyMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0afab319-3c2f-4e3d-8023-40a3cd39b35f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar","artifactChecksum":"NWYzZjNhNTg3YjQ4ZTVlOTgyNzIyMWY4YzE1YTQ3MTU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fd95880a-0b9e-4302-b11d-3cfdb13b194d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15d15000-7834-49d2-bbf0-13dcaa0688fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml","artifactChecksum":"ZDZjZDI5OTEwMDRlMTg5ODYwMWMyOWUwYTc1OWUzYTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ab6ea7a3-160b-488c-8bc9-737d8f0c5de0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a26e8dd-8941-4d5c-946b-8fd221420a02","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f379bb78-fdd2-4847-83a8-6776f07ebea5","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml","artifactChecksum":"NWI4YzYzZDdlYjY5NDc2NWRmZjA4OGIwN2U2M2I0ZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4c12a6e0-e69a-4bc4-ac69-e8349e2f73f2","artifactVersion":"1"},{"artifactName":"service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar","artifactChecksum":"MGYwN2U0NjAyMWQyOTMyMmU2YWEyY2VhNGNkYzBhOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02d49712-494d-4938-ab85-82bca1200d9d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-31T00:33:45.920Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:45.921Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:45.923Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:45.923Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:46.023Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:46.024Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:46.025Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:46.038Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:46.038Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:46.923Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:46.924Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:46.926Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:46.926Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:47.027Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:47.027Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:47.027Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:47.040Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:47.041Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:47.927Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:47.928Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:47.930Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:47.930Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:48.030Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:48.031Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:48.031Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:48.044Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:48.045Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:48.930Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:48.931Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:48.933Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:48.933Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:49.034Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:49.035Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:49.035Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:49.050Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:49.050Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:49.934Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:49.935Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:49.937Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:49.937Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:50.037Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:50.038Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:50.038Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:50.051Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:50.051Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:50.938Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:50.938Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:50.940Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:50.941Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/resourceInstances/pnf401f0176bdd60/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:51.041Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:51.042Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:51.042Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:51.060Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:51.060Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:33:51.941Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:51.943Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:51.944Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:51.944Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:52.045Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-31T00:33:52.046Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:52.046Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:52.059Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:52.060Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:52.945Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:33:52.946Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:52.948Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:52.948Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:53.048Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:53.049Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:53.050Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:53.064Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:53.065Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:53.949Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"serviceName": "Demo_pNF_AJJbnNOjbcp1u43sZaOO",
"serviceVersion": "1.0",
"serviceUUID": "66197176-2c18-4198-a5ea-2f579ce00a45",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "44fa799e-8377-4796-8bc1-3478ed373721",
"resources": [
{
"resourceInstanceName": "pNF 401f0176-bdd6 0",
"resourceCustomizationUUID": "cb4c3495-ba50-49b1-91d1-5eb014f89326",
"resourceName": "pNF 401f0176-bdd6",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "9c2dfb86-f88b-4f38-8d7d-03877a736aa6",
"resourceInvariantUUID": "5376cdba-3ffd-474b-b0aa-732a2ebff0d6",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"artifactChecksum": "MGYwN2U0NjAyMWQyOTMyMmU2YWEyY2VhNGNkYzBhOWI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "02d49712-494d-4938-ab85-82bca1200d9d"
}
],
"workloadContext": "Production"
}
2022-10-31T00:33:53.950Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-31T00:33:53.950Z|f3d2072c-0725-458e-b4f4-33f2047bf98e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 66197176-2c18-4198-a5ea-2f579ce00a45 ASDC
2022-10-31T00:33:53.951Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:cac109b6-7440-4b1c-9506-f675cda29001
ServiceName:Demo_pNF_AJJbnNOjbcp1u43sZaOO
ServiceVersion:1.0
ServiceUUID:66197176-2c18-4198-a5ea-2f579ce00a45
ServiceInvariantUUID:44fa799e-8377-4796-8bc1-3478ed373721
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
ArtifactUUID:02d49712-494d-4938-ab85-82bca1200d9d
ArtifactChecksum:MGYwN2U0NjAyMWQyOTMyMmU2YWEyY2VhNGNkYzBhOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 401f0176-bdd6 0
ResourceCustomizationUUID:cb4c3495-ba50-49b1-91d1-5eb014f89326
ResourceInvariantUUID:5376cdba-3ffd-474b-b0aa-732a2ebff0d6
ResourceName:pNF 401f0176-bdd6
ResourceType:PNF
ResourceUUID:9c2dfb86-f88b-4f38-8d7d-03877a736aa6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-10-31T00:33:53.951Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66197176-2c18-4198-a5ea-2f579ce00a45 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:33:53.989Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:33:53.990Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:33:53.990Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:33:53.990Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02d49712-494d-4938-ab85-82bca1200d9d from URL: /sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:53.991Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-31T00:33:53.991Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:54.064Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-31T00:33:54.065Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar 02d49712-494d-4938-ab85-82bca1200d9d 87774
2022-10-31T00:33:54.065Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar ASDC sendASDCNotification
2022-10-31T00:33:54.066Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:54.066Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:33:54.067Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:54.069Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:54.069Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176434065,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.169Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:54.170Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:54.170Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:54.184Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:54.184Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:54.249Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-31T00:33:54.250Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-31T00:33:54.250Z||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 RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:54.281Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:54.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176308095,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176316878,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176321721,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.286Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "aai-ml",
"timestamp": 1667176322732,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.294Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cac109b6-7440-4b1c-9506-f675cda29001
2022-10-31T00:33:54.294Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cac109b6-7440-4b1c-9506-f675cda29001 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176344780,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176338095,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176343196,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176354210,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176354059,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176354063,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "cds",
"timestamp": 1667176355217,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47e269d6-dc9f-4559-a100-c69f314658a5
2022-10-31T00:33:54.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47e269d6-dc9f-4559-a100-c69f314658a5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176355065,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176356184,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.345Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "policy-id",
"timestamp": 1667176356068,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.351Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47e269d6-dc9f-4559-a100-c69f314658a5
2022-10-31T00:33:54.351Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47e269d6-dc9f-4559-a100-c69f314658a5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.360Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176358450,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176359454,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.368Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47e269d6-dc9f-4559-a100-c69f314658a5
2022-10-31T00:33:54.368Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47e269d6-dc9f-4559-a100-c69f314658a5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.379Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176360837,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176361358,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176361948,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "aai-ml",
"timestamp": 1667176362362,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.388Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47e269d6-dc9f-4559-a100-c69f314658a5
2022-10-31T00:33:54.388Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47e269d6-dc9f-4559-a100-c69f314658a5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176363052,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176364150,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176365214,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.410Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 47e269d6-dc9f-4559-a100-c69f314658a5
2022-10-31T00:33:54.410Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47e269d6-dc9f-4559-a100-c69f314658a5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-31T00:33:54.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176346428,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176359780,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176366219,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.421Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176367680,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176367584,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "cds",
"timestamp": 1667176368591,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.442Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6be2daf-60f9-42fe-8a20-1a12b55626cc
2022-10-31T00:33:54.443Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be2daf-60f9-42fe-8a20-1a12b55626cc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176369892,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176363196,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667176370897,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6be2daf-60f9-42fe-8a20-1a12b55626cc
2022-10-31T00:33:54.468Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be2daf-60f9-42fe-8a20-1a12b55626cc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176370845,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176371850,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-31T00:33:54.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "policy-id",
"timestamp": 1667176372852,
"artifactURL": "",
"status": "COMPONENT_DONE_OK",
"componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:54.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6be2daf-60f9-42fe-8a20-1a12b55626cc
2022-10-31T00:33:54.488Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6be2daf-60f9-42fe-8a20-1a12b55626cc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-31T00:33:54.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667176351034,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:33:54.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:54.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-31T00:33:54.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
"distributionID": "f6be2daf-60f9-42fe-8a20-1a12b55626cc",
"consumerID": "aai-ml",
"timestamp": 1667176368095,
"artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:33:54.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object.
2022-10-31T00:33:55.070Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:33:55.071Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:33:55.071Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 02d49712-494d-4938-ab85-82bca1200d9d, URL: /sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar to file: /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:55.072Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:55.072Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:55.072Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:55.178Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12528387899572189725/Definitions/service-DemoPnfAjjbnnojbcp1u43szaoo-template.yml
2022-10-31T00:33:56.001Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 401f0176-bdd6 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-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.002Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.003Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Node template pNF 401f0176-bdd6 0 is matching search criteria
2022-10-31T00:33:56.004Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-31T00:33:56.004Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 401f0176-bdd6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:33:56.004Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.004Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.004Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Node template pNF 401f0176-bdd6 0 is matching search criteria
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 401f0176-bdd6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.005Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.006Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_AJJbnNOjbcp1u43sZaOO
Description:catalog service description
Model UUID:66197176-2c18-4198-a5ea-2f579ce00a45
Model Version:NULL
Model InvariantUuid:44fa799e-8377-4796-8bc1-3478ed373721
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VF Allotted Resource Properties:
PNF Allotted Resource Properties:
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-10-31T00:33:56.016Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9c2dfb86-f88b-4f38-8d7d-03877a736aa6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:33:56.019Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||pNF 401f0176-bdd6 0
2022-10-31T00:33:56.019Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9c2dfb86-f88b-4f38-8d7d-03877a736aa6
2022-10-31T00:33:56.019Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 66197176-2c18-4198-a5ea-2f579ce00a45
2022-10-31T00:33:56.019Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 66197176-2c18-4198-a5ea-2f579ce00a45
2022-10-31T00:33:56.019Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 401f0176-bdd6 0 9c2dfb86-f88b-4f38-8d7d-03877a736aa6 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:33:56.025Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e3e8244, org.onap.sdc.toscaparser.api.parameters.Input@63b81bee, org.onap.sdc.toscaparser.api.parameters.Input@588b7d6, org.onap.sdc.toscaparser.api.parameters.Input@a74ffeb, org.onap.sdc.toscaparser.api.parameters.Input@10c26043]
2022-10-31T00:33:56.025Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.025Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.026Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 66197176-2c18-4198-a5ea-2f579ce00a45: pNF 401f0176-bdd6
2022-10-31T00:33:56.026Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Processing PNF resource: 9c2dfb86-f88b-4f38-8d7d-03877a736aa6
2022-10-31T00:33:56.026Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-10-31T00:33:56.026Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_AJJbnNOjbcp1u43sZaOO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-31T00:33:56.026Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||Resource customization UUID: cb4c3495-ba50-49b1-91d1-5eb014f89326 is the same as notified resource customizationUUID: cb4c3495-ba50-49b1-91d1-5eb014f89326
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-10-31T00:33:56.074Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 401f0176-bdd6 9c2dfb86-f88b-4f38-8d7d-03877a736aa6 0 ASDC deployResourceStructure
2022-10-31T00:33:56.074Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar ASDC sendASDCNotification
2022-10-31T00:33:56.074Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar
2022-10-31T00:33:56.074Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-31T00:33:56.074Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:33:56.076Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:33:56.076Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176436074,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfAjjbnnojbcp1u43szaoo/1.0/artifacts/service-DemoPnfAjjbnnojbcp1u43szaoo-csar.csar",
"status": "DEPLOY_OK"
}
2022-10-31T00:33:56.176Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:33:56.177Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:33:56.177Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:33:56.202Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:33:56.203Z||pool-49-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:33:57.077Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cac109b6-7440-4b1c-9506-f675cda29001
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:33:57.090Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cac109b6-7440-4b1c-9506-f675cda29001
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-31T00:33:57.093Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-31T00:33:57.093Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-31T00:33:57.093Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:57.094Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-10-31T00:33:57.095Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-31T00:33:57.104Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-31T00:34:27.104Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cac109b6-7440-4b1c-9506-f675cda29001 and distributionStatus:
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-10-31T00:34:27.113Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cac109b6-7440-4b1c-9506-f675cda29001 and serviceModelVersionId: 66197176-2c18-4198-a5ea-2f579ce00a45
2022-10-31T00:34:27.113Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44fa799e-8377-4796-8bc1-3478ed373721
2022-10-31T00:34:27.114Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0
2022-10-31T00:34:27.118Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-31T00:34:27.165Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0|INFO|500||Invoke
2022-10-31T00:34:27.166Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cac109b6-7440-4b1c-9506-f675cda29001], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b77a1657-440a-41ef-aa63-bde1f4d4f0c5], X-ECOMP-RequestID=[cac109b6-7440-4b1c-9506-f675cda29001], X-TransactionId=[], X-ONAP-RequestID=[cac109b6-7440-4b1c-9506-f675cda29001], Content-Type=[application/merge-patch+json]}
2022-10-31T00:34:27.171Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-10-31T00:34:27.316Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?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/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[141], X-AAI-TXID=[1-aai-resources-221031-00:34:26:788-9599], vertex-id=[233496], Content-Length=[0], Date=[Mon, 31 Oct 2022 00:34:26 GMT], Content-Type=[application/json]}
2022-10-31T00:34:27.317Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-31T00:34:27.318Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/44fa799e-8377-4796-8bc1-3478ed373721/model-vers/model-ver/66197176-2c18-4198-a5ea-2f579ce00a45?depth=0|INFO|500||InvokeReturn
2022-10-31T00:34:27.319Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-31T00:34:27.319Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-31T00:34:27.325Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-10-31T00:34:27.325Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cac109b6-7440-4b1c-9506-f675cda29001 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-31T00:34:27.325Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-31T00:34:27.326Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:27.328Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:27.328Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "cac109b6-7440-4b1c-9506-f675cda29001",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176467325,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-31T00:34:27.428Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:34:27.429Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:27.429Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:27.445Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:27.446Z||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-10-31T00:34:28.346Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-31T00:34:28.346Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"47e269d6-dc9f-4559-a100-c69f314658a5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"060c10ab-ff4b-4403-a872-9eaca8440a6b","serviceDescription":"service","serviceInvariantUUID":"7a0555f2-ca9c-4abb-8db1-96925f4cf392","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"05e5fc93-cdf3-4600-9b4a-52813a57f57a","resourceInvariantUUID":"d6d899f3-4f51-4f4f-9ec3-f673c1f86b6f","resourceCustomizationUUID":"9a4d402b-b497-4b3f-9fc0-7d14eb4d5060","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":"ZjRmYTRhNTc4MjhhMjgwYTIzZGEyY2U1MWIxMDBjMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0370fb2d-9963-4a09-8e64-9896b9ad2f86","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":"c7993034-1341-4186-8547-bca3904a5787","artifactVersion":"2","generatedFromUUID":"084dae8a-4dab-4220-b226-3f2253647905"},{"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":"084dae8a-4dab-4220-b226-3f2253647905","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":"YzAyMWY0MWYwZGEzMzRkMTdkYmRlNjdlNmQ1ODEyNjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"790a2086-b389-4a19-b1be-628eecd51824","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":"59f95d7b-ae5c-471d-80ec-2da598f7705d","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":"b5c399d9-91c4-4ade-9486-0ffb9b2288c5","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":"b40b6fdd-dc9f-4349-ac1f-de536a131041","artifactVersion":"2","generatedFromUUID":"59f95d7b-ae5c-471d-80ec-2da598f7705d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"M2Q5MTcxZjVlZTM2NGI4MjI5MGFiODY5OTAwZDZlZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b75ecdf-d495-4198-b91a-931a521d1492","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGM0MDYwMTQzNjVlZDIyZWNhYTAzNzgzMDVjYTQ4YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3344fe7a-8a14-45ff-b96f-79e83210c9cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-31T00:34:28.347Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:28.347Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:28.350Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:28.350Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:34:28.450Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-31T00:34:28.451Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:28.451Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:28.466Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:28.467Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:29.359Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:29.360Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:29.362Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:29.362Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
"status": "NOTIFIED"
}
2022-10-31T00:34:29.462Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:29.463Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:29.463Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:29.477Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:29.477Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:30.364Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:30.366Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:30.367Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:30.368Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
"status": "NOTIFIED"
}
2022-10-31T00:34:30.468Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:30.469Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:30.469Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:30.487Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:30.487Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:31.369Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:31.369Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:31.371Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:31.371Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
"status": "NOTIFIED"
}
2022-10-31T00:34:31.471Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:31.474Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:31.474Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:31.489Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:31.489Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:32.372Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:32.372Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:32.374Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:32.374Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
"status": "NOTIFIED"
}
2022-10-31T00:34:32.475Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:32.475Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:32.476Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:32.489Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:32.490Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:33.375Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:33.375Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:33.377Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:33.377Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:34:33.478Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:33.479Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:33.479Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:33.492Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:33.493Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:34.379Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:34.380Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:34.382Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:34.382Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
"status": "NOTIFIED"
}
2022-10-31T00:34:34.482Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:34.483Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:34.483Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:34.498Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:34.499Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:35.383Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:35.384Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:35.385Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:35.385Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-10-31T00:34:35.486Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:35.486Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:35.487Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:35.500Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:35.501Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:36.386Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-31T00:34:36.388Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:36.390Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:36.390Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176421463,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "NOTIFIED"
}
2022-10-31T00:34:36.490Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:36.491Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:36.491Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:36.504Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:36.505Z||pool-59-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-31T00:34:37.391Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"serviceName": "basic_cnf",
"serviceVersion": "1.0",
"serviceUUID": "060c10ab-ff4b-4403-a872-9eaca8440a6b",
"serviceDescription": "service",
"serviceInvariantUUID": "7a0555f2-ca9c-4abb-8db1-96925f4cf392",
"resources": [
{
"resourceInstanceName": "basic_cnf 0",
"resourceCustomizationUUID": "9a4d402b-b497-4b3f-9fc0-7d14eb4d5060",
"resourceName": "basic_cnf",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "05e5fc93-cdf3-4600-9b4a-52813a57f57a",
"resourceInvariantUUID": "d6d899f3-4f51-4f4f-9ec3-f673c1f86b6f",
"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": "c7993034-1341-4186-8547-bca3904a5787",
"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": "084dae8a-4dab-4220-b226-3f2253647905",
"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": "YzAyMWY0MWYwZGEzMzRkMTdkYmRlNjdlNmQ1ODEyNjE\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "790a2086-b389-4a19-b1be-628eecd51824",
"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": "59f95d7b-ae5c-471d-80ec-2da598f7705d",
"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": "b40b6fdd-dc9f-4349-ac1f-de536a131041",
"generatedFromUUID": "59f95d7b-ae5c-471d-80ec-2da598f7705d"
},
"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": "b40b6fdd-dc9f-4349-ac1f-de536a131041",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicCnf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"artifactChecksum": "NGM0MDYwMTQzNjVlZDIyZWNhYTAzNzgzMDVjYTQ4YTc\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "3344fe7a-8a14-45ff-b96f-79e83210c9cf"
}
],
"workloadContext": "Production"
}
2022-10-31T00:34:37.392Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-31T00:34:37.392Z|cac109b6-7440-4b1c-9506-f675cda29001|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 060c10ab-ff4b-4403-a872-9eaca8440a6b ASDC
2022-10-31T00:34:37.393Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:47e269d6-dc9f-4559-a100-c69f314658a5
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:060c10ab-ff4b-4403-a872-9eaca8440a6b
ServiceInvariantUUID:7a0555f2-ca9c-4abb-8db1-96925f4cf392
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:3344fe7a-8a14-45ff-b96f-79e83210c9cf
ArtifactChecksum:NGM0MDYwMTQzNjVlZDIyZWNhYTAzNzgzMDVjYTQ4YTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9a4d402b-b497-4b3f-9fc0-7d14eb4d5060
ResourceInvariantUUID:d6d899f3-4f51-4f4f-9ec3-f673c1f86b6f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:05e5fc93-cdf3-4600-9b4a-52813a57f57a
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:c7993034-1341-4186-8547-bca3904a5787
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:084dae8a-4dab-4220-b226-3f2253647905
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:790a2086-b389-4a19-b1be-628eecd51824
ArtifactChecksum:YzAyMWY0MWYwZGEzMzRkMTdkYmRlNjdlNmQ1ODEyNjE=
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:59f95d7b-ae5c-471d-80ec-2da598f7705d
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:b40b6fdd-dc9f-4349-ac1f-de536a131041
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:b40b6fdd-dc9f-4349-ac1f-de536a131041
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-10-31T00:34:37.393Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 060c10ab-ff4b-4403-a872-9eaca8440a6b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-31T00:34:37.437Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:34:37.437Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:34:37.437Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:34:37.438Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3344fe7a-8a14-45ff-b96f-79e83210c9cf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-31T00:34:37.438Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-31T00:34:37.438Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-31T00:34:37.497Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-31T00:34:37.498Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3344fe7a-8a14-45ff-b96f-79e83210c9cf 73681
2022-10-31T00:34:37.499Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-10-31T00:34:37.499Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-31T00:34:37.499Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-31T00:34:37.500Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-31T00:34:37.501Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-31T00:34:37.502Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "47e269d6-dc9f-4559-a100-c69f314658a5",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667176477499,
"artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-10-31T00:34:37.602Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-31T00:34:37.603Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-31T00:34:37.603Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as RRXMn1MKhW9b40Ul) ...
2022-10-31T00:34:37.618Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-10-31T00:34:37.619Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-31T00:34:38.502Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-31T00:34:38.503Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-31T00:34:38.504Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3344fe7a-8a14-45ff-b96f-79e83210c9cf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:38.504Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-31T00:34:38.504Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:38.505Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:38.620Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP370397545503370391/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-10-31T00:34:39.792Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-31T00:34:39.792Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-31T00:34:39.793Z|47e269d6-dc9f-4559-a100-c69f314658a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery