JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2023-05-09T23:26:07.263Z||main|||||INFO|500||The following profiles are active: basic 2023-05-09T23:26:20.733Z||main|||||INFO|500||Starting service [Tomcat] 2023-05-09T23:26:20.734Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-05-09T23:26:21.024Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-05-09T23:26:24.706Z||main|||||INFO|500||catdb-pool - Starting... 2023-05-09T23:26:25.191Z||main|||||INFO|500||catdb-pool - Start completed. 2023-05-09T23:26:25.770Z||main|||||INFO|500||reqdb-pool - Starting... 2023-05-09T23:26:25.798Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-05-09T23:26:25.990Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-05-09T23:26:26.372Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-05-09T23:26:27.738Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-05-09T23:26:31.167Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-05-09T23:26:34.801Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-05-09T23:26:34.853Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-05-09T23:26:35.311Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-05-09T23:26:35.959Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2023-05-09T23:26:37.353Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-05-09T23:26:38.732Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 Hibernate: select activitysp0_.ID as id1_0_, activitysp0_.CREATION_TIMESTAMP as creation2_0_, activitysp0_.DESCRIPTION as descript3_0_, activitysp0_.NAME as name4_0_, activitysp0_.VERSION as version5_0_ from activity_spec activitysp0_ 2023-05-09T23:26:39.494Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-05-09T23:26:39.495Z||main|||||ERROR|500||(conn=887) Table 'catalogdb.activity_spec' doesn't exist 2023-05-09T23:26:39.525Z||main|||||WARN|500||Exception on deploying activitySpecs: could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 2023-05-09T23:26:42.706Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2023-05-09T23:26:45.215Z||main|||||WARN|500||--- 2023-05-09T23:26:45.216Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-05-09T23:26:45.216Z||main|||||WARN|500||--- 2023-05-09T23:26:45.873Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-05-09T23:26:51.989Z||main|||||INFO|500||Started Application in 52.516 seconds (JVM running for 56.519) 2023-05-09T23:26:52.083Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-05-09T23:26:52.093Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-05-09T23:26:52.109Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-05-09T23:26:52.244Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 50de06cd-16de-487c-8764-c1f003f0460d url= /sdc/v1/artifactTypes 2023-05-09T23:26:52.316Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-05-09T23:26:52.669Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-05-09T23:26:52.853Z||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 SDC server 2023-05-09T23:26:52.854Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-05-09T23:26:52.854Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= a90b31a4-927c-483b-b32a-7d469d341d33 url= /sdc/v1/distributionKafkaData 2023-05-09T23:26:52.854Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-05-09T23:26:52.916Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-05-09T23:26:52.939Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@77d21b3b 2023-05-09T23:26:53.082Z||scheduling-1|||||INFO|500||ProducerConfig values: acks = -1 batch.size = 16384 bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] buffer.memory = 33554432 client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40 compression.type = none connections.max.idle.ms = 540000 delivery.timeout.ms = 120000 enable.idempotence = true interceptor.classes = [] key.serializer = class org.apache.kafka.common.serialization.StringSerializer linger.ms = 0 max.block.ms = 60000 max.in.flight.requests.per.connection = 5 max.request.size = 1048576 metadata.max.age.ms = 300000 metadata.max.idle.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partitioner.adaptive.partitioning.enable = true partitioner.availability.timeout.ms = 0 partitioner.class = null partitioner.ignore.keys = false receive.buffer.bytes = 32768 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retries = 2147483647 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS transaction.timeout.ms = 60000 transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer 2023-05-09T23:26:53.151Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Instantiated an idempotent producer. 2023-05-09T23:26:53.274Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-05-09T23:26:53.387Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-09T23:26:53.388Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-09T23:26:53.388Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683674813380 2023-05-09T23:26:53.396Z||scheduling-1|||||INFO|500||start DistributionClient 2023-05-09T23:26:53.428Z||scheduling-1|||||INFO|500||ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = SO group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-05-09T23:26:53.614Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-09T23:26:53.614Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-09T23:26:53.615Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683674813613 2023-05-09T23:26:53.619Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:26:53.622Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:26:53.622Z||scheduling-1|||||INFO|500||ConsumerConfig values: allow.auto.create.topics = false auto.commit.interval.ms = 5000 auto.offset.reset = latest bootstrap.servers = [onap-strimzi-kafka-bootstrap:9092] check.crcs = true client.dns.lookup = use_all_dns_ips client.id = SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656 client.rack = connections.max.idle.ms = 540000 default.api.timeout.ms = 60000 enable.auto.commit = true exclude.internal.topics = true fetch.max.bytes = 52428800 fetch.max.wait.ms = 500 fetch.min.bytes = 1 group.id = SO group.instance.id = null heartbeat.interval.ms = 3000 interceptor.classes = [] internal.leave.group.on.close = true internal.throw.on.fetch.stable.offset.unsupported = false isolation.level = read_uncommitted key.deserializer = class org.apache.kafka.common.serialization.StringDeserializer max.partition.fetch.bytes = 1048576 max.poll.interval.ms = 300000 max.poll.records = 500 metadata.max.age.ms = 300000 metric.reporters = [] metrics.num.samples = 2 metrics.recording.level = INFO metrics.sample.window.ms = 30000 partition.assignment.strategy = [class org.apache.kafka.clients.consumer.RangeAssignor, class org.apache.kafka.clients.consumer.CooperativeStickyAssignor] receive.buffer.bytes = 65536 reconnect.backoff.max.ms = 1000 reconnect.backoff.ms = 50 request.timeout.ms = 30000 retry.backoff.ms = 100 sasl.client.callback.handler.class = null sasl.jaas.config = [hidden] sasl.kerberos.kinit.cmd = /usr/bin/kinit sasl.kerberos.min.time.before.relogin = 60000 sasl.kerberos.service.name = null sasl.kerberos.ticket.renew.jitter = 0.05 sasl.kerberos.ticket.renew.window.factor = 0.8 sasl.login.callback.handler.class = null sasl.login.class = null sasl.login.connect.timeout.ms = null sasl.login.read.timeout.ms = null sasl.login.refresh.buffer.seconds = 300 sasl.login.refresh.min.period.seconds = 60 sasl.login.refresh.window.factor = 0.8 sasl.login.refresh.window.jitter = 0.05 sasl.login.retry.backoff.max.ms = 10000 sasl.login.retry.backoff.ms = 100 sasl.mechanism = SCRAM-SHA-512 sasl.oauthbearer.clock.skew.seconds = 30 sasl.oauthbearer.expected.audience = null sasl.oauthbearer.expected.issuer = null sasl.oauthbearer.jwks.endpoint.refresh.ms = 3600000 sasl.oauthbearer.jwks.endpoint.retry.backoff.max.ms = 10000 sasl.oauthbearer.jwks.endpoint.retry.backoff.ms = 100 sasl.oauthbearer.jwks.endpoint.url = null sasl.oauthbearer.scope.claim.name = scope sasl.oauthbearer.sub.claim.name = sub sasl.oauthbearer.token.endpoint.url = null security.protocol = SASL_PLAINTEXT security.providers = null send.buffer.bytes = 131072 session.timeout.ms = 45000 socket.connection.setup.timeout.max.ms = 30000 socket.connection.setup.timeout.ms = 10000 ssl.cipher.suites = null ssl.enabled.protocols = [TLSv1.2, TLSv1.3] ssl.endpoint.identification.algorithm = https ssl.engine.factory.class = null ssl.key.password = null ssl.keymanager.algorithm = SunX509 ssl.keystore.certificate.chain = null ssl.keystore.key = null ssl.keystore.location = null ssl.keystore.password = null ssl.keystore.type = JKS ssl.protocol = TLSv1.3 ssl.provider = null ssl.secure.random.implementation = null ssl.trustmanager.algorithm = PKIX ssl.truststore.certificates = null ssl.truststore.location = null ssl.truststore.password = null ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer 2023-05-09T23:26:53.644Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-09T23:26:53.645Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-09T23:26:53.645Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683674813644 2023-05-09T23:26:53.646Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:26:53.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:26:53.662Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-05-09T23:26:54.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.832Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.833Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.833Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.838Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.835Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Cluster ID: HSlVMZJUQMWo8A3_tl8E0Q 2023-05-09T23:26:54.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.839Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to UPcEG4fnSwiCu0mc8wOo1Q 2023-05-09T23:26:54.838Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.841Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Cluster ID: HSlVMZJUQMWo8A3_tl8E0Q 2023-05-09T23:26:54.842Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.840Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] ProducerId set to 6 with epoch 0 2023-05-09T23:26:54.843Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-05-09T23:26:54.847Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.848Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:26:54.849Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Cluster ID: HSlVMZJUQMWo8A3_tl8E0Q 2023-05-09T23:26:54.851Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null) 2023-05-09T23:26:54.894Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] (Re-)joining group 2023-05-09T23:26:54.894Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] (Re-)joining group 2023-05-09T23:26:54.945Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe-8efbe382-8e38-4302-8bbf-c001489d6911 2023-05-09T23:26:54.946Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-05-09T23:26:54.946Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] (Re-)joining group 2023-05-09T23:26:54.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656-4101a3a7-46b7-44ea-ac29-4c95ee0510b6 2023-05-09T23:26:54.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Request joining group due to: rebalance failed due to 'The group member needs to have a valid member id before actually entering a consumer group.' (MemberIdRequiredException) 2023-05-09T23:26:54.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] (Re-)joining group 2023-05-09T23:27:00.953Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656-4101a3a7-46b7-44ea-ac29-4c95ee0510b6', protocol='range'} 2023-05-09T23:27:00.954Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe-8efbe382-8e38-4302-8bbf-c001489d6911', protocol='range'} 2023-05-09T23:27:01.039Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.040Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-09T23:27:01.045Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656-4101a3a7-46b7-44ea-ac29-4c95ee0510b6=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe-8efbe382-8e38-4302-8bbf-c001489d6911=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5])} 2023-05-09T23:27:01.081Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656-4101a3a7-46b7-44ea-ac29-4c95ee0510b6', protocol='range'} 2023-05-09T23:27:01.083Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]) 2023-05-09T23:27:01.084Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe-8efbe382-8e38-4302-8bbf-c001489d6911', protocol='range'} 2023-05-09T23:27:01.085Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Notifying assignor about the new Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]) 2023-05-09T23:27:01.093Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Adding newly assigned partitions: SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-05-09T23:27:01.095Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Adding newly assigned partitions: SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-05-09T23:27:01.118Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-05-09T23:27:01.119Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-05-09T23:27:01.119Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-05-09T23:27:01.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-05-09T23:27:01.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-05-09T23:27:01.120Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-05-09T23:27:01.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-05-09T23:27:01.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-05-09T23:27:01.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-05-09T23:27:01.125Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-05-09T23:27:01.125Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-05-09T23:27:01.125Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-05-09T23:27:01.213Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-09T23:27:01.217Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-09T23:27:01.288Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-09T23:27:01.289Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-09T23:27:01.292Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-09T23:27:01.293Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-09T23:27:01.296Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-09T23:27:01.297Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-09T23:27:01.298Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-09T23:27:01.299Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-09T23:27:01.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-09T23:27:01.301Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-09T23:27:53.631Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:27:53.652Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:28:53.633Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:28:53.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:29:53.636Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:29:53.656Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:30:53.638Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:30:53.658Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:31:53.639Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:31:53.660Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:32:53.641Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:32:53.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:33:53.642Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:33:53.663Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:34:53.644Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:34:53.665Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:35:53.646Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:35:53.667Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:35:54.853Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-52a2d47b-4457-406f-92ba-3fb2b68f9656, groupId=SO] Node -1 disconnected. 2023-05-09T23:35:54.944Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-f1de5397-2b9d-44f3-9785-2660adf9c7fe, groupId=SO] Node -1 disconnected. 2023-05-09T23:35:55.137Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Node -1 disconnected. 2023-05-09T23:35:57.929Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-05-09T23:36:53.646Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:36:53.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:37:53.647Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:37:53.668Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:38:53.651Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:38:53.670Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:39:53.654Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:39:53.670Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:40:53.655Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:40:53.672Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:41:53.656Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:41:53.672Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:42:53.658Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:42:53.675Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:43:53.659Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:43:53.676Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:44:53.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:44:53.677Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:45:53.662Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:45:53.678Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:46:53.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:46:53.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:47:53.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:47:53.679Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:48:53.665Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:48:53.681Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:49:53.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:49:53.683Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:50:53.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:50:53.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:51:53.673Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:51:53.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:52:53.675Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:52:53.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:53:53.677Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:53:53.689Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:54:53.679Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:54:53.691Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:55:53.679Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:55:53.692Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:56:53.681Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:56:53.693Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:57:53.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:57:53.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:58:53.685Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:58:53.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-09T23:59:53.686Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-09T23:59:53.696Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:00:53.687Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:00:53.698Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:01:53.689Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:01:53.699Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:02:53.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:02:53.701Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:03:53.692Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:03:53.702Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:04:53.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:04:53.703Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:05:53.694Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:05:53.704Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:06:53.697Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:06:53.705Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:07:53.698Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:07:53.707Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:08:53.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:08:53.707Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:09:53.703Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:09:53.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:10:53.704Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:10:53.710Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:11:53.706Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:11:53.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:12:53.708Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:12:53.712Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:13:53.710Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:13:53.713Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:14:53.712Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:14:53.715Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:15:53.715Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:15:53.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:16:53.717Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:16:53.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:17:53.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:17:53.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:18:53.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:18:53.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:19:53.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:19:53.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:20:53.725Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:20:53.725Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:21:53.725Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:21:53.726Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:22:53.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:22:53.727Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:23:53.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:23:53.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:24:53.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:24:53.730Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:25:53.732Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:25:53.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:26:53.733Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:26:53.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:27:53.734Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:27:53.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:28:53.735Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:28:53.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:29:53.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:29:53.738Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:30:53.739Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:30:53.739Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:31:53.740Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:31:53.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:32:53.742Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:32:53.743Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:33:53.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:33:53.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:34:53.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:34:53.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:35:53.746Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:35:53.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:36:53.748Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:36:53.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:37:53.749Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:37:53.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:38:53.750Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:38:53.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:39:53.752Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:39:53.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:40:53.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:40:53.754Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:41:53.753Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:41:53.754Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:42:53.754Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:42:53.755Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:43:53.755Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:43:53.757Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:44:53.759Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:44:53.759Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:45:53.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:45:53.763Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:46:53.764Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:46:53.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:52.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-05-10T00:47:52.231Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"32b3788f-f55b-4dac-9537-16237856f7f9","serviceName":"basic_onboard_zMLCct","serviceVersion":"1.0","serviceUUID":"2d553d0e-11c4-40dc-8ac7-62cda2de2364","serviceDescription":"service","serviceInvariantUUID":"553c344f-9eb7-481b-a5db-6cd7a96190c1","resources":[{"resourceInstanceName":"basic_onboard_zMLCct 0","resourceName":"basic_onboard_zMLCct","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5f88aacb-f011-4f9a-b4b7-6b21e907bfa4","resourceInvariantUUID":"66085665-57cf-4e2e-ad07-699790dc79bc","resourceCustomizationUUID":"f3165cd1-ea14-4d97-a16b-fdc031ca9b3d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml","artifactChecksum":"ZWRlMzkzYThkZGI0ZmQxNDRmMmFiMTAyMjc3NGZiZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4552eab8-7890-48ef-9355-03abc7743532","artifactVersion":"1"},{"artifactName":"basic_onboard_zmlcct0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json","artifactChecksum":"ZDNmODNiMDJlMTk0ZWIxMTQxNGI2NzMxNDM0NDEwNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2cd65cb7-7b24-4bb6-9e9e-4117dfd8dfe2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"34a8c98d-6706-4721-9c27-0d69c8958b84","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d352572-ad86-44d2-ac8c-0eb172f39ce9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74","artifactVersion":"2","generatedFromUUID":"34a8c98d-6706-4721-9c27-0d69c8958b84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZmlcct-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml","artifactChecksum":"MTZhZWFkMjdmNDFjMDU3ZjJiZTQ2Njc0MTlhYTQ2OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f844776-b74d-4874-9dd8-50f394e5a3fe","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZmlcct-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar","artifactChecksum":"YWFmMjVmMjUyODNlMTAyM2M4M2Y4YjRkMjE0YWE0NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dc4606e1-e017-4ae4-90a7-6b133af55cdd","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T00:47:52.245Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:52.253Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:52.254Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:52.254Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:52.262Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.264Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.265Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.265Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.265Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.265Z||kafka-producer-network-thread | SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-f949a245-3b22-4181-ae87-286205d60e40] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to UKWeOA39Skqn3tZQdp3R2A 2023-05-10T00:47:52.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T00:47:52.295Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:47:52.333Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:47:53.323Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:53.324Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:53.324Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:53.325Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:53.650Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:53.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T00:47:53.654Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:47:53.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:47:54.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:54.328Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:54.328Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:54.328Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:55.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:55.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:55.332Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:55.332Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:56.336Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:56.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:56.337Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:56.337Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:57.338Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:57.339Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:57.340Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:57.340Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:58.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:47:58.342Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:58.342Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:58.342Z||pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:47:59.345Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "serviceName": "basic_onboard_zMLCct", "serviceVersion": "1.0", "serviceUUID": "2d553d0e-11c4-40dc-8ac7-62cda2de2364", "serviceDescription": "service", "serviceInvariantUUID": "553c344f-9eb7-481b-a5db-6cd7a96190c1", "resources": [ { "resourceInstanceName": "basic_onboard_zMLCct 0", "resourceCustomizationUUID": "f3165cd1-ea14-4d97-a16b-fdc031ca9b3d", "resourceName": "basic_onboard_zMLCct", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5f88aacb-f011-4f9a-b4b7-6b21e907bfa4", "resourceInvariantUUID": "66085665-57cf-4e2e-ad07-699790dc79bc", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zmlcct0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "artifactChecksum": "ZDNmODNiMDJlMTk0ZWIxMTQxNGI2NzMxNDM0NDEwNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2cd65cb7-7b24-4bb6-9e9e-4117dfd8dfe2", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "34a8c98d-6706-4721-9c27-0d69c8958b84", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74", "generatedFromUUID": "34a8c98d-6706-4721-9c27-0d69c8958b84" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZmlcct-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "artifactChecksum": "YWFmMjVmMjUyODNlMTAyM2M4M2Y4YjRkMjE0YWE0NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dc4606e1-e017-4ae4-90a7-6b133af55cdd" } ], "workloadContext": "Production" } 2023-05-10T00:47:59.346Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T00:47:59.347Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d553d0e-11c4-40dc-8ac7-62cda2de2364 ASDC 2023-05-10T00:47:59.473Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:32b3788f-f55b-4dac-9537-16237856f7f9 ServiceName:basic_onboard_zMLCct ServiceVersion:1.0 ServiceUUID:2d553d0e-11c4-40dc-8ac7-62cda2de2364 ServiceInvariantUUID:553c344f-9eb7-481b-a5db-6cd7a96190c1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZmlcct-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar ArtifactUUID:dc4606e1-e017-4ae4-90a7-6b133af55cdd ArtifactChecksum:YWFmMjVmMjUyODNlMTAyM2M4M2Y4YjRkMjE0YWE0NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_zMLCct 0 ResourceCustomizationUUID:f3165cd1-ea14-4d97-a16b-fdc031ca9b3d ResourceInvariantUUID:66085665-57cf-4e2e-ad07-699790dc79bc ResourceName:basic_onboard_zMLCct ResourceType:VF ResourceUUID:5f88aacb-f011-4f9a-b4b7-6b21e907bfa4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zmlcct0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json ArtifactUUID:2cd65cb7-7b24-4bb6-9e9e-4117dfd8dfe2 ArtifactChecksum:ZDNmODNiMDJlMTk0ZWIxMTQxNGI2NzMxNDM0NDEwNDI= 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/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml ArtifactUUID:34a8c98d-6706-4721-9c27-0d69c8958b84 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/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env ArtifactUUID:9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 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/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env ArtifactUUID:9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-10T00:47:59.473Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d553d0e-11c4-40dc-8ac7-62cda2de2364 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:47:59.760Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T00:47:59.761Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T00:47:59.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T00:47:59.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc4606e1-e017-4ae4-90a7-6b133af55cdd from URL: /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:47:59.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T00:47:59.764Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:47:59.917Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T00:47:59.926Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar dc4606e1-e017-4ae4-90a7-6b133af55cdd 75649 2023-05-10T00:47:59.927Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar ASDC sendASDCNotification 2023-05-10T00:47:59.928Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:47:59.929Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T00:47:59.930Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:47:59.931Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:47:59.931Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679679926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:00.933Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T00:48:00.934Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T00:48:00.935Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: dc4606e1-e017-4ae4-90a7-6b133af55cdd, URL: /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar to file: /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:00.935Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:01.025Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:01.026Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:01.428Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1253275224398174896/Definitions/service-BasicOnboardZmlcct-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-05-10T00:48:02.757Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T00:48:02.762Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-05-10T00:48:02.762Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.762Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zMLCct 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-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.763Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.764Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:02.764Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-05-10T00:48:02.770Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.772Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.776Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:02.776Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-05-10T00:48:02.778Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.779Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is not matching search criteria 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-10T00:48:02.783Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.784Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T00:48:02.784Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.785Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:02.785Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:02.785Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.785Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is not matching search criteria 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e9a36-bbfa-46cf-9db0-7073db204a20 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.786Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:02.787Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_zMLCct Description:service Model UUID:2d553d0e-11c4-40dc-8ac7-62cda2de2364 Model Version:NULL Model InvariantUuid:553c344f-9eb7-481b-a5db-6cd7a96190c1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_zMLCct Model UUID:8f29d61f-e9a7-4b07-bb34-f219709c7759 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:66085665-57cf-4e2e-ad07-699790dc79bc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f3165cd1-ea14-4d97-a16b-fdc031ca9b3d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a62300a3-1ed7-4c5b-9aef-c80cc707d437 ModelName:BasicOnboardZmlcct..base_ubuntu18..module-0 ModelUuid:7792ee88-a3b1-46dd-b310-5c43e39dd6b3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bb4e9a36-bbfa-46cf-9db0-7073db204a20 ModelInvariantUuid:3196e79f-328f-48af-bacb-a8df27710aae ModelName:basic_onboard_zMLCct-nodes.ubuntu18Cvfc ModelUuid:6598d6b8-52d5-4531-b302-6992effc03ee ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7b1f2a7a-83ac-4860-b280-3ad421378ac9 ModelInvariantUuid:edbfa31e-87f2-4e67-96da-20f23818288d ModelName:BasicOnboardZmlcct.compute.nodes.heat.ubuntu18 ModelUuid:677a55b4-eebb-428f-bbd8-02b4b4db6ca6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T00:48:02.822Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5f88aacb-f011-4f9a-b4b7-6b21e907bfa4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:48:02.890Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||basic_onboard_zMLCct 0 2023-05-10T00:48:02.898Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5f88aacb-f011-4f9a-b4b7-6b21e907bfa4 2023-05-10T00:48:02.899Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2cd65cb7-7b24-4bb6-9e9e-4117dfd8dfe2 from URL: /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json 2023-05-10T00:48:02.899Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T00:48:02.899Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json 2023-05-10T00:48:03.010Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T00:48:03.011Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json 2cd65cb7-7b24-4bb6-9e9e-4117dfd8dfe2 798 2023-05-10T00:48:03.011Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json ASDC sendASDCNotification 2023-05-10T00:48:03.011Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json 2023-05-10T00:48:03.011Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T00:48:03.012Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:03.012Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:03.012Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679683011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:04.014Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZmlcct..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a62300a3-1ed7-4c5b-9aef-c80cc707d437", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7792ee88-a3b1-46dd-b310-5c43e39dd6b3", "vfModuleModelCustomizationUUID": "a06e6f6b-d1fc-4880-9ced-57b8bb1f7838", "isBase": true, "artifacts": [ "34a8c98d-6706-4721-9c27-0d69c8958b84", "9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T00:48:04.044Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZmlcct..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7792ee88-a3b1-46dd-b310-5c43e39dd6b3 VfModuleModelInvariantUUID:a62300a3-1ed7-4c5b-9aef-c80cc707d437 VfModuleModelDescription:NULL Artifacts UUID List:{ 34a8c98d-6706-4721-9c27-0d69c8958b84 , 9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T00:48:04.048Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZmlcct..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "a62300a3-1ed7-4c5b-9aef-c80cc707d437", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7792ee88-a3b1-46dd-b310-5c43e39dd6b3", "vfModuleModelCustomizationUUID": "a06e6f6b-d1fc-4880-9ced-57b8bb1f7838", "isBase": true, "artifacts": [ "34a8c98d-6706-4721-9c27-0d69c8958b84", "9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T00:48:04.049Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZmlcct..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7792ee88-a3b1-46dd-b310-5c43e39dd6b3 VfModuleModelInvariantUUID:a62300a3-1ed7-4c5b-9aef-c80cc707d437 VfModuleModelDescription:NULL Artifacts UUID List:{ 34a8c98d-6706-4721-9c27-0d69c8958b84 , 9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T00:48:04.049Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 34a8c98d-6706-4721-9c27-0d69c8958b84 from URL: /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml 2023-05-10T00:48:04.049Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T00:48:04.049Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml 2023-05-10T00:48:04.168Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T00:48:04.169Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml 34a8c98d-6706-4721-9c27-0d69c8958b84 5033 2023-05-10T00:48:04.169Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-05-10T00:48:04.169Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml 2023-05-10T00:48:04.170Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T00:48:04.170Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:04.170Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:04.170Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679684169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:05.171Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 from URL: /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env 2023-05-10T00:48:05.172Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T00:48:05.172Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env 2023-05-10T00:48:05.283Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T00:48:05.284Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env 9ad7bd0f-9b63-4f7a-b315-cd47ff87ad74 909 2023-05-10T00:48:05.284Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-05-10T00:48:05.284Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env 2023-05-10T00:48:05.285Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T00:48:05.285Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:05.285Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:05.286Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679685284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:06.287Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2d553d0e-11c4-40dc-8ac7-62cda2de2364 2023-05-10T00:48:06.288Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zMLCct 0 5f88aacb-f011-4f9a-b4b7-6b21e907bfa4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:48:06.347Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1670b6f7, org.onap.sdc.toscaparser.api.parameters.Input@7397da6f, org.onap.sdc.toscaparser.api.parameters.Input@1663669e, org.onap.sdc.toscaparser.api.parameters.Input@815d385, org.onap.sdc.toscaparser.api.parameters.Input@1bc11b7e] 2023-05-10T00:48:06.356Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.357Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.357Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-05-10T00:48:06.357Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f3165cd1-ea14-4d97-a16b-fdc031ca9b3d 2023-05-10T00:48:06.358Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f3165cd1-ea14-4d97-a16b-fdc031ca9b3d matches Tosca VF Customization UUID: f3165cd1-ea14-4d97-a16b-fdc031ca9b3d 2023-05-10T00:48:06.358Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f3165cd1-ea14-4d97-a16b-fdc031ca9b3d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-05-10T00:48:06.375Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.376Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.379Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f3165cd1-ea14-4d97-a16b-fdc031ca9b3d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-05-10T00:48:06.379Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bb8e41a 2023-05-10T00:48:06.380Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.380Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T00:48:06.381Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a06e6f6b-d1fc-4880-9ced-57b8bb1f7838 2023-05-10T00:48:06.384Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a06e6f6b-d1fc-4880-9ced-57b8bb1f7838 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-05-10T00:48:06.398Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.398Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:06.399Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:06.399Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is not matching search criteria 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-05-10T00:48:06.400Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-10T00:48:06.401Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bb4e9a36-bbfa-46cf-9db0-7073db204a20 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-05-10T00:48:06.424Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.425Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:06.425Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T00:48:06.425Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.426Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_zMLCct 0 is matching search criteria 2023-05-10T00:48:06.426Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_zMLCct 0] matching following query criteria: sdcType=VF, customizationUUID=f3165cd1-ea14-4d97-a16b-fdc031ca9b3d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:48:06.432Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.432Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.433Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2d553d0e-11c4-40dc-8ac7-62cda2de2364: basic_onboard_zMLCct 2023-05-10T00:48:06.433Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.433Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.434Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.434Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.434Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.434Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.435Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.435Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.435Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:48:06.436Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_zMLCct is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:48:06.436Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_zMLCct Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:48:06.945Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zMLCct 5f88aacb-f011-4f9a-b4b7-6b21e907bfa4 1 ASDC deployResourceStructure 2023-05-10T00:48:06.946Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json ASDC sendASDCNotification 2023-05-10T00:48:06.948Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json 2023-05-10T00:48:06.948Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T00:48:06.949Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:06.949Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:06.949Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679686946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:07.951Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-05-10T00:48:07.951Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml 2023-05-10T00:48:07.951Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T00:48:07.952Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:07.952Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:07.952Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679687951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:08.953Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-05-10T00:48:08.953Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env 2023-05-10T00:48:08.954Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T00:48:08.954Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:08.954Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:08.955Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679688953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:09.956Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar ASDC sendASDCNotification 2023-05-10T00:48:09.956Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar 2023-05-10T00:48:09.956Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T00:48:09.957Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:48:09.957Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:48:09.957Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679689956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:10.959Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:48:11.014Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:48:11.021Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:48:11.022Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:48:11.022Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:48:41.022Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:48:41.055Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:48:41.062Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:48:41.063Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:48:41.063Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:48:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:48:53.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.654Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.655Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOTIFIED" } 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOTIFIED" } 2023-05-10T00:48:53.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:11.063Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:49:11.091Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:49:11.098Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:49:11.098Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:49:11.098Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:49:41.098Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:49:41.133Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:49:41.140Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:49:41.140Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:49:41.140Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:49:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:49:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.658Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.663Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.664Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-05-10T00:49:53.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.670Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679645050, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679667386, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.672Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679653966, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "ves-openapi-manager", "timestamp": 1683679653742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.673Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679613764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679665372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.674Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679680613, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679680515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679680675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679679926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.676Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.676Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679680926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.677Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "cds-sdc-listener", "timestamp": 1683679681635, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-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=? 2023-05-10T00:49:53.707Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32b3788f-f55b-4dac-9537-16237856f7f9 2023-05-10T00:49:53.708Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b3788f-f55b-4dac-9537-16237856f7f9 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 (?, ?, ?, ?, ?) 2023-05-10T00:49:53.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.742Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679681694, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.742Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679681650, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.743Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "policy-distribution-id", "timestamp": 1683679682697, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:49:53.762Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32b3788f-f55b-4dac-9537-16237856f7f9 2023-05-10T00:49:53.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b3788f-f55b-4dac-9537-16237856f7f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:49:53.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679682757, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679683011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679683920, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:49:53.816Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32b3788f-f55b-4dac-9537-16237856f7f9 2023-05-10T00:49:53.816Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b3788f-f55b-4dac-9537-16237856f7f9 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-05-10T00:49:53.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "multicloud-k8s", "timestamp": 1683679684929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679684169, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679685378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679685284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683679686385, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:49:53.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32b3788f-f55b-4dac-9537-16237856f7f9 2023-05-10T00:49:53.875Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b3788f-f55b-4dac-9537-16237856f7f9 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:49:53.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.905Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:49:53.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679686946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/basic_onboard_zmlcct0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679680918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679687951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679688258, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679688953, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/resourceInstances/basic_onboard_zmlcct0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679689956, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679700739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZmlcct/1.0/artifacts/service-BasicOnboardZmlcct-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:49:53.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:49:53.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:49:53.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "aai-model-loader", "timestamp": 1683679701744, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:49:53.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32b3788f-f55b-4dac-9537-16237856f7f9 2023-05-10T00:49:53.929Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b3788f-f55b-4dac-9537-16237856f7f9 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:50:11.140Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:50:11.175Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:50:11.182Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:50:11.183Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T00:50:11.183Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T00:50:11.183Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T00:50:11.183Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T00:50:11.183Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T00:50:11.184Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T00:50:11.184Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T00:50:11.184Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T00:50:11.184Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:50:11.199Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T00:50:41.200Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32b3788f-f55b-4dac-9537-16237856f7f9 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T00:50:41.220Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32b3788f-f55b-4dac-9537-16237856f7f9 and serviceModelVersionId: 2d553d0e-11c4-40dc-8ac7-62cda2de2364 2023-05-10T00:50:41.220Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 553c344f-9eb7-481b-a5db-6cd7a96190c1 2023-05-10T00:50:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:50:57.830Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0 2023-05-10T00:50:58.003Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T00:50:58.751Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0|INFO|500||Invoke 2023-05-10T00:50:58.756Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[32b3788f-f55b-4dac-9537-16237856f7f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fa7c0d52-01c4-4635-9883-04872bfb6bb6], X-ECOMP-RequestID=[32b3788f-f55b-4dac-9537-16237856f7f9], X-TransactionId=[], X-ONAP-RequestID=[32b3788f-f55b-4dac-9537-16237856f7f9], Content-Type=[application/merge-patch+json]} 2023-05-10T00:50:58.784Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T00:50:59.174Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?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/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 00:50:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[338], vertex-id=[163960], x-aai-txid=[0-aai-resources-230510-00:50:58:797-88171], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T00:50:59.178Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-10T00:50:59.180Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/553c344f-9eb7-481b-a5db-6cd7a96190c1/model-vers/model-ver/2d553d0e-11c4-40dc-8ac7-62cda2de2364?depth=0|INFO|500||InvokeReturn 2023-05-10T00:50:59.189Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T00:50:59.190Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:50:59.214Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T00:50:59.216Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32b3788f-f55b-4dac-9537-16237856f7f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T00:50:59.220Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T00:50:59.221Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:50:59.221Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:50:59.222Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679859217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:50:59.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T00:50:59.242Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "32b3788f-f55b-4dac-9537-16237856f7f9", "consumerID": "SO-sdc-controller", "timestamp": 1683679859217, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T00:50:59.243Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T00:51:00.256Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:51:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:52:00.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:52:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:53:00.257Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:53:53.652Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:54:00.259Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:54:53.653Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:55:00.259Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:55:53.654Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:56:00.261Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:56:53.655Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:57:00.261Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:57:53.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:00.263Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T00:58:26.431Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T00:58:26.431Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {"distributionID":"4bd77955-7e95-41ff-a522-4bc8b689af8e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f6a2bd5f-587e-497e-a170-395f017da599","serviceDescription":"service","serviceInvariantUUID":"91f0c776-5323-482e-8768-9896b6bf660a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0b1e05a2-3103-47b0-bb43-35aee08f26a8","resourceInvariantUUID":"1cd701b8-83d7-47d0-81f3-18a57e784fc7","resourceCustomizationUUID":"cc85ea8d-e8ec-496c-a999-b9ede7eb1546","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":"ODk4ZDIwN2U0MDA0NWY1OTEwMTk0NTQ1MjdmNTM0MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7dd613c5-d2bf-44f6-9442-0d276986ab63","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDNjZGE2MmVhOWYyMjA1Yjk5N2RhMWM4YzcyY2UwMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c3c82aee-12bf-4b9a-83c0-803a3ab35190","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T00:58:26.433Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:58:26.433Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:58:26.433Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:58:26.433Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680280263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:26.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:58:26.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680280263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:58:26.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:58:27.434Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T00:58:27.435Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:58:27.436Z||pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:58:27.436Z||pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680280263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:28.437Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "f6a2bd5f-587e-497e-a170-395f017da599", "serviceDescription": "service", "serviceInvariantUUID": "91f0c776-5323-482e-8768-9896b6bf660a", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cc85ea8d-e8ec-496c-a999-b9ede7eb1546", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0b1e05a2-3103-47b0-bb43-35aee08f26a8", "resourceInvariantUUID": "1cd701b8-83d7-47d0-81f3-18a57e784fc7", "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": "NDNjZGE2MmVhOWYyMjA1Yjk5N2RhMWM4YzcyY2UwMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c3c82aee-12bf-4b9a-83c0-803a3ab35190" } ], "workloadContext": "Production" } 2023-05-10T00:58:28.438Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T00:58:28.438Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f6a2bd5f-587e-497e-a170-395f017da599 ASDC 2023-05-10T00:58:28.439Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:4bd77955-7e95-41ff-a522-4bc8b689af8e ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:f6a2bd5f-587e-497e-a170-395f017da599 ServiceInvariantUUID:91f0c776-5323-482e-8768-9896b6bf660a 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:c3c82aee-12bf-4b9a-83c0-803a3ab35190 ArtifactChecksum:NDNjZGE2MmVhOWYyMjA1Yjk5N2RhMWM4YzcyY2UwMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cc85ea8d-e8ec-496c-a999-b9ede7eb1546 ResourceInvariantUUID:1cd701b8-83d7-47d0-81f3-18a57e784fc7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0b1e05a2-3103-47b0-bb43-35aee08f26a8 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-05-10T00:58:28.440Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6a2bd5f-587e-497e-a170-395f017da599 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:58:28.512Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T00:58:28.513Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-05-10T00:58:28.514Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-05-10T00:58:28.514Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c3c82aee-12bf-4b9a-83c0-803a3ab35190 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-10T00:58:28.514Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - download 2023-05-10T00:58:28.515Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-10T00:58:28.714Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2023-05-10T00:58:28.715Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c3c82aee-12bf-4b9a-83c0-803a3ab35190 57784 2023-05-10T00:58:28.716Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-05-10T00:58:28.716Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-10T00:58:28.716Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T00:58:28.717Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:58:28.717Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:58:28.717Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680308716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:29.718Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T00:58:29.719Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2023-05-10T00:58:29.720Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: c3c82aee-12bf-4b9a-83c0-803a3ab35190, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:29.720Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-05-10T00:58:29.721Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:29.721Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:29.918Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10663743370284282116/Definitions/service-BasicNetwork-template.yml 2023-05-10T00:58:30.353Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.354Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||WARN|500||#################################################################################################### 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-05-10T00:58:30.355Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.356Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.357Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.357Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.357Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:f6a2bd5f-587e-497e-a170-395f017da599 Model Version:NULL Model InvariantUuid:91f0c776-5323-482e-8768-9896b6bf660a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1cd701b8-83d7-47d0-81f3-18a57e784fc7 Model UUID:0fc88436-e6a0-4c92-ac68-b60e26c8d13e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cc85ea8d-e8ec-496c-a999-b9ede7eb1546 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T00:58:30.379Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 0b1e05a2-3103-47b0-bb43-35aee08f26a8 2023-05-10T00:58:30.379Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||No resources found for Service: f6a2bd5f-587e-497e-a170-395f017da599 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:58:30.390Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500|| 2023-05-10T00:58:30.391Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-05-10T00:58:30.391Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||No resources found for Service: f6a2bd5f-587e-497e-a170-395f017da599 2023-05-10T00:58:30.392Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f6a2bd5f-587e-497e-a170-395f017da599 2023-05-10T00:58:30.392Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-05-10T00:58:30.392Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T00:58:30.410Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@882a467, org.onap.sdc.toscaparser.api.parameters.Input@43de462, org.onap.sdc.toscaparser.api.parameters.Input@6e7e5951, org.onap.sdc.toscaparser.api.parameters.Input@76c366fa, org.onap.sdc.toscaparser.api.parameters.Input@6bff45d9] 2023-05-10T00:58:30.414Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.414Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.415Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.415Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.415Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f6a2bd5f-587e-497e-a170-395f017da599: Generic NeutronNet 2023-05-10T00:58:30.415Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.416Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.416Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.416Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-05-10T00:58:30.495Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.496Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.496Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.497Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.497Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T00:58:30.497Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T00:58:30.497Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-05-10T00:58:30.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-05-10T00:58:30.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-05-10T00:58:30.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-10T00:58:30.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T00:58:30.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-05-10T00:58:30.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T00:58:30.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680310658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:31.660Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:58:31.688Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:58:31.694Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:58:31.695Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:58:31.695Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:58:53.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:58:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:58:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "cds-sdc-listener", "timestamp": 1683680282647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:58:53.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:58:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:58:53.654Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "ves-openapi-manager", "timestamp": 1683680300040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:58:53.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:01.695Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:59:01.730Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:59:01.738Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:59:01.739Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:59:01.739Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:59:31.739Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:59:31.774Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T00:59:31.781Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T00:59:31.782Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T00:59:31.782Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T00:59:53.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T00:59:53.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.651Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "policy-distribution-id", "timestamp": 1683680283718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "multicloud-k8s", "timestamp": 1683680285953, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680280263, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "cds-sdc-listener", "timestamp": 1683680282647, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.652Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "ves-openapi-manager", "timestamp": 1683680300040, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "multicloud-k8s", "timestamp": 1683680285953, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "policy-distribution-id", "timestamp": 1683680283718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "cds-sdc-listener", "timestamp": 1683680309658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680308716, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "policy-distribution-id", "timestamp": 1683680309697, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "cds-sdc-listener", "timestamp": 1683680310663, "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=? 2023-05-10T00:59:53.681Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bd77955-7e95-41ff-a522-4bc8b689af8e 2023-05-10T00:59:53.682Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd77955-7e95-41ff-a522-4bc8b689af8e 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 (?, ?, ?, ?, ?) 2023-05-10T00:59:53.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.711Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "policy-distribution-id", "timestamp": 1683680310701, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:59:53.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.712Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680310658, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:59:53.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.712Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "policy-distribution-id", "timestamp": 1683680311703, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:59:53.729Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4bd77955-7e95-41ff-a522-4bc8b689af8e 2023-05-10T00:59:53.730Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd77955-7e95-41ff-a522-4bc8b689af8e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:59:53.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.759Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "aai-model-loader", "timestamp": 1683680310919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:59:53.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "aai-model-loader", "timestamp": 1683680310919, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "aai-model-loader", "timestamp": 1683680313087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:59:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "aai-model-loader", "timestamp": 1683680316593, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:59:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "aai-model-loader", "timestamp": 1683680317596, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:59:53.780Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bd77955-7e95-41ff-a522-4bc8b689af8e 2023-05-10T00:59:53.780Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd77955-7e95-41ff-a522-4bc8b689af8e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T00:59:53.808Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.809Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680325372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T00:59:53.809Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.809Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680325372, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680328180, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.810Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.811Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680329911, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T00:59:53.811Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T00:59:53.811Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T00:59:53.811Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680330916, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T00:59:53.828Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bd77955-7e95-41ff-a522-4bc8b689af8e 2023-05-10T00:59:53.829Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bd77955-7e95-41ff-a522-4bc8b689af8e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:00:01.782Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:00:01.815Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:00:01.824Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:00:01.825Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:00:01.826Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:00:01.826Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:00:01.826Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:00:01.844Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T01:00:31.845Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T01:00:31.861Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bd77955-7e95-41ff-a522-4bc8b689af8e and serviceModelVersionId: f6a2bd5f-587e-497e-a170-395f017da599 2023-05-10T01:00:31.861Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91f0c776-5323-482e-8768-9896b6bf660a 2023-05-10T01:00:31.862Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0 2023-05-10T01:00:31.873Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T01:00:31.955Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0|INFO|500||Invoke 2023-05-10T01:00:31.955Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4bd77955-7e95-41ff-a522-4bc8b689af8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f724a03-4eae-446a-82b4-fb5f0717e291], X-ECOMP-RequestID=[4bd77955-7e95-41ff-a522-4bc8b689af8e], X-TransactionId=[], X-ONAP-RequestID=[4bd77955-7e95-41ff-a522-4bc8b689af8e], Content-Type=[application/merge-patch+json]} 2023-05-10T01:00:31.965Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T01:00:32.172Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?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/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 01:00:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[203], vertex-id=[180296], x-aai-txid=[2-aai-resources-230510-01:00:31:976-46390], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T01:00:32.173Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-10T01:00:32.174Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/91f0c776-5323-482e-8768-9896b6bf660a/model-vers/model-ver/f6a2bd5f-587e-497e-a170-395f017da599?depth=0|INFO|500||InvokeReturn 2023-05-10T01:00:32.174Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T01:00:32.180Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:00:32.191Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T01:00:32.192Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bd77955-7e95-41ff-a522-4bc8b689af8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T01:00:32.193Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T01:00:32.193Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:32.193Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:32.193Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Trying to send status: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680432192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:00:33.225Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:00:33.233Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-05-10T01:00:33.234Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"52a28179-164d-4dd7-8801-3c2eae61defc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ed5c97af-1f8f-4580-8240-a701044ae559","serviceDescription":"service","serviceInvariantUUID":"4e2e0dee-df6a-4820-9d76-68be84bc2dc2","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0d7e78b-7981-4625-b438-8577eafb7773","resourceInvariantUUID":"d24d4418-5d6c-4891-9107-0f50e0991e35","resourceCustomizationUUID":"be772215-67c4-46a6-b21b-ec15d3396d34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"NjIxNTk4MzdhMjlmMzg4NDljYmIwYTM3YTA1ZmU1Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b7dd68e-7813-4687-a71b-950cf54b2c53","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MWQ3NWRjNmUzZjY1ZGU4ZTJkZDljNzdhZTgxOWVkZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b587e72-6712-4a59-a421-4963c3e536a5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aacfe6d9-f5d0-4879-adf4-80496d2f9049","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1290c7d0-64fe-4ba7-a7b2-1f5096760947","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1","artifactVersion":"2","generatedFromUUID":"aacfe6d9-f5d0-4879-adf4-80496d2f9049"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2ZkZGI3NzM0ZWFiODg1YzA3MTcxMmQ0MWE4YzIzMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0f23fb7-d94f-4dd8-beac-6d05e0884f76","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWY1MzFmZjc1ZTgyMDI4ZWE4MWYzYzU5NDQyZGRlYTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f47d1779-0ef4-4200-893a-9f754c801347","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T01:00:33.236Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:33.237Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:33.237Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:33.237Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:34.238Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:34.239Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:34.239Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:34.239Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:35.240Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:35.242Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:35.243Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:35.245Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:36.246Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:36.248Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:36.249Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:36.249Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:37.251Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:37.252Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:37.252Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:37.252Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:38.253Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:38.254Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:38.254Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:38.254Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:39.255Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:00:39.256Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:39.256Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:39.256Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:40.258Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "ed5c97af-1f8f-4580-8240-a701044ae559", "serviceDescription": "service", "serviceInvariantUUID": "4e2e0dee-df6a-4820-9d76-68be84bc2dc2", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "be772215-67c4-46a6-b21b-ec15d3396d34", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0d7e78b-7981-4625-b438-8577eafb7773", "resourceInvariantUUID": "d24d4418-5d6c-4891-9107-0f50e0991e35", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MWQ3NWRjNmUzZjY1ZGU4ZTJkZDljNzdhZTgxOWVkZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b587e72-6712-4a59-a421-4963c3e536a5", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aacfe6d9-f5d0-4879-adf4-80496d2f9049", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1", "generatedFromUUID": "aacfe6d9-f5d0-4879-adf4-80496d2f9049" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWY1MzFmZjc1ZTgyMDI4ZWE4MWYzYzU5NDQyZGRlYTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f47d1779-0ef4-4200-893a-9f754c801347" } ], "workloadContext": "Production" } 2023-05-10T01:00:40.259Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T01:00:40.259Z|32b3788f-f55b-4dac-9537-16237856f7f9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed5c97af-1f8f-4580-8240-a701044ae559 ASDC 2023-05-10T01:00:40.260Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:52a28179-164d-4dd7-8801-3c2eae61defc ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:ed5c97af-1f8f-4580-8240-a701044ae559 ServiceInvariantUUID:4e2e0dee-df6a-4820-9d76-68be84bc2dc2 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:f47d1779-0ef4-4200-893a-9f754c801347 ArtifactChecksum:NWY1MzFmZjc1ZTgyMDI4ZWE4MWYzYzU5NDQyZGRlYTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:be772215-67c4-46a6-b21b-ec15d3396d34 ResourceInvariantUUID:d24d4418-5d6c-4891-9107-0f50e0991e35 ResourceName:basic_vm ResourceType:VF ResourceUUID:e0d7e78b-7981-4625-b438-8577eafb7773 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:3b587e72-6712-4a59-a421-4963c3e536a5 ArtifactChecksum:MWQ3NWRjNmUzZjY1ZGU4ZTJkZDljNzdhZTgxOWVkZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:aacfe6d9-f5d0-4879-adf4-80496d2f9049 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-10T01:00:40.260Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed5c97af-1f8f-4580-8240-a701044ae559 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:00:40.331Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:00:40.331Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T01:00:40.332Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T01:00:40.332Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f47d1779-0ef4-4200-893a-9f754c801347 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-10T01:00:40.332Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T01:00:40.332Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-10T01:00:40.460Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T01:00:40.461Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f47d1779-0ef4-4200-893a-9f754c801347 75160 2023-05-10T01:00:40.461Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-05-10T01:00:40.462Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-10T01:00:40.462Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:00:40.462Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:40.462Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:40.463Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680440461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:41.465Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:00:41.466Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-05-10T01:00:41.466Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: f47d1779-0ef4-4200-893a-9f754c801347, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:41.467Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-05-10T01:00:41.467Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:41.468Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:41.598Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4954329168460988327/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-05-10T01:00:42.709Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T01:00:42.709Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-10T01:00:42.711Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-05-10T01:00:42.711Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.711Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.711Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:42.711Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-05-10T01:00:42.712Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:00:42.712Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.712Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.712Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:42.712Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-05-10T01:00:42.713Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:00:42.713Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.714Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.714Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.714Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-10T01:00:42.714Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-05-10T01:00:42.714Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-05-10T01:00:42.715Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-05-10T01:00:42.715Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:00:42.718Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-10T01:00:42.719Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.720Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:00:42.721Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.721Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:42.722Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:42.722Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.723Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:42.723Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:42.724Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.724Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:42.724Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:42.724Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.725Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-10T01:00:42.725Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-10T01:00:42.725Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:00:42.725Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be5bcfb4-4c17-4ac8-badd-7ca1aa51553f 2023-05-10T01:00:42.726Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.726Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.726Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.727Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.727Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.727Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.728Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:42.728Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:42.728Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:ed5c97af-1f8f-4580-8240-a701044ae559 Model Version:NULL Model InvariantUuid:4e2e0dee-df6a-4820-9d76-68be84bc2dc2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f891a0da-8377-46bc-9c19-7c1590a9712c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d24d4418-5d6c-4891-9107-0f50e0991e35 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:be772215-67c4-46a6-b21b-ec15d3396d34 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b92a6a6-af80-4c08-ba9d-15326b918805 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:45ca1d4f-140e-4fbf-b71a-4a8c43518f05 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:be5bcfb4-4c17-4ac8-badd-7ca1aa51553f ModelInvariantUuid:b538b7b8-1aff-433d-82e6-dcf5fc2aeddb ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:beb751f8-96a9-464f-839f-293285335974 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dd947fe4-4cca-4658-8e61-eac5e00266a6 ModelInvariantUuid:e024bd64-a615-40f6-abfb-8e65cef2ef90 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fd0084ae-5274-4312-b038-0b02df5c73d9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T01:00:42.754Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e0d7e78b-7981-4625-b438-8577eafb7773 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:00:42.762Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||basic_vm 0 2023-05-10T01:00:42.762Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0d7e78b-7981-4625-b438-8577eafb7773 2023-05-10T01:00:42.762Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3b587e72-6712-4a59-a421-4963c3e536a5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-05-10T01:00:42.762Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T01:00:42.763Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-05-10T01:00:42.867Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T01:00:42.868Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3b587e72-6712-4a59-a421-4963c3e536a5 787 2023-05-10T01:00:42.868Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-05-10T01:00:42.868Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-05-10T01:00:42.868Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:00:42.869Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:42.869Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:42.869Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680442868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:43.870Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b92a6a6-af80-4c08-ba9d-15326b918805", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45ca1d4f-140e-4fbf-b71a-4a8c43518f05", "vfModuleModelCustomizationUUID": "21cbc17c-f0c7-40bb-bb2e-b44bc47ff635", "isBase": true, "artifacts": [ "aacfe6d9-f5d0-4879-adf4-80496d2f9049", "5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:00:43.875Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45ca1d4f-140e-4fbf-b71a-4a8c43518f05 VfModuleModelInvariantUUID:9b92a6a6-af80-4c08-ba9d-15326b918805 VfModuleModelDescription:NULL Artifacts UUID List:{ aacfe6d9-f5d0-4879-adf4-80496d2f9049 , 5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T01:00:43.878Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9b92a6a6-af80-4c08-ba9d-15326b918805", "vfModuleModelVersion": "1", "vfModuleModelUUID": "45ca1d4f-140e-4fbf-b71a-4a8c43518f05", "vfModuleModelCustomizationUUID": "21cbc17c-f0c7-40bb-bb2e-b44bc47ff635", "isBase": true, "artifacts": [ "aacfe6d9-f5d0-4879-adf4-80496d2f9049", "5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:00:43.878Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:45ca1d4f-140e-4fbf-b71a-4a8c43518f05 VfModuleModelInvariantUUID:9b92a6a6-af80-4c08-ba9d-15326b918805 VfModuleModelDescription:NULL Artifacts UUID List:{ aacfe6d9-f5d0-4879-adf4-80496d2f9049 , 5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T01:00:43.878Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aacfe6d9-f5d0-4879-adf4-80496d2f9049 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-05-10T01:00:43.878Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T01:00:43.878Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-05-10T01:00:43.979Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T01:00:43.979Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml aacfe6d9-f5d0-4879-adf4-80496d2f9049 5033 2023-05-10T01:00:43.980Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-05-10T01:00:43.980Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-05-10T01:00:43.980Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:00:43.980Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:43.980Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:43.981Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680443980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:44.982Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-05-10T01:00:44.982Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-05-10T01:00:44.982Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-05-10T01:00:45.091Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-05-10T01:00:45.092Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 5d6dfd3a-9be8-4a69-9cfe-2ee722cdc0f1 903 2023-05-10T01:00:45.092Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-05-10T01:00:45.092Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-05-10T01:00:45.092Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:00:45.093Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:45.093Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:45.093Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680445092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:46.095Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ed5c97af-1f8f-4580-8240-a701044ae559 2023-05-10T01:00:46.095Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e0d7e78b-7981-4625-b438-8577eafb7773 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:00:46.129Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c698140, org.onap.sdc.toscaparser.api.parameters.Input@255f1a63, org.onap.sdc.toscaparser.api.parameters.Input@2e3951da, org.onap.sdc.toscaparser.api.parameters.Input@5252b998, org.onap.sdc.toscaparser.api.parameters.Input@62814113] 2023-05-10T01:00:46.131Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.131Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.132Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-05-10T01:00:46.132Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= be772215-67c4-46a6-b21b-ec15d3396d34 2023-05-10T01:00:46.132Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: be772215-67c4-46a6-b21b-ec15d3396d34 matches Tosca VF Customization UUID: be772215-67c4-46a6-b21b-ec15d3396d34 2023-05-10T01:00:46.133Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: be772215-67c4-46a6-b21b-ec15d3396d34 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-05-10T01:00:46.139Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.139Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.141Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id be772215-67c4-46a6-b21b-ec15d3396d34: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-05-10T01:00:46.141Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cda1e02 2023-05-10T01:00:46.141Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.142Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:00:46.142Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21cbc17c-f0c7-40bb-bb2e-b44bc47ff635 2023-05-10T01:00:46.142Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21cbc17c-f0c7-40bb-bb2e-b44bc47ff635 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-05-10T01:00:46.148Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.149Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:46.149Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:46.149Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.149Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:46.150Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:46.150Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.150Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-10T01:00:46.150Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-10T01:00:46.150Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:00:46.151Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be5bcfb4-4c17-4ac8-badd-7ca1aa51553f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-05-10T01:00:46.156Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.157Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:46.157Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:00:46.158Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.158Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-10T01:00:46.158Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=be772215-67c4-46a6-b21b-ec15d3396d34 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:00:46.168Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.169Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.169Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ed5c97af-1f8f-4580-8240-a701044ae559: basic_vm 2023-05-10T01:00:46.169Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.169Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.170Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.170Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.170Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:00:46.171Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:00:46.399Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e0d7e78b-7981-4625-b438-8577eafb7773 1 ASDC deployResourceStructure 2023-05-10T01:00:46.400Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-05-10T01:00:46.400Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-05-10T01:00:46.400Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:00:46.400Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:46.400Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:46.401Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680446400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:47.402Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-05-10T01:00:47.402Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-05-10T01:00:47.402Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:00:47.403Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:47.403Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:47.403Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680447402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:48.404Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-05-10T01:00:48.405Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-05-10T01:00:48.405Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:00:48.405Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:48.405Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:48.405Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680448404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:49.407Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-05-10T01:00:49.408Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-10T01:00:49.408Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:00:49.408Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:00:49.408Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:00:49.409Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680449407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:50.410Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:00:50.453Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:00:50.458Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:00:50.458Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:00:50.458Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:00:53.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:00:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.654Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.655Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:00:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.658Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.661Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.663Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680371665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "ves-openapi-manager", "timestamp": 1683680373444, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680369289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680372709, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.664Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680370919, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680387945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680388079, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680388071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680387224, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680389083, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.667Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "cds-sdc-listener", "timestamp": 1683680389075, "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=? 2023-05-10T01:00:53.688Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 52a28179-164d-4dd7-8801-3c2eae61defc 2023-05-10T01:00:53.688Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52a28179-164d-4dd7-8801-3c2eae61defc 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 (?, ?, ?, ?, ?) 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680389068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.711Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "policy-distribution-id", "timestamp": 1683680390086, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:00:53.722Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52a28179-164d-4dd7-8801-3c2eae61defc 2023-05-10T01:00:53.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52a28179-164d-4dd7-8801-3c2eae61defc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:00:53.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.743Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680390191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.743Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.743Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.744Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680391258, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:00:53.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 52a28179-164d-4dd7-8801-3c2eae61defc 2023-05-10T01:00:53.757Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52a28179-164d-4dd7-8801-3c2eae61defc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680385372, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "multicloud-k8s", "timestamp": 1683680392260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680393291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:00:53.774Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:20.458Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:01:20.491Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:01:20.504Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:01:20.504Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:01:20.504Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:01:50.505Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:01:50.549Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:01:50.557Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:01:50.557Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:01:50.557Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:01:53.650Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:01:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.653Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680394135, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.654Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.654Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680395707, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.655Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.655Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "aai-model-loader", "timestamp": 1683680395138, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:01:53.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 52a28179-164d-4dd7-8801-3c2eae61defc 2023-05-10T01:01:53.680Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52a28179-164d-4dd7-8801-3c2eae61defc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:01:53.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.710Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683680396715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:01:53.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 52a28179-164d-4dd7-8801-3c2eae61defc 2023-05-10T01:01:53.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 52a28179-164d-4dd7-8801-3c2eae61defc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:01:53.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.759Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "4bd77955-7e95-41ff-a522-4bc8b689af8e", "consumerID": "SO-sdc-controller", "timestamp": 1683680432192, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680433225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:01:53.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680440461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680442868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680443980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680445092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680446400, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.761Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.762Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680447402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.762Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.763Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.764Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680448404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:01:53.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-10T01:01:53.764Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680449407, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:01:53.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:02:20.558Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:02:20.591Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:02:20.598Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:02:20.598Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T01:02:20.598Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T01:02:20.598Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:02:20.599Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:02:20.617Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T01:02:50.618Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 52a28179-164d-4dd7-8801-3c2eae61defc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T01:02:50.633Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 52a28179-164d-4dd7-8801-3c2eae61defc and serviceModelVersionId: ed5c97af-1f8f-4580-8240-a701044ae559 2023-05-10T01:02:50.633Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e2e0dee-df6a-4820-9d76-68be84bc2dc2 2023-05-10T01:02:50.633Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0 2023-05-10T01:02:50.640Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T01:02:50.701Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-05-10T01:02:50.701Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0|INFO|500||Invoke 2023-05-10T01:02:50.710Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T01:02:50.886Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0|INFO|500||InvokeReturn 2023-05-10T01:02:50.887Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4e2e0dee-df6a-4820-9d76-68be84bc2dc2/model-vers/model-ver/ed5c97af-1f8f-4580-8240-a701044ae559?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 01:02:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[172], vertex-id=[176256], x-aai-txid=[0-aai-resources-230510-01:02:50:719-14549], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T01:02:50.888Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-05-10T01:02:50.888Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T01:02:50.888Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:02:50.909Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T01:02:50.910Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 52a28179-164d-4dd7-8801-3c2eae61defc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T01:02:50.911Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T01:02:50.911Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:02:50.911Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:02:50.912Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Trying to send status: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680570910, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:02:51.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:02:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:02:53.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-05-10T01:02:53.657Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "52a28179-164d-4dd7-8801-3c2eae61defc", "consumerID": "SO-sdc-controller", "timestamp": 1683680570910, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T01:02:53.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:03:51.948Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:03:53.650Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:04:51.949Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:04:53.651Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:05:51.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:05:53.653Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:06:51.951Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:06:53.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:07:51.953Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:07:53.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:08:51.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:08:53.655Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:09:51.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:09:53.656Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:10:51.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:10:53.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:11:51.959Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:11:53.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:12:51.960Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:12:53.661Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:38.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-05-10T01:13:38.132Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"e9330f31-b7a4-4027-9e45-fbe58da93d79","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"4b33b953-6392-4e2a-8182-a8acd210fd97","serviceDescription":"service","serviceInvariantUUID":"4edd5e8f-fd4c-4634-9560-6cba3dabf865","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f","resourceInvariantUUID":"fb837fc8-51a4-42aa-b3f1-c275930dbb93","resourceCustomizationUUID":"fb2492d7-63f9-4ae3-a386-e7e836aa5def","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NWI2NWE5M2M1MzMyYTE4MWYwNDc5NjVhMGNiNDhjNWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0559ae7-887c-443b-9751-96b43a516b2c","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NGYwZWRlMDBjYWJkZGIyM2NjZTc0YTBmNjBjOWZkODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cb06c96c-9d56-475b-925f-6a307500de38","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"060b37c6-c28f-41a0-98b3-b604870fd428","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4757e11d-3468-40e5-9d45-94cc20eacb05","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c0e3e62e-c988-4a5c-a98a-598b28128581","artifactVersion":"2","generatedFromUUID":"654bf73b-c83c-4608-be66-7c6c7159eb48"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"49368e4d-53f9-416f-a6e1-1f970dcf654d","artifactVersion":"2","generatedFromUUID":"060b37c6-c28f-41a0-98b3-b604870fd428"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"654bf73b-c83c-4608-be66-7c6c7159eb48","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"40475efd-06b1-4ea1-987c-3814ddaff173","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZTEwODEzN2YxOTgzMWUzYTUxMTZiOWU3NDBkYWZkMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae6f0788-6537-4dae-aa86-f9564b6c516f","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTM0YzE5Y2JiYmQ0ZGEyMDg5MGMzYWFhMjRjOTc3OGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c6f302a-911d-41c9-bb42-5eda401ab508","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T01:13:38.136Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:38.137Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:38.137Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:38.137Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:38.161Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:13:38.162Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:13:38.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:13:39.144Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:39.149Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:39.149Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:39.149Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:40.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:40.151Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:40.151Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:40.151Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:41.152Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:41.153Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:41.153Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:41.155Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:42.159Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:42.166Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:42.167Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:42.167Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:43.169Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:43.169Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:43.170Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:43.170Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:44.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:44.171Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:44.171Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:44.171Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:45.172Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:45.173Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:45.173Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:45.173Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:46.175Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:46.175Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:46.175Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:46.175Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:47.176Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:13:47.177Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:47.177Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:47.177Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:48.178Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "4b33b953-6392-4e2a-8182-a8acd210fd97", "serviceDescription": "service", "serviceInvariantUUID": "4edd5e8f-fd4c-4634-9560-6cba3dabf865", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "fb2492d7-63f9-4ae3-a386-e7e836aa5def", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f", "resourceInvariantUUID": "fb837fc8-51a4-42aa-b3f1-c275930dbb93", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NGYwZWRlMDBjYWJkZGIyM2NjZTc0YTBmNjBjOWZkODM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cb06c96c-9d56-475b-925f-6a307500de38", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "060b37c6-c28f-41a0-98b3-b604870fd428", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49368e4d-53f9-416f-a6e1-1f970dcf654d", "generatedFromUUID": "060b37c6-c28f-41a0-98b3-b604870fd428" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c0e3e62e-c988-4a5c-a98a-598b28128581", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "49368e4d-53f9-416f-a6e1-1f970dcf654d", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "654bf73b-c83c-4608-be66-7c6c7159eb48", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTM0YzE5Y2JiYmQ0ZGEyMDg5MGMzYWFhMjRjOTc3OGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c6f302a-911d-41c9-bb42-5eda401ab508" } ], "workloadContext": "Production" } 2023-05-10T01:13:48.179Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T01:13:48.179Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4b33b953-6392-4e2a-8182-a8acd210fd97 ASDC 2023-05-10T01:13:48.179Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e9330f31-b7a4-4027-9e45-fbe58da93d79 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:4b33b953-6392-4e2a-8182-a8acd210fd97 ServiceInvariantUUID:4edd5e8f-fd4c-4634-9560-6cba3dabf865 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:2c6f302a-911d-41c9-bb42-5eda401ab508 ArtifactChecksum:OTM0YzE5Y2JiYmQ0ZGEyMDg5MGMzYWFhMjRjOTc3OGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:fb2492d7-63f9-4ae3-a386-e7e836aa5def ResourceInvariantUUID:fb837fc8-51a4-42aa-b3f1-c275930dbb93 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:cb06c96c-9d56-475b-925f-6a307500de38 ArtifactChecksum:NGYwZWRlMDBjYWJkZGIyM2NjZTc0YTBmNjBjOWZkODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:060b37c6-c28f-41a0-98b3-b604870fd428 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:49368e4d-53f9-416f-a6e1-1f970dcf654d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:c0e3e62e-c988-4a5c-a98a-598b28128581 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:49368e4d-53f9-416f-a6e1-1f970dcf654d ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:654bf73b-c83c-4608-be66-7c6c7159eb48 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-10T01:13:48.180Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b33b953-6392-4e2a-8182-a8acd210fd97 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:13:48.263Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:13:48.264Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:13:48.264Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:13:48.264Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c6f302a-911d-41c9-bb42-5eda401ab508 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:48.264Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:48.264Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:48.433Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:48.434Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2c6f302a-911d-41c9-bb42-5eda401ab508 163254 2023-05-10T01:13:48.435Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:13:48.435Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:48.435Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:48.435Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:48.436Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:48.436Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681228435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:49.438Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:13:49.439Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:13:49.440Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2c6f302a-911d-41c9-bb42-5eda401ab508, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:49.441Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-05-10T01:13:49.441Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:49.442Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:49.528Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17588051737090230254/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-05-10T01:13:50.583Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T01:13:50.584Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:13:50.584Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:50.584Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-05-10T01:13:50.584Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.585Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.586Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.587Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:13:50.588Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:50.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:50.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=633d3c87-df30-4224-b7c8-e1181324ae2a 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.591Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:50.592Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:4b33b953-6392-4e2a-8182-a8acd210fd97 Model Version:NULL Model InvariantUuid:4edd5e8f-fd4c-4634-9560-6cba3dabf865 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:ee4936de-ea6d-43a6-a11a-604fcf94f773 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb837fc8-51a4-42aa-b3f1-c275930dbb93 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fb2492d7-63f9-4ae3-a386-e7e836aa5def NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cff79032-f11a-41db-8eab-5a9ae07104ca ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:9e21ed44-47d9-4a07-961d-e1ace6b9fe9d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f91deba1-d7e1-4573-8e74-9d9d4871aa96 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:c61f4f3d-e592-4fce-ab5a-fc28583ac4d2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:633d3c87-df30-4224-b7c8-e1181324ae2a ModelInvariantUuid:09e62cd2-0205-4e31-8840-fba36cf05189 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:545079b9-0bb5-4084-b470-fccb82648540 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:e10acdd1-bc7f-49ec-95d8-bde1b35fa614 ModelInvariantUuid:f16094b6-d866-4ba6-96e3-057ee0a94124 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:a3172b09-51a6-4f5b-aa74-f41ce8bf78de ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T01:13:50.614Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:13:50.621Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-05-10T01:13:50.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f 2023-05-10T01:13:50.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb06c96c-9d56-475b-925f-6a307500de38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-05-10T01:13:50.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:50.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-05-10T01:13:50.716Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:50.717Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cb06c96c-9d56-475b-925f-6a307500de38 1565 2023-05-10T01:13:50.717Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-05-10T01:13:50.718Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-05-10T01:13:50.718Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:50.718Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:50.718Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:50.718Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681230717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:51.719Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f91deba1-d7e1-4573-8e74-9d9d4871aa96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c61f4f3d-e592-4fce-ab5a-fc28583ac4d2", "vfModuleModelCustomizationUUID": "d780e04e-a7d2-441e-83c1-92b922cc9e9a", "isBase": true, "artifacts": [ "060b37c6-c28f-41a0-98b3-b604870fd428", "49368e4d-53f9-416f-a6e1-1f970dcf654d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cff79032-f11a-41db-8eab-5a9ae07104ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e21ed44-47d9-4a07-961d-e1ace6b9fe9d", "vfModuleModelCustomizationUUID": "2295ef4a-34a4-41e8-97cd-7bde6f3c067a", "isBase": false, "artifacts": [ "654bf73b-c83c-4608-be66-7c6c7159eb48" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:13:51.723Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c61f4f3d-e592-4fce-ab5a-fc28583ac4d2 VfModuleModelInvariantUUID:f91deba1-d7e1-4573-8e74-9d9d4871aa96 VfModuleModelDescription:NULL Artifacts UUID List:{ 060b37c6-c28f-41a0-98b3-b604870fd428 , 49368e4d-53f9-416f-a6e1-1f970dcf654d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:9e21ed44-47d9-4a07-961d-e1ace6b9fe9d VfModuleModelInvariantUUID:cff79032-f11a-41db-8eab-5a9ae07104ca VfModuleModelDescription:NULL Artifacts UUID List:{ 654bf73b-c83c-4608-be66-7c6c7159eb48 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-05-10T01:13:51.725Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f91deba1-d7e1-4573-8e74-9d9d4871aa96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c61f4f3d-e592-4fce-ab5a-fc28583ac4d2", "vfModuleModelCustomizationUUID": "d780e04e-a7d2-441e-83c1-92b922cc9e9a", "isBase": true, "artifacts": [ "060b37c6-c28f-41a0-98b3-b604870fd428", "49368e4d-53f9-416f-a6e1-1f970dcf654d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cff79032-f11a-41db-8eab-5a9ae07104ca", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9e21ed44-47d9-4a07-961d-e1ace6b9fe9d", "vfModuleModelCustomizationUUID": "2295ef4a-34a4-41e8-97cd-7bde6f3c067a", "isBase": false, "artifacts": [ "654bf73b-c83c-4608-be66-7c6c7159eb48" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:13:51.725Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c61f4f3d-e592-4fce-ab5a-fc28583ac4d2 VfModuleModelInvariantUUID:f91deba1-d7e1-4573-8e74-9d9d4871aa96 VfModuleModelDescription:NULL Artifacts UUID List:{ 060b37c6-c28f-41a0-98b3-b604870fd428 , 49368e4d-53f9-416f-a6e1-1f970dcf654d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:9e21ed44-47d9-4a07-961d-e1ace6b9fe9d VfModuleModelInvariantUUID:cff79032-f11a-41db-8eab-5a9ae07104ca VfModuleModelDescription:NULL Artifacts UUID List:{ 654bf73b-c83c-4608-be66-7c6c7159eb48 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-05-10T01:13:51.725Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 060b37c6-c28f-41a0-98b3-b604870fd428 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-05-10T01:13:51.725Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:51.725Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-05-10T01:13:51.836Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:51.837Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 060b37c6-c28f-41a0-98b3-b604870fd428 914 2023-05-10T01:13:51.837Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-05-10T01:13:51.837Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-05-10T01:13:51.837Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:51.838Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:51.838Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:51.838Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681231837, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:52.840Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c0e3e62e-c988-4a5c-a98a-598b28128581 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-05-10T01:13:52.840Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:52.840Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-05-10T01:13:52.969Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:52.969Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c0e3e62e-c988-4a5c-a98a-598b28128581 12 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:52.970Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681232970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:53.650Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:53.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:13:53.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:13:53.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:13:53.974Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 49368e4d-53f9-416f-a6e1-1f970dcf654d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-05-10T01:13:53.975Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:53.977Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-05-10T01:13:54.156Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:54.157Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 49368e4d-53f9-416f-a6e1-1f970dcf654d 96 2023-05-10T01:13:54.157Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-05-10T01:13:54.157Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-05-10T01:13:54.158Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:54.158Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:54.158Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:54.158Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681234157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:55.160Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 654bf73b-c83c-4608-be66-7c6c7159eb48 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-05-10T01:13:55.161Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:13:55.161Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-05-10T01:13:55.280Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:13:55.281Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 654bf73b-c83c-4608-be66-7c6c7159eb48 20206 2023-05-10T01:13:55.281Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-05-10T01:13:55.281Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-05-10T01:13:55.282Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:13:55.282Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:55.282Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:55.282Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681235281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:56.291Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4b33b953-6392-4e2a-8182-a8acd210fd97 2023-05-10T01:13:56.292Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:13:56.320Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e1ecef5, org.onap.sdc.toscaparser.api.parameters.Input@49845c7f, org.onap.sdc.toscaparser.api.parameters.Input@534a3039, org.onap.sdc.toscaparser.api.parameters.Input@288b25bc, org.onap.sdc.toscaparser.api.parameters.Input@206a3f3e] 2023-05-10T01:13:56.322Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.322Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.323Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-05-10T01:13:56.323Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= fb2492d7-63f9-4ae3-a386-e7e836aa5def 2023-05-10T01:13:56.323Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fb2492d7-63f9-4ae3-a386-e7e836aa5def matches Tosca VF Customization UUID: fb2492d7-63f9-4ae3-a386-e7e836aa5def 2023-05-10T01:13:56.323Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: fb2492d7-63f9-4ae3-a386-e7e836aa5def matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-05-10T01:13:56.329Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.329Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.330Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id fb2492d7-63f9-4ae3-a386-e7e836aa5def: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-05-10T01:13:56.331Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38f8a809 2023-05-10T01:13:56.331Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.331Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:13:56.331Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2295ef4a-34a4-41e8-97cd-7bde6f3c067a 2023-05-10T01:13:56.331Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2295ef4a-34a4-41e8-97cd-7bde6f3c067a Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-05-10T01:13:56.338Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.338Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:56.338Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-10T01:13:56.339Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fb2492d7-63f9-4ae3-a386-e7e836aa5def Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:13:56.344Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4b33b953-6392-4e2a-8182-a8acd210fd97: basic_cnf_macro 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.345Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:13:56.346Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:13:56.446Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro d701f5b0-7ac7-4ad8-a0e3-b888c9597e3f 2 ASDC deployResourceStructure 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:56.447Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681236447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:57.448Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-05-10T01:13:57.448Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-05-10T01:13:57.448Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:13:57.449Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:57.449Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:57.449Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681237448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:58.456Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-05-10T01:13:58.457Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-05-10T01:13:58.457Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-05-10T01:13:58.457Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:58.457Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:58.457Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681238450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:13:59.459Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-05-10T01:13:59.459Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-05-10T01:13:59.459Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:13:59.460Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:13:59.460Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:13:59.460Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681239459, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:14:00.461Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-05-10T01:14:00.462Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-05-10T01:14:00.462Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-05-10T01:14:00.462Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:14:00.463Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:14:00.463Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681240461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:14:01.464Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:14:01.465Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-10T01:14:01.465Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:14:01.465Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:14:01.465Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:14:01.465Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681241464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:14:02.467Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:14:02.501Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:14:02.508Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:14:02.508Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:14:02.508Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:14:32.508Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:14:32.542Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:14:32.547Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:14:32.548Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:14:32.548Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:14:53.651Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.668Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.669Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.670Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681170095, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681201112, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "ves-openapi-manager", "timestamp": 1683681213485, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681210919, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681203297, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681171960, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681229274, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681228435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681229403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681229410, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681228575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681230414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681230386, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "policy-distribution-id", "timestamp": 1683681231416, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:14:53.724Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9330f31-b7a4-4027-9e45-fbe58da93d79 2023-05-10T01:14:53.724Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9330f31-b7a4-4027-9e45-fbe58da93d79 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:14:53.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681231513, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681230717, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.780Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "cds-sdc-listener", "timestamp": 1683681232005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=? 2023-05-10T01:14:53.811Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9330f31-b7a4-4027-9e45-fbe58da93d79 2023-05-10T01:14:53.811Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9330f31-b7a4-4027-9e45-fbe58da93d79 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 (?, ?, ?, ?, ?) 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681232649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681231837, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.837Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681232970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681233840, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:14:53.852Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9330f31-b7a4-4027-9e45-fbe58da93d79 2023-05-10T01:14:53.852Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9330f31-b7a4-4027-9e45-fbe58da93d79 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-05-10T01:14:53.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.877Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.877Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:14:53.878Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:02.548Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:15:02.580Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:15:02.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:15:02.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:15:02.589Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:15:32.590Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:15:32.617Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:15:32.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:15:32.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-10T01:15:32.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-10T01:15:53.650Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:15:53.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "multicloud-k8s", "timestamp": 1683681234844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.658Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681234157, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.662Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.663Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.663Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.663Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681235220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:53.664Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.664Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.664Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681235281, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681236232, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.665Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.666Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:53.667Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:53.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:53.667Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "aai-model-loader", "timestamp": 1683681236224, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:55.979Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9330f31-b7a4-4027-9e45-fbe58da93d79 2023-05-10T01:15:55.980Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9330f31-b7a4-4027-9e45-fbe58da93d79 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.010Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681236447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.010Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.011Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.012Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681237448, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.013Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681238506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681238450, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681232418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.016Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681239512, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.033Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9330f31-b7a4-4027-9e45-fbe58da93d79 2023-05-10T01:15:56.033Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9330f31-b7a4-4027-9e45-fbe58da93d79 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.059Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-10T01:15:56.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.059Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681233006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681239459, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681240683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "ves-openapi-manager", "timestamp": 1683681233442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.060Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681241147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681240461, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681241687, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.061Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.063Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.064Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681241464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.064Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.064Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.064Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "cds-sdc-listener", "timestamp": 1683681242627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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 (?, ?, ?, ?, ?) 2023-05-10T01:15:56.104Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 080fbd3e-462c-4100-859a-7285dfacbc28 2023-05-10T01:15:56.104Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080fbd3e-462c-4100-859a-7285dfacbc28 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 (?, ?, ?, ?, ?) 2023-05-10T01:15:56.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.129Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "policy-distribution-id", "timestamp": 1683681242689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.143Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 080fbd3e-462c-4100-859a-7285dfacbc28 2023-05-10T01:15:56.144Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080fbd3e-462c-4100-859a-7285dfacbc28 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.167Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.167Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681235849, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.168Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681243994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.169Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681245158, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.170Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681246294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.171Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681247352, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.185Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 080fbd3e-462c-4100-859a-7285dfacbc28 2023-05-10T01:15:56.185Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080fbd3e-462c-4100-859a-7285dfacbc28 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2023-05-10T01:15:56.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.204Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681225372, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.205Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.205Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.205Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "multicloud-k8s", "timestamp": 1683681248354, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681240919, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.206Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681248679, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681249088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681251021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.207Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.208Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.208Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681252025, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.220Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 080fbd3e-462c-4100-859a-7285dfacbc28 2023-05-10T01:15:56.221Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080fbd3e-462c-4100-859a-7285dfacbc28 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681255997, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "aai-model-loader", "timestamp": 1683681256999, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.253Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 080fbd3e-462c-4100-859a-7285dfacbc28 2023-05-10T01:15:56.253Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 080fbd3e-462c-4100-859a-7285dfacbc28 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.281Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.282Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.284Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.285Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.286Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.286Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.286Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.286Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.287Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.288Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.289Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.290Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.291Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.292Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.293Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681243629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681243691, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681253442, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.294Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "multicloud-k8s", "timestamp": 1683681249356, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.295Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.296Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681275919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.296Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.296Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.296Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681275952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.296Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681275680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.297Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.298Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681276922, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.298Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.298Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.298Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "cds-sdc-listener", "timestamp": 1683681277334, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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 (?, ?, ?, ?, ?) 2023-05-10T01:15:56.336Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b359293-afcd-4722-9ebe-a9152a6772c5 2023-05-10T01:15:56.337Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b359293-afcd-4722-9ebe-a9152a6772c5 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 (?, ?, ?, ?, ?) 2023-05-10T01:15:56.361Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.361Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681277056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.362Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.362Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.362Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.363Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.363Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.363Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "policy-distribution-id", "timestamp": 1683681277924, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.380Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b359293-afcd-4722-9ebe-a9152a6772c5 2023-05-10T01:15:56.381Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b359293-afcd-4722-9ebe-a9152a6772c5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.407Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "ves-openapi-manager", "timestamp": 1683681278058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.422Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2b359293-afcd-4722-9ebe-a9152a6772c5 2023-05-10T01:15:56.422Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b359293-afcd-4722-9ebe-a9152a6772c5 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.445Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681270918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681280203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681284362, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:15:56.447Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.447Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "aai-model-loader", "timestamp": 1683681285367, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:15:56.459Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b359293-afcd-4722-9ebe-a9152a6772c5 2023-05-10T01:15:56.459Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b359293-afcd-4722-9ebe-a9152a6772c5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:15:56.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-10T01:15:56.480Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681285372, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:15:56.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:16:02.622Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:16:02.653Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:16:02.659Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:16:02.659Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:02.660Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:16:02.676Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T01:16:32.676Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T01:16:32.688Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9330f31-b7a4-4027-9e45-fbe58da93d79 and serviceModelVersionId: 4b33b953-6392-4e2a-8182-a8acd210fd97 2023-05-10T01:16:32.689Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4edd5e8f-fd4c-4634-9560-6cba3dabf865 2023-05-10T01:16:32.689Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0 2023-05-10T01:16:32.698Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T01:16:32.773Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0|INFO|500||Invoke 2023-05-10T01:16:32.774Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9330f31-b7a4-4027-9e45-fbe58da93d79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a2a3eb3-a49f-4510-933b-f12323ec5bc0], X-ECOMP-RequestID=[e9330f31-b7a4-4027-9e45-fbe58da93d79], X-TransactionId=[], X-ONAP-RequestID=[e9330f31-b7a4-4027-9e45-fbe58da93d79], Content-Type=[application/merge-patch+json]} 2023-05-10T01:16:32.782Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T01:16:32.942Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?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/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 01:16:32 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[245952], x-aai-txid=[2-aai-resources-230510-01:16:32:792-49073], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T01:16:32.943Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-10T01:16:32.944Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4edd5e8f-fd4c-4634-9560-6cba3dabf865/model-vers/model-ver/4b33b953-6392-4e2a-8182-a8acd210fd97?depth=0|INFO|500||InvokeReturn 2023-05-10T01:16:32.944Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T01:16:32.945Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:16:32.956Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||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:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T01:16:32.956Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9330f31-b7a4-4027-9e45-fbe58da93d79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T01:16:32.957Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T01:16:32.957Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:32.957Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:32.957Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681392956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:16:33.992Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:16:34.003Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-05-10T01:16:34.004Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"080fbd3e-462c-4100-859a-7285dfacbc28","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9b2e751d-d899-4fc8-b1fb-2d961fdc3729","serviceDescription":"service","serviceInvariantUUID":"5cf8e243-1568-49e8-b4ae-09181738f453","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e4091c4-1616-4a24-aba5-fd4f818765cd","resourceInvariantUUID":"e9c84545-8216-4221-b7ae-399adf7106ee","resourceCustomizationUUID":"37594a4c-a649-403c-be74-8e8c700f31e9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MmUwMThmMjBlNTdmM2I1OTZkOGQ5NTRiNjc1MTZkZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac77df6e-f5fd-4f6c-b076-d6388fd670da","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NTFjOGMwZTgwZWE1NzJiYzRkY2M2MGY2OTM5YzMzZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"664f9627-d87f-4ad0-bb7c-77d3dad2404c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"450b847f-0917-4acc-a8c3-2bd79bb01763","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"971bc432-7047-444d-be7a-8cbb2d5518e4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bde69268-b61b-4414-a2ea-214fb0e51c5f","artifactVersion":"2","generatedFromUUID":"450b847f-0917-4acc-a8c3-2bd79bb01763"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"OTY4MzEzYmU4ZjA4ZDRiOTVlM2Y1ZTAzN2U0ZGY2MjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5613f6ae-562d-4c49-a304-8f0e7cea7a61","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YzlmNmY3OWZlNDdhYmViM2E0NzkzOWViYzVhZTU5ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b93d38d-5565-4437-9879-bd468f50d12b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTRjNmQ0NzMxM2RlMjA0ZWJmZDM4NDFjYjMyM2I0NWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e50ab301-4e51-4c77-bf9d-ab642bfa85a4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T01:16:34.005Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:34.006Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:34.006Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:34.006Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:35.007Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:35.008Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:35.008Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:35.008Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:36.009Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:36.009Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:36.009Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:36.009Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:37.010Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:37.010Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:37.011Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:37.011Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:38.012Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:38.012Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:38.013Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:38.013Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:39.014Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:39.015Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:39.015Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:39.015Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:40.016Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:40.016Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:40.016Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:40.017Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:41.018Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:16:41.018Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:41.018Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:41.019Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:42.020Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9b2e751d-d899-4fc8-b1fb-2d961fdc3729", "serviceDescription": "service", "serviceInvariantUUID": "5cf8e243-1568-49e8-b4ae-09181738f453", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "37594a4c-a649-403c-be74-8e8c700f31e9", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e4091c4-1616-4a24-aba5-fd4f818765cd", "resourceInvariantUUID": "e9c84545-8216-4221-b7ae-399adf7106ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "NTFjOGMwZTgwZWE1NzJiYzRkY2M2MGY2OTM5YzMzZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "664f9627-d87f-4ad0-bb7c-77d3dad2404c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "450b847f-0917-4acc-a8c3-2bd79bb01763", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bde69268-b61b-4414-a2ea-214fb0e51c5f", "generatedFromUUID": "450b847f-0917-4acc-a8c3-2bd79bb01763" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bde69268-b61b-4414-a2ea-214fb0e51c5f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTRjNmQ0NzMxM2RlMjA0ZWJmZDM4NDFjYjMyM2I0NWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e50ab301-4e51-4c77-bf9d-ab642bfa85a4" } ], "workloadContext": "Production" } 2023-05-10T01:16:42.020Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T01:16:42.020Z|e9330f31-b7a4-4027-9e45-fbe58da93d79|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9b2e751d-d899-4fc8-b1fb-2d961fdc3729 ASDC 2023-05-10T01:16:42.021Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:080fbd3e-462c-4100-859a-7285dfacbc28 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9b2e751d-d899-4fc8-b1fb-2d961fdc3729 ServiceInvariantUUID:5cf8e243-1568-49e8-b4ae-09181738f453 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:e50ab301-4e51-4c77-bf9d-ab642bfa85a4 ArtifactChecksum:ZTRjNmQ0NzMxM2RlMjA0ZWJmZDM4NDFjYjMyM2I0NWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:37594a4c-a649-403c-be74-8e8c700f31e9 ResourceInvariantUUID:e9c84545-8216-4221-b7ae-399adf7106ee ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:7e4091c4-1616-4a24-aba5-fd4f818765cd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:664f9627-d87f-4ad0-bb7c-77d3dad2404c ArtifactChecksum:NTFjOGMwZTgwZWE1NzJiYzRkY2M2MGY2OTM5YzMzZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:450b847f-0917-4acc-a8c3-2bd79bb01763 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bde69268-b61b-4414-a2ea-214fb0e51c5f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:bde69268-b61b-4414-a2ea-214fb0e51c5f ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-10T01:16:42.021Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9b2e751d-d899-4fc8-b1fb-2d961fdc3729 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:16:42.203Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:16:42.210Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:16:42.211Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:16:42.219Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e50ab301-4e51-4c77-bf9d-ab642bfa85a4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-10T01:16:42.219Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:16:42.222Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-10T01:16:42.661Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:16:42.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e50ab301-4e51-4c77-bf9d-ab642bfa85a4 82960 2023-05-10T01:16:42.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:16:42.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-10T01:16:42.663Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:16:42.663Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:42.663Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:42.663Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681402662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:43.664Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:16:43.665Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:16:43.666Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e50ab301-4e51-4c77-bf9d-ab642bfa85a4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:43.666Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-05-10T01:16:43.667Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:43.667Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:43.881Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17178267742350366858/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-05-10T01:16:45.149Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T01:16:45.150Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:16:45.150Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.150Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:16:45.151Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.152Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.153Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-10T01:16:45.154Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.155Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:16:45.155Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.155Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:45.155Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:45.155Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.156Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=af63d8da-4414-4199-b707-5fe4d3968266 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.157Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.158Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.158Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.158Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:45.158Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:45.158Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9b2e751d-d899-4fc8-b1fb-2d961fdc3729 Model Version:NULL Model InvariantUuid:5cf8e243-1568-49e8-b4ae-09181738f453 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2dd6835f-75cb-4208-9d32-36fa7946edcb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e9c84545-8216-4221-b7ae-399adf7106ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:37594a4c-a649-403c-be74-8e8c700f31e9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:71446028-ec00-4078-aad4-cdc1ae8e022b ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:02a25eee-8922-4059-a205-f9e00ed3779b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:af63d8da-4414-4199-b707-5fe4d3968266 ModelInvariantUuid:b8f548e5-1b33-424c-a821-2bac6626acdc ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:c8884bb7-01d3-4670-be44-7124a8a77c5f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:70d4c9b4-3c89-4386-99e3-f4ee22a3de77 ModelInvariantUuid:c868589e-b273-48fc-be55-4cc71c56ec27 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:487965ff-8c74-4447-969d-54bbd0858999 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T01:16:45.183Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e4091c4-1616-4a24-aba5-fd4f818765cd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:16:45.189Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-05-10T01:16:45.190Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e4091c4-1616-4a24-aba5-fd4f818765cd 2023-05-10T01:16:45.190Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 664f9627-d87f-4ad0-bb7c-77d3dad2404c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-05-10T01:16:45.190Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:16:45.190Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-05-10T01:16:45.338Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:16:45.339Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 664f9627-d87f-4ad0-bb7c-77d3dad2404c 792 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:45.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681405339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:46.341Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "71446028-ec00-4078-aad4-cdc1ae8e022b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "02a25eee-8922-4059-a205-f9e00ed3779b", "vfModuleModelCustomizationUUID": "12b76056-bbcc-4fec-8f9e-660ebade03f9", "isBase": true, "artifacts": [ "450b847f-0917-4acc-a8c3-2bd79bb01763", "bde69268-b61b-4414-a2ea-214fb0e51c5f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:16:46.345Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:02a25eee-8922-4059-a205-f9e00ed3779b VfModuleModelInvariantUUID:71446028-ec00-4078-aad4-cdc1ae8e022b VfModuleModelDescription:NULL Artifacts UUID List:{ 450b847f-0917-4acc-a8c3-2bd79bb01763 , bde69268-b61b-4414-a2ea-214fb0e51c5f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T01:16:46.348Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "71446028-ec00-4078-aad4-cdc1ae8e022b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "02a25eee-8922-4059-a205-f9e00ed3779b", "vfModuleModelCustomizationUUID": "12b76056-bbcc-4fec-8f9e-660ebade03f9", "isBase": true, "artifacts": [ "450b847f-0917-4acc-a8c3-2bd79bb01763", "bde69268-b61b-4414-a2ea-214fb0e51c5f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-10T01:16:46.349Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:02a25eee-8922-4059-a205-f9e00ed3779b VfModuleModelInvariantUUID:71446028-ec00-4078-aad4-cdc1ae8e022b VfModuleModelDescription:NULL Artifacts UUID List:{ 450b847f-0917-4acc-a8c3-2bd79bb01763 , bde69268-b61b-4414-a2ea-214fb0e51c5f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-10T01:16:46.349Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 450b847f-0917-4acc-a8c3-2bd79bb01763 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-05-10T01:16:46.349Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:16:46.349Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-05-10T01:16:46.455Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:16:46.456Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 450b847f-0917-4acc-a8c3-2bd79bb01763 5033 2023-05-10T01:16:46.456Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-05-10T01:16:46.457Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-05-10T01:16:46.457Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:16:46.457Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:46.457Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:46.458Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681406456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:47.461Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bde69268-b61b-4414-a2ea-214fb0e51c5f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-05-10T01:16:47.461Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:16:47.461Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-05-10T01:16:47.570Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:16:47.571Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env bde69268-b61b-4414-a2ea-214fb0e51c5f 903 2023-05-10T01:16:47.571Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-05-10T01:16:47.571Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-05-10T01:16:47.572Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:16:47.572Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:47.572Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:47.572Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681407571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:48.574Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9b2e751d-d899-4fc8-b1fb-2d961fdc3729 2023-05-10T01:16:48.574Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7e4091c4-1616-4a24-aba5-fd4f818765cd ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:16:48.616Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17fdf1cd, org.onap.sdc.toscaparser.api.parameters.Input@7f796867, org.onap.sdc.toscaparser.api.parameters.Input@35a191df, org.onap.sdc.toscaparser.api.parameters.Input@6e21810, org.onap.sdc.toscaparser.api.parameters.Input@7ee9f298] 2023-05-10T01:16:48.619Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.619Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.620Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-05-10T01:16:48.621Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 37594a4c-a649-403c-be74-8e8c700f31e9 2023-05-10T01:16:48.621Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37594a4c-a649-403c-be74-8e8c700f31e9 matches Tosca VF Customization UUID: 37594a4c-a649-403c-be74-8e8c700f31e9 2023-05-10T01:16:48.622Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 37594a4c-a649-403c-be74-8e8c700f31e9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2023-05-10T01:16:48.634Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.636Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.638Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 37594a4c-a649-403c-be74-8e8c700f31e9: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-05-10T01:16:48.638Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65c56c6e 2023-05-10T01:16:48.639Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.639Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-10T01:16:48.639Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12b76056-bbcc-4fec-8f9e-660ebade03f9 2023-05-10T01:16:48.640Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12b76056-bbcc-4fec-8f9e-660ebade03f9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2023-05-10T01:16:48.649Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.649Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:48.650Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:48.650Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.651Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:48.651Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:48.652Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.652Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-10T01:16:48.652Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-10T01:16:48.652Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-10T01:16:48.652Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=af63d8da-4414-4199-b707-5fe4d3968266 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2023-05-10T01:16:48.660Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.661Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:48.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-10T01:16:48.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.662Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-10T01:16:48.663Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=37594a4c-a649-403c-be74-8e8c700f31e9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:16:48.668Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.668Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.669Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9b2e751d-d899-4fc8-b1fb-2d961fdc3729: basic_vm_macro 2023-05-10T01:16:48.669Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.669Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.669Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.669Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.670Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.670Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.670Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.670Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.671Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:16:48.672Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:16:48.672Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:16:48.903Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7e4091c4-1616-4a24-aba5-fd4f818765cd 1 ASDC deployResourceStructure 2023-05-10T01:16:48.903Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-05-10T01:16:48.904Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-05-10T01:16:48.904Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:16:48.904Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:48.904Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:48.904Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681408903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:49.905Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-05-10T01:16:49.906Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-05-10T01:16:49.906Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:16:49.907Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:49.907Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:49.907Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681409905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:50.908Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-05-10T01:16:50.908Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-05-10T01:16:50.909Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:16:50.909Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:50.909Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:50.909Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681410908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:51.910Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:16:51.911Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-10T01:16:51.911Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:16:51.912Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:16:51.912Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:16:51.912Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681411910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:52.913Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 080fbd3e-462c-4100-859a-7285dfacbc28 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:16:52.947Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 080fbd3e-462c-4100-859a-7285dfacbc28 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:16:52.953Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:16:52.954Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T01:16:52.954Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T01:16:52.954Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T01:16:52.954Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:52.954Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:52.955Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:52.955Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:52.955Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:16:52.955Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:16:52.974Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T01:16:53.650Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:16:53.651Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:16:53.651Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681295208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681297222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:16:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683681298227, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:16:53.668Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b359293-afcd-4722-9ebe-a9152a6772c5 2023-05-10T01:16:53.669Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b359293-afcd-4722-9ebe-a9152a6772c5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-10T01:17:22.975Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 080fbd3e-462c-4100-859a-7285dfacbc28 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T01:17:22.991Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 080fbd3e-462c-4100-859a-7285dfacbc28 and serviceModelVersionId: 9b2e751d-d899-4fc8-b1fb-2d961fdc3729 2023-05-10T01:17:22.991Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5cf8e243-1568-49e8-b4ae-09181738f453 2023-05-10T01:17:22.992Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0 2023-05-10T01:17:23.000Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T01:17:23.065Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0|INFO|500||Invoke 2023-05-10T01:17:23.066Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[080fbd3e-462c-4100-859a-7285dfacbc28], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e705f7ac-0097-4c44-a5f3-fa752b8a7f35], X-ECOMP-RequestID=[080fbd3e-462c-4100-859a-7285dfacbc28], X-TransactionId=[], X-ONAP-RequestID=[080fbd3e-462c-4100-859a-7285dfacbc28], Content-Type=[application/merge-patch+json]} 2023-05-10T01:17:23.076Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T01:17:23.290Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?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/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 01:17:23 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[184], vertex-id=[487584], x-aai-txid=[1-aai-resources-230510-01:17:23:089-56879], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T01:17:23.290Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-10T01:17:23.292Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5cf8e243-1568-49e8-b4ae-09181738f453/model-vers/model-ver/9b2e751d-d899-4fc8-b1fb-2d961fdc3729?depth=0|INFO|500||InvokeReturn 2023-05-10T01:17:23.293Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T01:17:23.293Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:17:23.303Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||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:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T01:17:23.303Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 080fbd3e-462c-4100-859a-7285dfacbc28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T01:17:23.304Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T01:17:23.304Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:23.305Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:23.305Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681443304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:17:24.337Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-05-10T01:17:24.338Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"2b359293-afcd-4722-9ebe-a9152a6772c5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"694d01dc-0a08-4a54-8fb4-962681eb4182","serviceDescription":"service","serviceInvariantUUID":"a45113b7-3c23-4186-9678-4e63974474d1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f1b11ab1-dbc5-4953-83e4-3351f82d7881","resourceInvariantUUID":"c036f0b7-d83b-41b0-b7b2-f59b528b6515","resourceCustomizationUUID":"76dc289f-ff56-474c-a087-f9ba4870a730","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTc1M2NjMTE2NzhjMDg0MTljODdjZGM4ZmVkMzc3Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f53df43b-a11a-427f-8daf-7a99681f255d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e34756a-8ed2-459e-92ce-773a9325198b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c3011535-c8ea-4bde-bc59-d5d96ef9605f","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"MmQ0OWViZjUxYWFlZDRhMDgzYjc2YmFmNzM5NzJjZjc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3ffec078-92e5-49d7-8898-aa18fecd3616","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"95e6e36b-1f94-4cd8-ad4f-877327cb698f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bcae50c6-1a6f-4e53-9a57-ddf47c3b4be1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d23c3d1f-97ee-4f4e-bb44-a6091de71954","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"ZTlkNzE1YmQ1ZjAwZTA1MTViYTQ3NmU4MTcwN2ZiZmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62538c22-b513-47ab-ba7b-825fca5b11da","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjBiZDc3YWI2ZWI4MTQzNDYxMmQzZDljMmJlNGY4NzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01c1109a-d44d-46b1-818b-03d583186d43","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-10T01:17:24.338Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:24.339Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:24.339Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:24.339Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:25.340Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:25.341Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:25.341Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:25.342Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:26.343Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:26.344Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:26.344Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:26.344Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:27.345Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:27.346Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:27.346Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:27.347Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:28.347Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:28.348Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:28.348Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:28.348Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:29.349Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:29.350Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:29.350Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:29.350Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:30.351Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:30.352Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:30.352Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:30.352Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:31.353Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:31.354Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:31.354Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:31.354Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:32.355Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-10T01:17:32.356Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:32.356Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:32.356Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:33.357Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "694d01dc-0a08-4a54-8fb4-962681eb4182", "serviceDescription": "service", "serviceInvariantUUID": "a45113b7-3c23-4186-9678-4e63974474d1", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "76dc289f-ff56-474c-a087-f9ba4870a730", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f1b11ab1-dbc5-4953-83e4-3351f82d7881", "resourceInvariantUUID": "c036f0b7-d83b-41b0-b7b2-f59b528b6515", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "ZjBiZDc3YWI2ZWI4MTQzNDYxMmQzZDljMmJlNGY4NzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01c1109a-d44d-46b1-818b-03d583186d43" } ], "workloadContext": "Production" } 2023-05-10T01:17:33.358Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-10T01:17:33.358Z|080fbd3e-462c-4100-859a-7285dfacbc28|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 694d01dc-0a08-4a54-8fb4-962681eb4182 ASDC 2023-05-10T01:17:33.359Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2b359293-afcd-4722-9ebe-a9152a6772c5 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:694d01dc-0a08-4a54-8fb4-962681eb4182 ServiceInvariantUUID:a45113b7-3c23-4186-9678-4e63974474d1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:01c1109a-d44d-46b1-818b-03d583186d43 ArtifactChecksum:ZjBiZDc3YWI2ZWI4MTQzNDYxMmQzZDljMmJlNGY4NzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:76dc289f-ff56-474c-a087-f9ba4870a730 ResourceInvariantUUID:c036f0b7-d83b-41b0-b7b2-f59b528b6515 ResourceName:test-pnf ResourceType:PNF ResourceUUID:f1b11ab1-dbc5-4953-83e4-3351f82d7881 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-05-10T01:17:33.359Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 694d01dc-0a08-4a54-8fb4-962681eb4182 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:17:33.433Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:17:33.434Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:17:33.435Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:17:33.435Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 01c1109a-d44d-46b1-818b-03d583186d43 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-10T01:17:33.435Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-05-10T01:17:33.435Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-10T01:17:33.651Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-05-10T01:17:33.652Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 01c1109a-d44d-46b1-818b-03d583186d43 111072 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:33.653Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681453652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:34.655Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-10T01:17:34.656Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-05-10T01:17:34.656Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 01c1109a-d44d-46b1-818b-03d583186d43, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-10T01:17:34.656Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-05-10T01:17:34.657Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-10T01:17:34.657Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-10T01:17:34.787Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4280022187069963160/Definitions/service-TestPnfMacro-template.yml 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.447Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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-TestPnfMacro-csar.csar 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.448Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.449Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:694d01dc-0a08-4a54-8fb4-962681eb4182 Model Version:NULL Model InvariantUuid:a45113b7-3c23-4186-9678-4e63974474d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2023-05-10T01:17:35.471Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f1b11ab1-dbc5-4953-83e4-3351f82d7881 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:17:35.478Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-05-10T01:17:35.478Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f1b11ab1-dbc5-4953-83e4-3351f82d7881 2023-05-10T01:17:35.478Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 694d01dc-0a08-4a54-8fb4-962681eb4182 2023-05-10T01:17:35.478Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 694d01dc-0a08-4a54-8fb4-962681eb4182 2023-05-10T01:17:35.478Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f1b11ab1-dbc5-4953-83e4-3351f82d7881 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:17:35.491Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42780c15, org.onap.sdc.toscaparser.api.parameters.Input@358fe9e3, org.onap.sdc.toscaparser.api.parameters.Input@d209360, org.onap.sdc.toscaparser.api.parameters.Input@4be5816d, org.onap.sdc.toscaparser.api.parameters.Input@49ff34a0] 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 694d01dc-0a08-4a54-8fb4-962681eb4182: test-pnf 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Processing PNF resource: f1b11ab1-dbc5-4953-83e4-3351f82d7881 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-10T01:17:35.492Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Resource customization UUID: 76dc289f-ff56-474c-a087-f9ba4870a730 is the same as notified resource customizationUUID: 76dc289f-ff56-474c-a087-f9ba4870a730 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-05-10T01:17:35.598Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f1b11ab1-dbc5-4953-83e4-3351f82d7881 0 ASDC deployResourceStructure 2023-05-10T01:17:35.598Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-05-10T01:17:35.599Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-10T01:17:35.599Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-10T01:17:35.599Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:17:35.599Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:17:35.600Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681455598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:36.601Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b359293-afcd-4722-9ebe-a9152a6772c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:17:36.636Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b359293-afcd-4722-9ebe-a9152a6772c5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-05-10T01:17:36.643Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-10T01:17:36.643Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-10T01:17:36.643Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-10T01:17:36.643Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-10T01:17:36.643Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-10T01:17:36.644Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-10T01:17:36.666Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-10T01:17:53.650Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:17:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.652Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e9330f31-b7a4-4027-9e45-fbe58da93d79", "consumerID": "SO-sdc-controller", "timestamp": 1683681392956, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.654Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:17:53.655Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681402662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681405339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681406456, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-10T01:17:53.656Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681407571, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681408903, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-10T01:17:53.657Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681409905, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681410908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-10T01:17:53.658Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681411910, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:17:53.659Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:06.667Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b359293-afcd-4722-9ebe-a9152a6772c5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2023-05-10T01:18:06.683Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b359293-afcd-4722-9ebe-a9152a6772c5 and serviceModelVersionId: 694d01dc-0a08-4a54-8fb4-962681eb4182 2023-05-10T01:18:06.683Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a45113b7-3c23-4186-9678-4e63974474d1 2023-05-10T01:18:06.685Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0 2023-05-10T01:18:06.738Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-05-10T01:18:06.800Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2023-05-10T01:18:06.800Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0|INFO|500||Invoke 2023-05-10T01:18:06.808Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-10T01:18:07.041Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0|INFO|500||InvokeReturn 2023-05-10T01:18:07.042Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a45113b7-3c23-4186-9678-4e63974474d1/model-vers/model-ver/694d01dc-0a08-4a54-8fb4-962681eb4182?depth=0 has http status code:200 and response headers:{date=[Wed, 10 May 2023 01:18:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[228], vertex-id=[491680], x-aai-txid=[0-aai-resources-230510-01:18:06:817-59527], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-10T01:18:07.042Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-05-10T01:18:07.042Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-10T01:18:07.042Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-10T01:18:07.060Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||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:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-05-10T01:18:07.061Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b359293-afcd-4722-9ebe-a9152a6772c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-10T01:18:07.061Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-10T01:18:07.061Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-05-10T01:18:07.062Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-10T01:18:07.062Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681487061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-05-10T01:18:08.092Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:18:53.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:18:53.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.651Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "080fbd3e-462c-4100-859a-7285dfacbc28", "consumerID": "SO-sdc-controller", "timestamp": 1683681443304, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.653Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.653Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.653Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.653Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681393992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681453652, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681455598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-10T01:18:53.654Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:19:08.093Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:19:53.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:19:53.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-10T01:19:53.652Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "2b359293-afcd-4722-9ebe-a9152a6772c5", "consumerID": "SO-sdc-controller", "timestamp": 1683681487061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-10T01:19:53.652Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-10T01:20:08.095Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:20:53.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:21:08.096Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:21:53.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:22:08.098Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:22:53.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:23:08.099Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:23:53.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:24:08.099Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:24:53.652Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:25:08.100Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:25:53.653Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:26:08.101Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:26:53.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:27:08.102Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:27:53.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:28:08.103Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:28:53.654Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:29:08.105Z|52a28179-164d-4dd7-8801-3c2eae61defc|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:29:53.655Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:30:08.105Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:30:53.657Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:31:08.107Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:31:53.658Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:32:08.108Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:32:53.659Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:33:08.108Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:33:53.660Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:34:08.110Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:34:53.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:35:08.111Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:35:53.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:36:08.114Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:36:53.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:37:08.114Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:37:53.666Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:38:08.116Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:38:53.668Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:39:08.117Z|4bd77955-7e95-41ff-a522-4bc8b689af8e|pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:39:53.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:40:08.118Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:40:53.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:41:08.119Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:41:53.670Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:42:08.121Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:42:53.672Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:43:08.122Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:43:53.673Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:44:08.122Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:44:53.675Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:45:08.123Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:45:53.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:46:08.124Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:46:53.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:47:08.124Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:47:53.680Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-10T01:48:08.125Z|2b359293-afcd-4722-9ebe-a9152a6772c5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-10T01:48:53.682Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO