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-05T23:39:43.907Z||main|||||INFO|500||The following profiles are active: basic 2023-05-05T23:39:57.941Z||main|||||INFO|500||Starting service [Tomcat] 2023-05-05T23:39:57.942Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-05-05T23:39:58.145Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-05-05T23:40:02.127Z||main|||||INFO|500||catdb-pool - Starting... 2023-05-05T23:40:02.590Z||main|||||INFO|500||catdb-pool - Start completed. 2023-05-05T23:40:03.199Z||main|||||INFO|500||reqdb-pool - Starting... 2023-05-05T23:40:03.228Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-05-05T23:40:03.467Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-05-05T23:40:03.902Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-05-05T23:40:05.172Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-05-05T23:40:08.740Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-05-05T23:40:11.372Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-05-05T23:40:11.440Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-05-05T23:40:11.852Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-05-05T23:40:12.133Z||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-05T23:40:13.349Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-05-05T23:40:14.604Z||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-05T23:40:15.263Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-05-05T23:40:15.265Z||main|||||ERROR|500||(conn=1278) Table 'catalogdb.activity_spec' doesn't exist 2023-05-05T23:40:15.296Z||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-05T23:40:18.433Z||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-05T23:40:21.478Z||main|||||WARN|500||--- 2023-05-05T23:40:21.479Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-05-05T23:40:21.479Z||main|||||WARN|500||--- 2023-05-05T23:40:22.031Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-05-05T23:40:27.540Z||main|||||INFO|500||Started Application in 51.827 seconds (JVM running for 55.908) 2023-05-05T23:40:27.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-05-05T23:40:27.582Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-05-05T23:40:27.601Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-05-05T23:40:27.749Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 04878720-a529-4aba-9874-711105fa86e7 url= /sdc/v1/artifactTypes 2023-05-05T23:40:27.790Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-05-05T23:40:28.039Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-05-05T23:40:28.142Z||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-05T23:40:28.142Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-05-05T23:40:28.143Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 36f0cf91-799e-4bcf-9a83-ead591f16655 url= /sdc/v1/distributionKafkaData 2023-05-05T23:40:28.143Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-05-05T23:40:28.183Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-05-05T23:40:28.188Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@4dcbb582 2023-05-05T23:40:28.247Z||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-0d49bf02-afb4-4064-b703-087d5a57c9bd 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-05T23:40:28.298Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Instantiated an idempotent producer. 2023-05-05T23:40:28.430Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-05-05T23:40:28.525Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-05T23:40:28.525Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-05T23:40:28.526Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683330028522 2023-05-05T23:40:28.530Z||scheduling-1|||||INFO|500||start DistributionClient 2023-05-05T23:40:28.551Z||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-034779e0-b825-40cf-8fa7-9bd3f31574e6 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-05T23:40:28.654Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-05T23:40:28.655Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-05T23:40:28.655Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683330028654 2023-05-05T23:40:28.656Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:40:28.659Z||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-3ff8c38c-e51a-4d74-9408-ffa21039eb0a 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-05T23:40:28.666Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-05-05T23:40:28.667Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-05-05T23:40:28.667Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1683330028666 2023-05-05T23:40:28.667Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:40:28.674Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:40:28.675Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:40:28.689Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-05-05T23:40:29.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.578Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.580Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Cluster ID: tnHbXa72QMesggRLGfxcMA 2023-05-05T23:40:29.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 OvdPgTQNTq--2Ysu9bQ8BQ 2023-05-05T23:40:29.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.580Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.581Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:29.582Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] ProducerId set to 2003 with epoch 0 2023-05-05T23:40:29.583Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Cluster ID: tnHbXa72QMesggRLGfxcMA 2023-05-05T23:40:29.583Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Cluster ID: tnHbXa72QMesggRLGfxcMA 2023-05-05T23:40:29.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-05-05T23:40:29.586Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-05-05T23:40:29.624Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] (Re-)joining group 2023-05-05T23:40:29.624Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] (Re-)joining group 2023-05-05T23:40:29.674Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6-5746def9-72c7-45b9-b9c1-8fd94d371e2d 2023-05-05T23:40:29.675Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:29.675Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] (Re-)joining group 2023-05-05T23:40:29.698Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a-8ac0c8d1-cd00-4bdf-80a9-7afe72c831b3 2023-05-05T23:40:29.699Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-05T23:40:29.699Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] (Re-)joining group 2023-05-05T23:40:35.697Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a-8ac0c8d1-cd00-4bdf-80a9-7afe72c831b3', protocol='range'} 2023-05-05T23:40:35.699Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6-5746def9-72c7-45b9-b9c1-8fd94d371e2d', protocol='range'} 2023-05-05T23:40:35.793Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.795Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.797Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.798Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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 hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-05T23:40:35.812Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6-5746def9-72c7-45b9-b9c1-8fd94d371e2d=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]), SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a-8ac0c8d1-cd00-4bdf-80a9-7afe72c831b3=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-05T23:40:35.866Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6-5746def9-72c7-45b9-b9c1-8fd94d371e2d', protocol='range'} 2023-05-05T23:40:35.866Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a-8ac0c8d1-cd00-4bdf-80a9-7afe72c831b3', protocol='range'} 2023-05-05T23:40:35.867Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-05T23:40:35.867Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:35.874Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-05T23:40:35.874Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:35.897Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-05-05T23:40:35.897Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-05-05T23:40:35.898Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-05-05T23:40:35.898Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-05-05T23:40:35.898Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-05-05T23:40:35.898Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-05-05T23:40:35.898Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-05-05T23:40:35.898Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-05-05T23:40:35.898Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-05-05T23:40:35.898Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-05-05T23:40:35.899Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-05-05T23:40:35.899Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-05-05T23:40:35.945Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:35.947Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:36.032Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:36.033Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:36.037Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:36.038Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, 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-05T23:40:36.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-05T23:40:36.087Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-05-05T23:40:36.093Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-05T23:40:36.093Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-05-05T23:40:36.096Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-05T23:40:36.097Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-05-05T23:41:28.680Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:41:28.681Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:42:28.682Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:42:28.683Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:43:28.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:43:28.684Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:44:28.686Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:44:28.686Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:45:28.687Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:45:28.687Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:46:28.688Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:46:28.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:47:28.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:47:28.690Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:48:28.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:48:28.691Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:49:28.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:49:28.692Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:49:29.838Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-3ff8c38c-e51a-4d74-9408-ffa21039eb0a, groupId=SO] Node -1 disconnected. 2023-05-05T23:49:29.838Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-034779e0-b825-40cf-8fa7-9bd3f31574e6, groupId=SO] Node -1 disconnected. 2023-05-05T23:49:29.885Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Node -1 disconnected. 2023-05-05T23:49:51.137Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-05-05T23:50:28.692Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:50:28.693Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:51:28.694Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:51:28.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:52:28.696Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:52:28.697Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:53:28.696Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:53:28.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:54:28.697Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:54:28.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:55:28.700Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:55:28.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:56:28.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:56:28.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:57:28.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:57:28.704Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:58:28.706Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:58:28.712Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-05T23:59:28.707Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-05T23:59:28.713Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:00:28.709Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:00:28.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:01:28.711Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:01:28.714Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:02:28.712Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:02:28.715Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:03:28.713Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:03:28.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:04:28.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:04:28.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:05:28.715Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:05:28.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:06:28.717Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:06:28.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:07:28.717Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:07:28.720Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:08:28.718Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:08:28.721Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:09:28.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:09:28.721Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:10:28.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:10:28.721Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:11:28.721Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:11:28.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:12:28.722Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:12:28.725Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:13:28.723Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:13:28.726Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:14:28.725Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:14:28.728Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:15:28.726Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:15:28.728Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:16:28.728Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:16:28.730Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:17:28.729Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:17:28.730Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:18:28.730Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:18:28.731Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:19:28.732Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:19:28.733Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:20:28.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:20:28.733Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:21:28.735Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:21:28.736Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:22:28.736Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:22:28.736Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:23:28.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:23:28.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:24:28.740Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:24:28.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:25:28.740Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:25:28.741Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:26:28.744Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:26:28.744Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:27:28.745Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:27:28.745Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:28:28.746Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:28:28.747Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:29:28.747Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:29:28.748Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:30:28.748Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:30:28.750Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:31:28.750Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:31:28.751Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:32:28.751Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:32:28.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:33:28.753Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:33:28.752Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:34:28.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:34:28.754Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:35:28.755Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:35:28.755Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:36:28.757Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:36:28.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:37:28.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:37:28.758Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:38:28.758Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:38:28.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:39:28.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:39:28.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:40:28.762Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:40:28.762Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:41:28.762Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:41:28.763Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:42:28.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:42:28.764Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:43:28.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:43:28.766Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:44:28.766Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:44:28.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:45:28.767Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:45:28.768Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:46:28.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:46:28.769Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:47:28.769Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:47:28.770Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:48:28.770Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:48:28.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:49:28.771Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:49:28.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:50:28.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:50:28.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:51:28.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:28.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:51:44.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-06T00:51:44.613Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"0908bf1b-bb15-467f-a307-73f75d0f4b73","serviceName":"vFW 2023-05-06 00-50-21","serviceVersion":"1.0","serviceUUID":"471a8f1b-9edf-4071-a538-1b5952f4b33d","serviceDescription":"catalog service description","serviceInvariantUUID":"08cc22ec-4dff-4daa-90b6-bc675a5bcbfb","resources":[{"resourceInstanceName":"vFW 584d735a-c060 0","resourceName":"vFW 584d735a-c060","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"514792fe-ee9a-4970-b722-a3f44f39685c","resourceInvariantUUID":"d153e86f-c39e-4fe9-bfc1-add505b43130","resourceCustomizationUUID":"d561b31b-835a-4d6e-a82d-58fbbd760d30","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml","artifactChecksum":"YjYxZjNiNzI3MGVkNTRlZWIwMTAyZmJjM2UzMGIzMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"820ab5b9-42e9-41c8-b609-9217959a1663","artifactVersion":"1"},{"artifactName":"vfw584d735ac0600_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json","artifactChecksum":"ZDdiYzNhZWIzZTg0NmZjNTg0OGU5ODIyNzMxM2RmMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7183848c-71d7-4b5f-b183-5ed6c265c492","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bb07a2e6-033a-4fb7-839b-ea08aedfc8da","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml","artifactChecksum":"YjM4MDI3Y2U3OWZlY2ZkMTIzM2FlMTQ5NjlhOWNiNWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"500f3bc5-fcab-48d6-9e71-5a1c00f3f5f9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ca4c39ad-c6eb-4749-a3c7-b239b733a6f6","artifactVersion":"2","generatedFromUUID":"bb07a2e6-033a-4fb7-839b-ea08aedfc8da"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230506005021-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml","artifactChecksum":"YmY5YjVkMTA5OWJlNTgzNjRlZDA2Y2I5OTQyZDE1NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28bf80ba-7b84-43ba-8482-c5e8f76d1261","artifactVersion":"1"},{"artifactName":"service-Vfw20230506005021-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar","artifactChecksum":"NGE4YmJlZTU2ZWI1Y2MxNzkwNTUxYmRlNzc1NmM1YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9430453d-27e2-440a-af30-39ac083499f0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T00:51:44.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:44.638Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:44.639Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:44.639Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.646Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T00:51:44.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:51:44.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:51:44.709Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:51:45.670Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:45.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:45.671Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:45.672Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:46.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:46.675Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:46.676Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:46.676Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:47.678Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:47.679Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:47.679Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:47.679Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:48.681Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:48.682Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:48.682Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:48.682Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:49.683Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:49.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:49.684Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:49.684Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:50.685Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:51:50.686Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:50.686Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:50.686Z||pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:51.690Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "serviceName": "vFW 2023-05-06 00-50-21", "serviceVersion": "1.0", "serviceUUID": "471a8f1b-9edf-4071-a538-1b5952f4b33d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "08cc22ec-4dff-4daa-90b6-bc675a5bcbfb", "resources": [ { "resourceInstanceName": "vFW 584d735a-c060 0", "resourceCustomizationUUID": "d561b31b-835a-4d6e-a82d-58fbbd760d30", "resourceName": "vFW 584d735a-c060", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "514792fe-ee9a-4970-b722-a3f44f39685c", "resourceInvariantUUID": "d153e86f-c39e-4fe9-bfc1-add505b43130", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw584d735ac0600_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "artifactChecksum": "ZDdiYzNhZWIzZTg0NmZjNTg0OGU5ODIyNzMxM2RmMWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7183848c-71d7-4b5f-b183-5ed6c265c492", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "bb07a2e6-033a-4fb7-839b-ea08aedfc8da", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca4c39ad-c6eb-4749-a3c7-b239b733a6f6", "generatedFromUUID": "bb07a2e6-033a-4fb7-839b-ea08aedfc8da" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ca4c39ad-c6eb-4749-a3c7-b239b733a6f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230506005021-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "artifactChecksum": "NGE4YmJlZTU2ZWI1Y2MxNzkwNTUxYmRlNzc1NmM1YTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9430453d-27e2-440a-af30-39ac083499f0" } ], "workloadContext": "Production" } 2023-05-06T00:51:51.692Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T00:51:51.693Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 471a8f1b-9edf-4071-a538-1b5952f4b33d ASDC 2023-05-06T00:51:51.829Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0908bf1b-bb15-467f-a307-73f75d0f4b73 ServiceName:vFW 2023-05-06 00-50-21 ServiceVersion:1.0 ServiceUUID:471a8f1b-9edf-4071-a538-1b5952f4b33d ServiceInvariantUUID:08cc22ec-4dff-4daa-90b6-bc675a5bcbfb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230506005021-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar ArtifactUUID:9430453d-27e2-440a-af30-39ac083499f0 ArtifactChecksum:NGE4YmJlZTU2ZWI1Y2MxNzkwNTUxYmRlNzc1NmM1YTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 584d735a-c060 0 ResourceCustomizationUUID:d561b31b-835a-4d6e-a82d-58fbbd760d30 ResourceInvariantUUID:d153e86f-c39e-4fe9-bfc1-add505b43130 ResourceName:vFW 584d735a-c060 ResourceType:VF ResourceUUID:514792fe-ee9a-4970-b722-a3f44f39685c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw584d735ac0600_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json ArtifactUUID:7183848c-71d7-4b5f-b183-5ed6c265c492 ArtifactChecksum:ZDdiYzNhZWIzZTg0NmZjNTg0OGU5ODIyNzMxM2RmMWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml ArtifactUUID:bb07a2e6-033a-4fb7-839b-ea08aedfc8da ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env ArtifactUUID:ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env ArtifactUUID:ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-06T00:51:51.830Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 471a8f1b-9edf-4071-a538-1b5952f4b33d 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-06T00:51:52.101Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T00:51:52.102Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:51:52.103Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:51:52.103Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9430453d-27e2-440a-af30-39ac083499f0 from URL: /sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:52.103Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:51:52.103Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:52.262Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:51:52.292Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar 9430453d-27e2-440a-af30-39ac083499f0 101477 2023-05-06T00:51:52.293Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar ASDC sendASDCNotification 2023-05-06T00:51:52.293Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:52.295Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:51:52.296Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:52.296Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:52.297Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334312292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:53.298Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T00:51:53.298Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:51:53.299Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9430453d-27e2-440a-af30-39ac083499f0, URL: /sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar to file: /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:53.299Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230506005021-csar.csar 2023-05-06T00:51:53.378Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:53.378Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:53.756Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3078217054000605484/Definitions/service-Vfw20230506005021-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-05-06T00:51:55.746Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T00:51:55.751Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T00:51:55.751Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.751Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||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-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 584d735a-c060 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-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230506005021-csar.csar 2023-05-06T00:51:55.752Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T00:51:55.759Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.761Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.764Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:55.764Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T00:51:55.765Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T00:51:55.767Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.768Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.771Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.772Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-05-06T00:51:55.773Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.773Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-06T00:51:55.773Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.773Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T00:51:55.774Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.774Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:55.774Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:55.775Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6bbcef2-67d4-4448-a7f2-b8713cfd7a46 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.776Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=240870c2-43a1-4eba-8e43-3fec65086219 2023-05-06T00:51:55.777Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-05-06T00:51:55.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=45f4f403-4cdf-4967-8127-712665378aaf 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:55.779Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:55.780Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-05-06 00-50-21 Description:catalog service description Model UUID:471a8f1b-9edf-4071-a538-1b5952f4b33d Model Version:NULL Model InvariantUuid:08cc22ec-4dff-4daa-90b6-bc675a5bcbfb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 584d735a-c060 Model UUID:b00acd67-dccc-4426-8816-a702da5ec413 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d153e86f-c39e-4fe9-bfc1-add505b43130 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d561b31b-835a-4d6e-a82d-58fbbd760d30 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a0d3b51c-ea54-4fc9-bf7e-2049487cafc2 ModelName:Vfw584d735aC060..base_vfw..module-0 ModelUuid:50e7fa87-0f46-4974-88d6-4fd6f7419f5f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a6bbcef2-67d4-4448-a7f2-b8713cfd7a46 ModelInvariantUuid:d1b84942-3cef-4ca5-91c6-9ef35d0374c7 ModelName:vFW 584d735a-c060-nodes.vfwCvfc ModelUuid:8beddc85-ae05-4d68-bba2-20b0e9f0b117 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1ddeaadc-96cb-46cb-bcf8-cc7a8ecd11c6 ModelInvariantUuid:1964c961-52fe-4488-867e-0736b1816771 ModelName:Vfw584d735aC060.compute.nodes.heat.vfw ModelUuid:1c4af3fe-5b41-4a50-ba42-3e3309c8851a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:240870c2-43a1-4eba-8e43-3fec65086219 ModelInvariantUuid:bc054e06-3d95-40de-afc7-2f0fecc8f7da ModelName:vFW 584d735a-c060-nodes.vsnCvfc ModelUuid:2fface38-5d6d-437a-850d-9d49ad8e6d00 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:4346aab4-20bc-4d38-b9d8-d24812b04147 ModelInvariantUuid:5cd38496-2869-4fba-8aff-bb2031b2be98 ModelName:Vfw584d735aC060.compute.nodes.heat.vsn ModelUuid:7bd11611-a1e9-41f9-a1ff-05b8f3c7664c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:45f4f403-4cdf-4967-8127-712665378aaf ModelInvariantUuid:f977d6cc-1221-47af-b75d-e74c6fc7ab7d ModelName:vFW 584d735a-c060-nodes.vpgCvfc ModelUuid:8ff4a7c2-a1a5-442d-a3c0-f1521b6aee58 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e0ab7823-78f9-4168-a89d-7566e93c7f8a ModelInvariantUuid:e2b9751f-6b0d-4003-8c42-2a2f348b0b06 ModelName:Vfw584d735aC060.compute.nodes.heat.vpg ModelUuid:e68c8f90-46bd-4f32-ac6b-b4e0df983bf7 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-06T00:51:55.819Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 514792fe-ee9a-4970-b722-a3f44f39685c 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-06T00:51:55.888Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||vFW 584d735a-c060 0 2023-05-06T00:51:55.895Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 514792fe-ee9a-4970-b722-a3f44f39685c 2023-05-06T00:51:55.895Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7183848c-71d7-4b5f-b183-5ed6c265c492 from URL: /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json 2023-05-06T00:51:55.895Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:51:55.895Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json 2023-05-06T00:51:56.034Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:51:56.035Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json 7183848c-71d7-4b5f-b183-5ed6c265c492 785 2023-05-06T00:51:56.036Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json ASDC sendASDCNotification 2023-05-06T00:51:56.036Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json 2023-05-06T00:51:56.036Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:51:56.037Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:56.037Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:56.038Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334316036, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:57.040Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw584d735aC060..base_vfw..module-0", "vfModuleModelInvariantUUID": "a0d3b51c-ea54-4fc9-bf7e-2049487cafc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "50e7fa87-0f46-4974-88d6-4fd6f7419f5f", "vfModuleModelCustomizationUUID": "0542b726-31e3-4a40-a0d1-f5ded7ecf115", "isBase": true, "artifacts": [ "bb07a2e6-033a-4fb7-839b-ea08aedfc8da", "ca4c39ad-c6eb-4749-a3c7-b239b733a6f6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-06T00:51:57.068Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw584d735aC060..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:50e7fa87-0f46-4974-88d6-4fd6f7419f5f VfModuleModelInvariantUUID:a0d3b51c-ea54-4fc9-bf7e-2049487cafc2 VfModuleModelDescription:NULL Artifacts UUID List:{ bb07a2e6-033a-4fb7-839b-ea08aedfc8da , ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-06T00:51:57.073Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw584d735aC060..base_vfw..module-0", "vfModuleModelInvariantUUID": "a0d3b51c-ea54-4fc9-bf7e-2049487cafc2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "50e7fa87-0f46-4974-88d6-4fd6f7419f5f", "vfModuleModelCustomizationUUID": "0542b726-31e3-4a40-a0d1-f5ded7ecf115", "isBase": true, "artifacts": [ "bb07a2e6-033a-4fb7-839b-ea08aedfc8da", "ca4c39ad-c6eb-4749-a3c7-b239b733a6f6" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-05-06T00:51:57.074Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw584d735aC060..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:50e7fa87-0f46-4974-88d6-4fd6f7419f5f VfModuleModelInvariantUUID:a0d3b51c-ea54-4fc9-bf7e-2049487cafc2 VfModuleModelDescription:NULL Artifacts UUID List:{ bb07a2e6-033a-4fb7-839b-ea08aedfc8da , ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-05-06T00:51:57.074Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb07a2e6-033a-4fb7-839b-ea08aedfc8da from URL: /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml 2023-05-06T00:51:57.074Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:51:57.074Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml 2023-05-06T00:51:57.190Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:51:57.191Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml bb07a2e6-033a-4fb7-839b-ea08aedfc8da 20368 2023-05-06T00:51:57.192Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-05-06T00:51:57.192Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml 2023-05-06T00:51:57.193Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:51:57.193Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:57.193Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:57.194Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334317192, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:58.195Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 from URL: /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env 2023-05-06T00:51:58.195Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:51:58.196Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env 2023-05-06T00:51:58.333Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:51:58.333Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env ca4c39ad-c6eb-4749-a3c7-b239b733a6f6 2098 2023-05-06T00:51:58.333Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env ASDC sendASDCNotification 2023-05-06T00:51:58.334Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env 2023-05-06T00:51:58.334Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:51:58.334Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:51:58.334Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:51:58.334Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334318333, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:51:59.336Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 471a8f1b-9edf-4071-a538-1b5952f4b33d 2023-05-06T00:51:59.336Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 584d735a-c060 0 514792fe-ee9a-4970-b722-a3f44f39685c 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-06T00:51:59.417Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65405441, org.onap.sdc.toscaparser.api.parameters.Input@5f85aadb, org.onap.sdc.toscaparser.api.parameters.Input@7f2b3d87, org.onap.sdc.toscaparser.api.parameters.Input@79f7dda6, org.onap.sdc.toscaparser.api.parameters.Input@1ef26c85] 2023-05-06T00:51:59.423Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.424Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.425Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-05-06T00:51:59.425Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d561b31b-835a-4d6e-a82d-58fbbd760d30 2023-05-06T00:51:59.425Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d561b31b-835a-4d6e-a82d-58fbbd760d30 matches Tosca VF Customization UUID: d561b31b-835a-4d6e-a82d-58fbbd760d30 2023-05-06T00:51:59.425Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d561b31b-835a-4d6e-a82d-58fbbd760d30 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-06T00:51:59.440Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.441Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.445Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d561b31b-835a-4d6e-a82d-58fbbd760d30: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-05-06T00:51:59.446Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6efe11c9 2023-05-06T00:51:59.447Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.447Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T00:51:59.449Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0542b726-31e3-4a40-a0d1-f5ded7ecf115 2023-05-06T00:51:59.452Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0542b726-31e3-4a40-a0d1-f5ded7ecf115 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-06T00:51:59.465Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.466Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.466Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:59.467Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.468Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.468Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:59.469Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.469Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:59.469Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:59.470Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-05-06T00:51:59.470Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:59.471Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-05-06T00:51:59.471Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-05-06T00:51:59.471Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.472Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.472Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-05-06T00:51:59.472Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.473Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-05-06T00:51:59.473Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.474Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a6bbcef2-67d4-4448-a7f2-b8713cfd7a46 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-06T00:51:59.498Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.499Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.499Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:59.500Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.500Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:59.500Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:59.501Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-05-06T00:51:59.501Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.502Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.502Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-05-06T00:51:59.502Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.503Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:59.503Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-05-06T00:51:59.504Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-05-06T00:51:59.504Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.504Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-05-06T00:51:59.504Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.505Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=240870c2-43a1-4eba-8e43-3fec65086219 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-06T00:51:59.511Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.512Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.512Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:59.517Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.517Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is not matching search criteria 2023-05-06T00:51:59.518Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-05-06T00:51:59.518Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-05-06T00:51:59.519Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.519Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.519Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-05-06T00:51:59.520Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.520Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-05-06T00:51:59.520Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-05-06T00:51:59.520Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-05-06T00:51:59.521Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-05-06T00:51:59.521Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-05-06T00:51:59.521Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-05-06T00:51:59.522Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=45f4f403-4cdf-4967-8127-712665378aaf 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-06T00:51:59.528Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.529Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.529Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:51:59.530Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.530Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Node template vFW 584d735a-c060 0 is matching search criteria 2023-05-06T00:51:59.530Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 584d735a-c060 0] matching following query criteria: sdcType=VF, customizationUUID=d561b31b-835a-4d6e-a82d-58fbbd760d30 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-06T00:51:59.536Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.537Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.538Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 471a8f1b-9edf-4071-a538-1b5952f4b33d: vFW 584d735a-c060 2023-05-06T00:51:59.538Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.538Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.539Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.539Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.539Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.540Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.540Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.540Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.541Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:51:59.541Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-05-06 00-50-21 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:51:59.541Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-05-06 00-50-21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-06T00:52:00.318Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 584d735a-c060 514792fe-ee9a-4970-b722-a3f44f39685c 1 ASDC deployResourceStructure 2023-05-06T00:52:00.319Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json ASDC sendASDCNotification 2023-05-06T00:52:00.319Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json 2023-05-06T00:52:00.319Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:52:00.319Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:52:00.320Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:52:00.320Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334320318, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:52:01.321Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-05-06T00:52:01.322Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml 2023-05-06T00:52:01.322Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:52:01.322Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:52:01.323Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:52:01.323Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334321321, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:52:02.325Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env ASDC sendASDCNotification 2023-05-06T00:52:02.325Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env 2023-05-06T00:52:02.325Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:52:02.326Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:52:02.327Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:52:02.328Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334322325, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:52:03.329Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar ASDC sendASDCNotification 2023-05-06T00:52:03.330Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar 2023-05-06T00:52:03.330Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:52:03.331Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:52:03.331Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:52:03.332Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334323329, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:52:04.333Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:52:04.400Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:52:04.407Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:52:04.408Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:52:04.408Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:52:28.669Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:52:28.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:52:28.671Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:52:28.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:52:34.409Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:52:34.435Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:52:34.441Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:52:34.441Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:52:34.441Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:53:04.442Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:53:04.476Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:04.482Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:53:04.482Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:53:04.483Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:53:28.669Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:53:28.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.673Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.674Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.675Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.676Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334277948, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334294816, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334282469, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "ves-openapi-manager", "timestamp": 1683334286834, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.678Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334288774, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334296725, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334312548, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334312548, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334311766, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.679Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334311807, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334312292, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334313569, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "cds-sdc-listener", "timestamp": 1683334312791, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-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-06T00:53:28.698Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0908bf1b-bb15-467f-a307-73f75d0f4b73 2023-05-06T00:53:28.699Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:28.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.722Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334313696, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.722Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.722Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "policy-distribution-id", "timestamp": 1683334314571, "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-06T00:53:28.736Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0908bf1b-bb15-467f-a307-73f75d0f4b73 2023-05-06T00:53:28.737Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:28.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.763Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334314939, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.764Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.765Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.766Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334316087, "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-06T00:53:28.782Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0908bf1b-bb15-467f-a307-73f75d0f4b73 2023-05-06T00:53:28.783Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:28.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.805Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334316036, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.805Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "multicloud-k8s", "timestamp": 1683334317090, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334317192, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334318333, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.809Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334320318, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/vfw584d735ac0600_modules.json", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.810Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334313222, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:53:28.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.811Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334321321, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334321122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334322325, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/resourceInstances/vfw584d735ac0600/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334323329, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334324539, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.814Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "aai-model-loader", "timestamp": 1683334325546, "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-06T00:53:28.830Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0908bf1b-bb15-467f-a307-73f75d0f4b73 2023-05-06T00:53:28.830Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:28.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334326110, "artifactURL": "/sdc/v1/catalog/services/Vfw20230506005021/1.0/artifacts/service-Vfw20230506005021-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:53:28.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:53:28.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-05-06T00:53:28.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334327115, "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-06T00:53:28.871Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0908bf1b-bb15-467f-a307-73f75d0f4b73 2023-05-06T00:53:28.871Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:34.483Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:53:34.514Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:53:34.523Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:53:34.523Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T00:53:34.523Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:53:34.524Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:53:34.525Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-06T00:53:34.544Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T00:54:04.544Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 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-06T00:54:04.561Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0908bf1b-bb15-467f-a307-73f75d0f4b73 and serviceModelVersionId: 471a8f1b-9edf-4071-a538-1b5952f4b33d 2023-05-06T00:54:04.562Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 08cc22ec-4dff-4daa-90b6-bc675a5bcbfb 2023-05-06T00:54:19.618Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?depth=0 2023-05-06T00:54:19.741Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T00:54:20.338Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?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-06T00:54:20.345Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?depth=0|INFO|500||Invoke 2023-05-06T00:54:20.382Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T00:54:20.699Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?depth=0|INFO|500||InvokeReturn 2023-05-06T00:54:20.700Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/08cc22ec-4dff-4daa-90b6-bc675a5bcbfb/model-vers/model-ver/471a8f1b-9edf-4071-a538-1b5952f4b33d?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 00:54:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[293], vertex-id=[155752], x-aai-txid=[2-aai-resources-230506-00:54:20:396-18056], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T00:54:20.700Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2023-05-06T00:54:20.715Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T00:54:20.716Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T00:54:20.737Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-06T00:54:20.740Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0908bf1b-bb15-467f-a307-73f75d0f4b73 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T00:54:20.743Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T00:54:20.743Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:54:20.743Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:54:20.744Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334460741, "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-06T00:54:21.778Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:54:28.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:54:28.679Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-05-06T00:54:28.679Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "0908bf1b-bb15-467f-a307-73f75d0f4b73", "consumerID": "SO-sdc-controller", "timestamp": 1683334460741, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T00:54:28.680Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:55:21.780Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:55:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:56:21.781Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T00:56:28.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:16.595Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-06T00:57:16.596Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"e6168ff2-a691-4c0a-bb0b-888a9218d3c7","serviceName":"basic_onboard_GModSo","serviceVersion":"1.0","serviceUUID":"5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e","serviceDescription":"service","serviceInvariantUUID":"5874d26b-3c3f-4e45-b4cb-63200a7608ed","resources":[{"resourceInstanceName":"basic_onboard_GModSo 0","resourceName":"basic_onboard_GModSo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48a82fe0-d064-4270-8885-1159c09db244","resourceInvariantUUID":"98438ad5-a695-44f7-8d5d-053889d6d132","resourceCustomizationUUID":"f0da36ac-d349-4bb0-b0bb-c8370ba5a972","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml","artifactChecksum":"M2FlMjk1Yjc0YTJiODAyODY2NDRiMjIzZDlhNWQzNzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f649e12-5e6e-4fff-9a41-908ff67dfcac","artifactVersion":"1"},{"artifactName":"basic_onboard_gmodso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json","artifactChecksum":"NmQyYTE5YmQ4OWFhNjUyMDY5MTEzZTcyZWQwYmRjMzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9a8290db-9ad2-4e6b-bb25-b23ab5c2b96d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c870d078-f214-41ee-9ff1-644ab634c111","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cbdef15a-95c6-47e4-badf-39f0561d1496","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90f48ede-c960-4306-bc74-ccdfc15a8714","artifactVersion":"2","generatedFromUUID":"c870d078-f214-41ee-9ff1-644ab634c111"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGmodso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml","artifactChecksum":"OWI3Njg0NTU1ODE0MWJiMTk5ZjlkYTIwYzgzMzQ2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70032a5a-f281-4c5e-97dc-a9a7770be73c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGmodso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar","artifactChecksum":"Mzk4NTJjZTU3ZjUwZDA5YTI2YWI1ZjI5ZGUxMzBjZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"20291fe7-1730-4101-b0f6-662860ec2440","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T00:57:16.599Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:16.600Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:16.600Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:16.600Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:16.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:57:16.626Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:57:16.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:57:17.601Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:17.601Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:17.602Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:17.602Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:18.603Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:18.603Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:18.604Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:18.604Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:19.605Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:19.606Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:19.606Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:19.606Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:20.607Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:20.608Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:20.608Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:20.608Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:21.609Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:21.610Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:21.610Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:21.610Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:22.611Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T00:57:22.612Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:22.612Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:22.612Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:23.615Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "serviceName": "basic_onboard_GModSo", "serviceVersion": "1.0", "serviceUUID": "5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e", "serviceDescription": "service", "serviceInvariantUUID": "5874d26b-3c3f-4e45-b4cb-63200a7608ed", "resources": [ { "resourceInstanceName": "basic_onboard_GModSo 0", "resourceCustomizationUUID": "f0da36ac-d349-4bb0-b0bb-c8370ba5a972", "resourceName": "basic_onboard_GModSo", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "48a82fe0-d064-4270-8885-1159c09db244", "resourceInvariantUUID": "98438ad5-a695-44f7-8d5d-053889d6d132", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_gmodso0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "artifactChecksum": "NmQyYTE5YmQ4OWFhNjUyMDY5MTEzZTcyZWQwYmRjMzA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9a8290db-9ad2-4e6b-bb25-b23ab5c2b96d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c870d078-f214-41ee-9ff1-644ab634c111", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90f48ede-c960-4306-bc74-ccdfc15a8714", "generatedFromUUID": "c870d078-f214-41ee-9ff1-644ab634c111" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90f48ede-c960-4306-bc74-ccdfc15a8714", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardGmodso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "artifactChecksum": "Mzk4NTJjZTU3ZjUwZDA5YTI2YWI1ZjI5ZGUxMzBjZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20291fe7-1730-4101-b0f6-662860ec2440" } ], "workloadContext": "Production" } 2023-05-06T00:57:23.615Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T00:57:23.615Z|0908bf1b-bb15-467f-a307-73f75d0f4b73|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e ASDC 2023-05-06T00:57:23.616Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e6168ff2-a691-4c0a-bb0b-888a9218d3c7 ServiceName:basic_onboard_GModSo ServiceVersion:1.0 ServiceUUID:5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e ServiceInvariantUUID:5874d26b-3c3f-4e45-b4cb-63200a7608ed ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardGmodso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar ArtifactUUID:20291fe7-1730-4101-b0f6-662860ec2440 ArtifactChecksum:Mzk4NTJjZTU3ZjUwZDA5YTI2YWI1ZjI5ZGUxMzBjZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_GModSo 0 ResourceCustomizationUUID:f0da36ac-d349-4bb0-b0bb-c8370ba5a972 ResourceInvariantUUID:98438ad5-a695-44f7-8d5d-053889d6d132 ResourceName:basic_onboard_GModSo ResourceType:VF ResourceUUID:48a82fe0-d064-4270-8885-1159c09db244 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_gmodso0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json ArtifactUUID:9a8290db-9ad2-4e6b-bb25-b23ab5c2b96d ArtifactChecksum:NmQyYTE5YmQ4OWFhNjUyMDY5MTEzZTcyZWQwYmRjMzA= 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/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml ArtifactUUID:c870d078-f214-41ee-9ff1-644ab634c111 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/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env ArtifactUUID:90f48ede-c960-4306-bc74-ccdfc15a8714 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/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env ArtifactUUID:90f48ede-c960-4306-bc74-ccdfc15a8714 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-06T00:57:23.616Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e 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-06T00:57:23.690Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T00:57:23.692Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:57:23.692Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:57:23.692Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20291fe7-1730-4101-b0f6-662860ec2440 from URL: /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:23.693Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:57:23.693Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:23.910Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:57:23.912Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar 20291fe7-1730-4101-b0f6-662860ec2440 75634 2023-05-06T00:57:23.913Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar ASDC sendASDCNotification 2023-05-06T00:57:23.913Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:23.913Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:57:23.914Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:23.914Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:23.914Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334643913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:24.915Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T00:57:24.916Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T00:57:24.916Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 20291fe7-1730-4101-b0f6-662860ec2440, URL: /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar to file: /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:24.917Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:24.917Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:24.917Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:25.028Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2521693572074174657/Definitions/service-BasicOnboardGmodso-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-06T00:57:26.083Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GModSo 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-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||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-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:26.084Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T00:57:26.085Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is not matching search criteria 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.086Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is not matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-06T00:57:26.087Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a17da1f-aa10-4518-9cab-0addb3059b2b 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:26.088Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_GModSo Description:service Model UUID:5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e Model Version:NULL Model InvariantUuid:5874d26b-3c3f-4e45-b4cb-63200a7608ed Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_GModSo Model UUID:e82374e8-03f5-48b8-9178-b97ec8814608 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:98438ad5-a695-44f7-8d5d-053889d6d132 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f0da36ac-d349-4bb0-b0bb-c8370ba5a972 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:24982ef9-6c54-459d-b25e-b3447ff31578 ModelName:BasicOnboardGmodso..base_ubuntu18..module-0 ModelUuid:eec10447-dd8a-436a-9e52-c49db8bf87ba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2a17da1f-aa10-4518-9cab-0addb3059b2b ModelInvariantUuid:ddfe9b21-1a32-460c-9e5d-9b087afb315e ModelName:basic_onboard_GModSo-nodes.ubuntu18Cvfc ModelUuid:8bcf0dec-9ddd-4c31-9c8f-679f08fe153a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:15924b9a-8d86-4b72-b4d5-b0b54d5b61d3 ModelInvariantUuid:1243b8c2-88e2-4c16-bf69-5d9eed4e5afc ModelName:BasicOnboardGmodso.compute.nodes.heat.ubuntu18 ModelUuid:be5a5ec5-30da-49b0-af67-4d1594c1d7ce 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-06T00:57:26.106Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 48a82fe0-d064-4270-8885-1159c09db244 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-06T00:57:26.109Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||basic_onboard_GModSo 0 2023-05-06T00:57:26.110Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48a82fe0-d064-4270-8885-1159c09db244 2023-05-06T00:57:26.110Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9a8290db-9ad2-4e6b-bb25-b23ab5c2b96d from URL: /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json 2023-05-06T00:57:26.110Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:57:26.110Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json 2023-05-06T00:57:26.198Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json 9a8290db-9ad2-4e6b-bb25-b23ab5c2b96d 798 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json ASDC sendASDCNotification 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:26.199Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:26.200Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334646199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:27.201Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGmodso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "24982ef9-6c54-459d-b25e-b3447ff31578", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eec10447-dd8a-436a-9e52-c49db8bf87ba", "vfModuleModelCustomizationUUID": "24ec43e1-f773-4cdf-a369-c129cc947ba9", "isBase": true, "artifacts": [ "c870d078-f214-41ee-9ff1-644ab634c111", "90f48ede-c960-4306-bc74-ccdfc15a8714" ], "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-06T00:57:27.205Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGmodso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eec10447-dd8a-436a-9e52-c49db8bf87ba VfModuleModelInvariantUUID:24982ef9-6c54-459d-b25e-b3447ff31578 VfModuleModelDescription:NULL Artifacts UUID List:{ c870d078-f214-41ee-9ff1-644ab634c111 , 90f48ede-c960-4306-bc74-ccdfc15a8714 } 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-06T00:57:27.208Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardGmodso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "24982ef9-6c54-459d-b25e-b3447ff31578", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eec10447-dd8a-436a-9e52-c49db8bf87ba", "vfModuleModelCustomizationUUID": "24ec43e1-f773-4cdf-a369-c129cc947ba9", "isBase": true, "artifacts": [ "c870d078-f214-41ee-9ff1-644ab634c111", "90f48ede-c960-4306-bc74-ccdfc15a8714" ], "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-06T00:57:27.208Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardGmodso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:eec10447-dd8a-436a-9e52-c49db8bf87ba VfModuleModelInvariantUUID:24982ef9-6c54-459d-b25e-b3447ff31578 VfModuleModelDescription:NULL Artifacts UUID List:{ c870d078-f214-41ee-9ff1-644ab634c111 , 90f48ede-c960-4306-bc74-ccdfc15a8714 } 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-06T00:57:27.208Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c870d078-f214-41ee-9ff1-644ab634c111 from URL: /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml 2023-05-06T00:57:27.209Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:57:27.209Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml 2023-05-06T00:57:27.308Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:57:27.308Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml c870d078-f214-41ee-9ff1-644ab634c111 5033 2023-05-06T00:57:27.309Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-05-06T00:57:27.309Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml 2023-05-06T00:57:27.310Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:57:27.310Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:27.311Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:27.311Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334647309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:28.312Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 90f48ede-c960-4306-bc74-ccdfc15a8714 from URL: /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env 2023-05-06T00:57:28.313Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T00:57:28.313Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env 2023-05-06T00:57:28.420Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T00:57:28.424Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env 90f48ede-c960-4306-bc74-ccdfc15a8714 909 2023-05-06T00:57:28.425Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-05-06T00:57:28.425Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env 2023-05-06T00:57:28.425Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T00:57:28.426Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:28.426Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:28.426Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334648425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:28.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:57:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:57:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:57:29.427Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e 2023-05-06T00:57:29.428Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GModSo 0 48a82fe0-d064-4270-8885-1159c09db244 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-06T00:57:29.457Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bc680fe, org.onap.sdc.toscaparser.api.parameters.Input@365ccedf, org.onap.sdc.toscaparser.api.parameters.Input@69bfe798, org.onap.sdc.toscaparser.api.parameters.Input@62b6b7b9, org.onap.sdc.toscaparser.api.parameters.Input@6d781a61] 2023-05-06T00:57:29.460Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.461Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.461Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-05-06T00:57:29.462Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f0da36ac-d349-4bb0-b0bb-c8370ba5a972 2023-05-06T00:57:29.462Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f0da36ac-d349-4bb0-b0bb-c8370ba5a972 matches Tosca VF Customization UUID: f0da36ac-d349-4bb0-b0bb-c8370ba5a972 2023-05-06T00:57:29.462Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f0da36ac-d349-4bb0-b0bb-c8370ba5a972 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-06T00:57:29.467Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.468Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.469Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f0da36ac-d349-4bb0-b0bb-c8370ba5a972: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-05-06T00:57:29.470Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ccbd99c 2023-05-06T00:57:29.470Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.470Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T00:57:29.471Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 24ec43e1-f773-4cdf-a369-c129cc947ba9 2023-05-06T00:57:29.471Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 24ec43e1-f773-4cdf-a369-c129cc947ba9 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-06T00:57:29.477Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.478Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:29.478Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:29.479Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.479Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:29.479Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:29.480Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.480Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is not matching search criteria 2023-05-06T00:57:29.481Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-05-06T00:57:29.481Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-05-06T00:57:29.482Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2a17da1f-aa10-4518-9cab-0addb3059b2b 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-06T00:57:29.487Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.488Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:29.489Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T00:57:29.490Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.490Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_GModSo 0 is matching search criteria 2023-05-06T00:57:29.491Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_GModSo 0] matching following query criteria: sdcType=VF, customizationUUID=f0da36ac-d349-4bb0-b0bb-c8370ba5a972 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-06T00:57:29.497Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.497Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.498Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e: basic_onboard_GModSo 2023-05-06T00:57:29.498Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.498Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.499Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.499Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.499Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.500Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.500Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.500Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.501Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T00:57:29.501Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_GModSo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T00:57:29.501Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_GModSo 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-06T00:57:29.711Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GModSo 48a82fe0-d064-4270-8885-1159c09db244 1 ASDC deployResourceStructure 2023-05-06T00:57:29.712Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json ASDC sendASDCNotification 2023-05-06T00:57:29.713Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json 2023-05-06T00:57:29.713Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:57:29.713Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:29.713Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:29.713Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334649712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:30.715Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-05-06T00:57:30.715Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml 2023-05-06T00:57:30.715Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:57:30.716Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:30.716Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:30.716Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334650715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:31.717Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-05-06T00:57:31.718Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env 2023-05-06T00:57:31.718Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:57:31.718Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:31.719Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:31.719Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334651717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:32.720Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar ASDC sendASDCNotification 2023-05-06T00:57:32.721Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar 2023-05-06T00:57:32.721Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T00:57:32.721Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T00:57:32.721Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T00:57:32.721Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334652720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:57:33.723Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:57:33.755Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:57:33.762Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:57:33.762Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:57:33.763Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:58:03.763Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:58:03.795Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:58:03.802Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:58:03.802Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:58:03.802Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:58:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:58:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOTIFIED" } 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOTIFIED" } 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.687Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.688Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "ves-openapi-manager", "timestamp": 1683334632458, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334626725, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334615582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334613805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334581781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334618104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334644564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334644576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334643779, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334643913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334643785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334645578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "cds-sdc-listener", "timestamp": 1683334644783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-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-06T00:58:28.719Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e6168ff2-a691-4c0a-bb0b-888a9218d3c7 2023-05-06T00:58:28.720Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:58:28.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334645684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "policy-distribution-id", "timestamp": 1683334646580, "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-06T00:58:28.756Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6168ff2-a691-4c0a-bb0b-888a9218d3c7 2023-05-06T00:58:28.757Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:58:28.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334646796, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334646199, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334647860, "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-06T00:58:28.788Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e6168ff2-a691-4c0a-bb0b-888a9218d3c7 2023-05-06T00:58:28.789Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:58:28.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.805Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.805Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.805Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334647309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "multicloud-k8s", "timestamp": 1683334648862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-05-06T00:58:28.806Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:28.807Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:58:28.807Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334648425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-05-06T00:58:28.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:58:33.803Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:58:33.834Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:58:33.842Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:58:33.842Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:58:33.842Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:59:03.842Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:59:03.869Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:59:03.876Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:59:03.877Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T00:59:03.877Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T00:59:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T00:59:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T00:59:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334649712, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/basic_onboard_gmodso0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334649649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334643222, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "NOTIFIED" } 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334650715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "aai-model-loader", "timestamp": 1683334650652, "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-06T00:59:28.698Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e6168ff2-a691-4c0a-bb0b-888a9218d3c7 2023-05-06T00:59:28.699Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:59:28.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.725Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334651048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T00:59:28.725Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334651717, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/resourceInstances/basic_onboard_gmodso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334652720, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334653455, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGmodso/1.0/artifacts/service-BasicOnboardGmodso-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T00:59:28.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T00:59:28.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T00:59:28.727Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683334654460, "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-06T00:59:28.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e6168ff2-a691-4c0a-bb0b-888a9218d3c7 2023-05-06T00:59:28.745Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:59:33.877Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T00:59:33.905Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T00:59:33.911Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-06T00:59:33.928Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:00:03.929Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 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-06T01:00:03.942Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e6168ff2-a691-4c0a-bb0b-888a9218d3c7 and serviceModelVersionId: 5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e 2023-05-06T01:00:03.942Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5874d26b-3c3f-4e45-b4cb-63200a7608ed 2023-05-06T01:00:03.944Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0 2023-05-06T01:00:03.954Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:00:04.030Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0|INFO|500||Invoke 2023-05-06T01:00:04.031Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e6168ff2-a691-4c0a-bb0b-888a9218d3c7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6395e463-b6be-4d4d-84de-6116ec7b80e1], X-ECOMP-RequestID=[e6168ff2-a691-4c0a-bb0b-888a9218d3c7], X-TransactionId=[], X-ONAP-RequestID=[e6168ff2-a691-4c0a-bb0b-888a9218d3c7], Content-Type=[application/merge-patch+json]} 2023-05-06T01:00:04.040Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:00:04.283Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?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/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:00:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[217168], x-aai-txid=[2-aai-resources-230506-01:00:04:051-46719], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:00:04.284Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:00:04.285Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5874d26b-3c3f-4e45-b4cb-63200a7608ed/model-vers/model-ver/5ee5bcb0-b855-4b73-aeae-5d8c44ccb05e?depth=0|INFO|500||InvokeReturn 2023-05-06T01:00:04.286Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:00:04.286Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T01:00:04.301Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-06T01:00:04.302Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e6168ff2-a691-4c0a-bb0b-888a9218d3c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:00:04.303Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:00:04.303Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:00:04.303Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:00:04.304Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334804302, "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-06T01:00:05.330Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:00:28.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:00:28.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-05-06T01:00:28.678Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "e6168ff2-a691-4c0a-bb0b-888a9218d3c7", "consumerID": "SO-sdc-controller", "timestamp": 1683334804302, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:00:28.679Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:01:05.331Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:01:28.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:02:05.332Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:02:28.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:03:05.333Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:03:28.671Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:03:35.504Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Node 2 disconnected. 2023-05-06T01:04:05.334Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:04:28.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:05:05.335Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:05:28.672Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:06:05.337Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:06:28.673Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:06:37.541Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-06T01:06:37.541Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"9889492c-4782-4977-9182-8b19675b7dc4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0dbf36e4-c35c-436b-9a72-af577b56e409","serviceDescription":"service","serviceInvariantUUID":"b473981e-8e3c-4143-b180-0d92700c7b33","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a09f6339-e639-4713-9c74-0667c52c0302","resourceInvariantUUID":"406aaffe-f73d-4a58-8eec-bd103b3fa954","resourceCustomizationUUID":"728d914e-ea72-495c-9ac4-5870dc645287","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":"ODk0NzRkNGFjNDQ4MzJiODZjNDJjYzc3MzE2ZjI3NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ef09f76-ea5e-4084-a4c4-6cf11b52ae9d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDVhNmM4MGMxMjU2MmE0Mjg3NGQ1MjNhMjZhOTVjNTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:06:37.545Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:06:37.546Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:06:37.546Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:06:37.546Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335165337, "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-06T01:06:37.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-05-06T01:06:37.581Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335165337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:06:37.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:06:38.547Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:06:38.547Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:06:38.548Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:06:38.548Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335165337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:06:39.549Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0dbf36e4-c35c-436b-9a72-af577b56e409", "serviceDescription": "service", "serviceInvariantUUID": "b473981e-8e3c-4143-b180-0d92700c7b33", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "728d914e-ea72-495c-9ac4-5870dc645287", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "a09f6339-e639-4713-9c74-0667c52c0302", "resourceInvariantUUID": "406aaffe-f73d-4a58-8eec-bd103b3fa954", "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": "NDVhNmM4MGMxMjU2MmE0Mjg3NGQ1MjNhMjZhOTVjNTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb" } ], "workloadContext": "Production" } 2023-05-06T01:06:39.549Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:06:39.550Z|e6168ff2-a691-4c0a-bb0b-888a9218d3c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0dbf36e4-c35c-436b-9a72-af577b56e409 ASDC 2023-05-06T01:06:39.550Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9889492c-4782-4977-9182-8b19675b7dc4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0dbf36e4-c35c-436b-9a72-af577b56e409 ServiceInvariantUUID:b473981e-8e3c-4143-b180-0d92700c7b33 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:f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb ArtifactChecksum:NDVhNmM4MGMxMjU2MmE0Mjg3NGQ1MjNhMjZhOTVjNTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:728d914e-ea72-495c-9ac4-5870dc645287 ResourceInvariantUUID:406aaffe-f73d-4a58-8eec-bd103b3fa954 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:a09f6339-e639-4713-9c74-0667c52c0302 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-05-06T01:06:39.550Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0dbf36e4-c35c-436b-9a72-af577b56e409 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-06T01:06:39.603Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:06:39.604Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:06:39.605Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:06:39.605Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-06T01:06:39.605Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:06:39.605Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-06T01:06:39.798Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:06:39.800Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb 57781 2023-05-06T01:06:39.801Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-05-06T01:06:39.801Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-06T01:06:39.801Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:06:39.801Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:06:39.802Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:06:39.802Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335199801, "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-06T01:06:40.803Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:06:40.804Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:06:40.804Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f52e5d4b-bc17-4cc1-9d6a-9b6895e8cdeb, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:40.804Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-05-06T01:06:40.805Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:40.805Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:40.924Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10073546192551728938/Definitions/service-BasicNetwork-template.yml 2023-05-06T01:06:41.320Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:06:41.321Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.322Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.323Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0dbf36e4-c35c-436b-9a72-af577b56e409 Model Version:NULL Model InvariantUuid:b473981e-8e3c-4143-b180-0d92700c7b33 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:406aaffe-f73d-4a58-8eec-bd103b3fa954 Model UUID:07f045ac-24ad-47df-bee6-6ccb2e58088a Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:728d914e-ea72-495c-9ac4-5870dc645287 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-06T01:06:41.346Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: a09f6339-e639-4713-9c74-0667c52c0302 2023-05-06T01:06:41.347Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||No resources found for Service: 0dbf36e4-c35c-436b-9a72-af577b56e409 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-06T01:06:41.353Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500|| 2023-05-06T01:06:41.353Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-05-06T01:06:41.353Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0dbf36e4-c35c-436b-9a72-af577b56e409 2023-05-06T01:06:41.353Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0dbf36e4-c35c-436b-9a72-af577b56e409 2023-05-06T01:06:41.354Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-05-06T01:06:41.354Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T01:06:41.365Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@734f0266, org.onap.sdc.toscaparser.api.parameters.Input@29d0a1a6, org.onap.sdc.toscaparser.api.parameters.Input@1947c60e, org.onap.sdc.toscaparser.api.parameters.Input@6b4b601e, org.onap.sdc.toscaparser.api.parameters.Input@609c0323] 2023-05-06T01:06:41.367Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.367Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.367Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.367Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.368Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0dbf36e4-c35c-436b-9a72-af577b56e409: Generic NeutronNet 2023-05-06T01:06:41.368Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.368Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.368Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.368Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2023-05-06T01:06:41.425Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.425Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.426Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.426Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.426Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:06:41.426Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:06:41.427Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2023-05-06T01:06:41.555Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-05-06T01:06:41.556Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-05-06T01:06:41.556Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-05-06T01:06:41.556Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:06:41.556Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:06:41.557Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:06:41.557Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335201556, "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-06T01:06:42.558Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:06:42.585Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:06:42.591Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:06:42.591Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:06:42.591Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:07:12.592Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:07:12.620Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:07:12.629Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:07:12.629Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:07:12.629Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:07:28.673Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:07:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:07:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "multicloud-k8s", "timestamp": 1683335189885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:07:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:07:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:07:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "ves-openapi-manager", "timestamp": 1683335186578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:07:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:07:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:07:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "aai-model-loader", "timestamp": 1683335196725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:07:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:07:42.629Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:07:42.667Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:07:42.673Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:07:42.673Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:07:42.673Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:08:12.674Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:08:12.700Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:12.706Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:08:12.706Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:08:12.706Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:08:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:08:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "policy-distribution-id", "timestamp": 1683335187594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "cds-sdc-listener", "timestamp": 1683335185799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335165337, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "multicloud-k8s", "timestamp": 1683335189885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "policy-distribution-id", "timestamp": 1683335187594, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "aai-model-loader", "timestamp": 1683335196725, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "ves-openapi-manager", "timestamp": 1683335186578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "cds-sdc-listener", "timestamp": 1683335185799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "policy-distribution-id", "timestamp": 1683335200478, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335199801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "cds-sdc-listener", "timestamp": 1683335199675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "aai-model-loader", "timestamp": 1683335199678, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "policy-distribution-id", "timestamp": 1683335201481, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "cds-sdc-listener", "timestamp": 1683335200685, "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-06T01:08:28.699Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9889492c-4782-4977-9182-8b19675b7dc4 2023-05-06T01:08:28.700Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:28.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335201556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.726Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "policy-distribution-id", "timestamp": 1683335202482, "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-06T01:08:28.740Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9889492c-4782-4977-9182-8b19675b7dc4 2023-05-06T01:08:28.740Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "aai-model-loader", "timestamp": 1683335202870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "aai-model-loader", "timestamp": 1683335203873, "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-06T01:08:28.784Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9889492c-4782-4977-9182-8b19675b7dc4 2023-05-06T01:08:28.784Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:28.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.810Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335213222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.810Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335213222, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335216036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335217698, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335218704, "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-06T01:08:28.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9889492c-4782-4977-9182-8b19675b7dc4 2023-05-06T01:08:28.829Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:28.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.854Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.855Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.856Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.863Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335233486, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335226553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "multicloud-k8s", "timestamp": 1683335230238, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335226725, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335201689, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335246083, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335245195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335245235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335246051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:08:28.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335247054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "cds-sdc-listener", "timestamp": 1683335246243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-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-06T01:08:28.902Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b754b85d-03ae-4e9e-a993-f9264c9f055e 2023-05-06T01:08:28.903Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:08:28.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.926Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335247451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-05-06T01:08:28.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:28.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:28.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.928Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "policy-distribution-id", "timestamp": 1683335248056, "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-06T01:08:28.942Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b754b85d-03ae-4e9e-a993-f9264c9f055e 2023-05-06T01:08:28.943Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:08:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:28.968Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "ves-openapi-manager", "timestamp": 1683335248455, "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-06T01:08:28.983Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of b754b85d-03ae-4e9e-a993-f9264c9f055e 2023-05-06T01:08:28.983Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:08:29.009Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:08:29.009Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:08:29.009Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:08:42.707Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:08:42.739Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:08:42.747Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:08:42.747Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:08:42.747Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:08:42.748Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:08:42.749Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-06T01:08:42.763Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:09:12.763Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9889492c-4782-4977-9182-8b19675b7dc4 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-06T01:09:12.777Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9889492c-4782-4977-9182-8b19675b7dc4 and serviceModelVersionId: 0dbf36e4-c35c-436b-9a72-af577b56e409 2023-05-06T01:09:12.777Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b473981e-8e3c-4143-b180-0d92700c7b33 2023-05-06T01:09:12.778Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0 2023-05-06T01:09:12.783Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:09:12.829Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0|INFO|500||Invoke 2023-05-06T01:09:12.830Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9889492c-4782-4977-9182-8b19675b7dc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9193441f-c93f-4a28-814f-7b79adf61af7], X-ECOMP-RequestID=[9889492c-4782-4977-9182-8b19675b7dc4], X-TransactionId=[], X-ONAP-RequestID=[9889492c-4782-4977-9182-8b19675b7dc4], Content-Type=[application/merge-patch+json]} 2023-05-06T01:09:12.837Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:09:13.003Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?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/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:09:12 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[196816], x-aai-txid=[0-aai-resources-230506-01:09:12:846-24671], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:09:13.004Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:09:13.005Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/b473981e-8e3c-4143-b180-0d92700c7b33/model-vers/model-ver/0dbf36e4-c35c-436b-9a72-af577b56e409?depth=0|INFO|500||InvokeReturn 2023-05-06T01:09:13.005Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:09:13.005Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T01:09:13.014Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-06T01:09:13.015Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9889492c-4782-4977-9182-8b19675b7dc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:09:13.015Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:09:13.015Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:13.015Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:13.015Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335353015, "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-06T01:09:14.039Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:09:14.044Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-06T01:09:14.045Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"b754b85d-03ae-4e9e-a993-f9264c9f055e","serviceName":"Demo_pNF_jRou55GO3CQqHCs5VvQf","serviceVersion":"1.0","serviceUUID":"0905a88e-4bbb-43f6-a88c-a076a7501375","serviceDescription":"catalog service description","serviceInvariantUUID":"38951044-9867-4c4c-a8fa-b189d4ad4506","resources":[{"resourceInstanceName":"pNF 19ed589f-5cbf 0","resourceName":"pNF 19ed589f-5cbf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a585413a-b3f4-425d-8017-59dc8d06d9ac","resourceInvariantUUID":"70a62384-5a56-4b49-a1f0-0b5d0b2a62dc","resourceCustomizationUUID":"a0a737d4-2e72-4ff8-b42b-b17a17062a65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml","artifactChecksum":"NDY2ZTY5ZDVjMDA4NGNjYjI4ZWI2NzEwYjc3ZTlkMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac4b826e-52f7-4fd9-812e-f9a802d79a3f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar","artifactChecksum":"OGM5YmFiNzBmNmQ4ZGJiMTA0ODFhNWRhOWRlYTZhMTI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6c90ebd-23c6-4752-a11a-5c8c8b8f1dd0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7bab080-a39d-47e9-ad2a-61eb927f0dcf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2NhMDJhMjRkOWY2M2NlZjhiZTdkNDI1MmEwMjI3YzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"54b458d9-30aa-42bf-ae30-9112ce8e7318","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed6ca7f6-f6fc-461a-85db-6417c29ec930","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f96706c8-24a0-4290-81c2-a47735c2e26e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml","artifactChecksum":"OWQxZWFhMzg1ZjdjMWY4NGJkY2I5NGVlMDBlMTVkMjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"acf7c19a-5e0a-4f56-a595-991f72d05f00","artifactVersion":"1"},{"artifactName":"service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar","artifactChecksum":"ZDU5ODI0YmIyMzZiNWRlMzcyYWJhYjAwMTFiYmVlMDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9519a838-c8a1-4baf-b818-d21b8ec05eec","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:09:14.047Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:14.047Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:14.047Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:14.047Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:15.048Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:15.048Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:15.049Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:15.049Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:16.049Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:16.050Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:16.050Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:16.050Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:17.051Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:17.052Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:17.053Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:17.053Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:18.055Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:18.055Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:18.056Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:18.056Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:19.057Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:19.058Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:19.058Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:19.058Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:20.059Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:20.059Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:20.059Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:20.059Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:21.060Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:09:21.061Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:21.061Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:21.061Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:22.062Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "serviceName": "Demo_pNF_jRou55GO3CQqHCs5VvQf", "serviceVersion": "1.0", "serviceUUID": "0905a88e-4bbb-43f6-a88c-a076a7501375", "serviceDescription": "catalog service description", "serviceInvariantUUID": "38951044-9867-4c4c-a8fa-b189d4ad4506", "resources": [ { "resourceInstanceName": "pNF 19ed589f-5cbf 0", "resourceCustomizationUUID": "a0a737d4-2e72-4ff8-b42b-b17a17062a65", "resourceName": "pNF 19ed589f-5cbf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a585413a-b3f4-425d-8017-59dc8d06d9ac", "resourceInvariantUUID": "70a62384-5a56-4b49-a1f0-0b5d0b2a62dc", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "artifactChecksum": "ZDU5ODI0YmIyMzZiNWRlMzcyYWJhYjAwMTFiYmVlMDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9519a838-c8a1-4baf-b818-d21b8ec05eec" } ], "workloadContext": "Production" } 2023-05-06T01:09:22.063Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:09:22.063Z|9889492c-4782-4977-9182-8b19675b7dc4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0905a88e-4bbb-43f6-a88c-a076a7501375 ASDC 2023-05-06T01:09:22.063Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b754b85d-03ae-4e9e-a993-f9264c9f055e ServiceName:Demo_pNF_jRou55GO3CQqHCs5VvQf ServiceVersion:1.0 ServiceUUID:0905a88e-4bbb-43f6-a88c-a076a7501375 ServiceInvariantUUID:38951044-9867-4c4c-a8fa-b189d4ad4506 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar ArtifactUUID:9519a838-c8a1-4baf-b818-d21b8ec05eec ArtifactChecksum:ZDU5ODI0YmIyMzZiNWRlMzcyYWJhYjAwMTFiYmVlMDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 19ed589f-5cbf 0 ResourceCustomizationUUID:a0a737d4-2e72-4ff8-b42b-b17a17062a65 ResourceInvariantUUID:70a62384-5a56-4b49-a1f0-0b5d0b2a62dc ResourceName:pNF 19ed589f-5cbf ResourceType:PNF ResourceUUID:a585413a-b3f4-425d-8017-59dc8d06d9ac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-05-06T01:09:22.063Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0905a88e-4bbb-43f6-a88c-a076a7501375 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-06T01:09:22.132Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:09:22.133Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:09:22.133Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:09:22.133Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9519a838-c8a1-4baf-b818-d21b8ec05eec from URL: /sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:22.134Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:09:22.134Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:22.246Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:09:22.250Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 9519a838-c8a1-4baf-b818-d21b8ec05eec 88000 2023-05-06T01:09:22.250Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar ASDC sendASDCNotification 2023-05-06T01:09:22.250Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:22.251Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:09:22.251Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:22.251Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:22.251Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335362250, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:23.253Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:09:23.253Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:09:23.254Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9519a838-c8a1-4baf-b818-d21b8ec05eec, URL: /sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar to file: /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:23.254Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:23.254Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:23.254Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:23.365Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4834883982861309093/Definitions/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml 2023-05-06T01:09:24.055Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 19ed589f-5cbf 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-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.056Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Node template pNF 19ed589f-5cbf 0 is matching search criteria 2023-05-06T01:09:24.057Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 19ed589f-5cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Node template pNF 19ed589f-5cbf 0 is matching search criteria 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 19ed589f-5cbf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.058Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.059Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jRou55GO3CQqHCs5VvQf Description:catalog service description Model UUID:0905a88e-4bbb-43f6-a88c-a076a7501375 Model Version:NULL Model InvariantUuid:38951044-9867-4c4c-a8fa-b189d4ad4506 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-06T01:09:24.077Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: a585413a-b3f4-425d-8017-59dc8d06d9ac 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-06T01:09:24.083Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||pNF 19ed589f-5cbf 0 2023-05-06T01:09:24.083Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a585413a-b3f4-425d-8017-59dc8d06d9ac 2023-05-06T01:09:24.083Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0905a88e-4bbb-43f6-a88c-a076a7501375 2023-05-06T01:09:24.084Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0905a88e-4bbb-43f6-a88c-a076a7501375 2023-05-06T01:09:24.084Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 19ed589f-5cbf 0 a585413a-b3f4-425d-8017-59dc8d06d9ac 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-06T01:09:24.095Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@bfed095, org.onap.sdc.toscaparser.api.parameters.Input@3384e6da, org.onap.sdc.toscaparser.api.parameters.Input@3427025, org.onap.sdc.toscaparser.api.parameters.Input@6a9aac81, org.onap.sdc.toscaparser.api.parameters.Input@179db33f] 2023-05-06T01:09:24.095Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0905a88e-4bbb-43f6-a88c-a076a7501375: pNF 19ed589f-5cbf 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Processing PNF resource: a585413a-b3f4-425d-8017-59dc8d06d9ac 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_jRou55GO3CQqHCs5VvQf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:09:24.096Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Resource customization UUID: a0a737d4-2e72-4ff8-b42b-b17a17062a65 is the same as notified resource customizationUUID: a0a737d4-2e72-4ff8-b42b-b17a17062a65 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-06T01:09:24.240Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 19ed589f-5cbf a585413a-b3f4-425d-8017-59dc8d06d9ac 0 ASDC deployResourceStructure 2023-05-06T01:09:24.241Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar ASDC sendASDCNotification 2023-05-06T01:09:24.242Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar 2023-05-06T01:09:24.242Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:09:24.243Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:09:24.243Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:09:24.243Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335364241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:25.244Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754b85d-03ae-4e9e-a993-f9264c9f055e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:09:25.276Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:09:25.285Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:09:25.285Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:09:25.285Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:09:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:09:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335249079, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "aai-model-loader", "timestamp": 1683335250082, "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-06T01:09:28.703Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b754b85d-03ae-4e9e-a993-f9264c9f055e 2023-05-06T01:09:28.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:09:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335243222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335252073, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335254076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335255082, "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-06T01:09:28.750Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b754b85d-03ae-4e9e-a993-f9264c9f055e 2023-05-06T01:09:28.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:09:28.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.789Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.790Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.791Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.791Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335249058, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335247246, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335275833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "ves-openapi-manager", "timestamp": 1683335269459, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335273222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335285220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.795Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335284422, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335285240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335284803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.797Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335286223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.797Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "cds-sdc-listener", "timestamp": 1683335285427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-06T01:09:28.835Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of adbeb94c-7581-4209-9252-0b9ef036c824 2023-05-06T01:09:28.835Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:09:28.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335286455, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "policy-distribution-id", "timestamp": 1683335287225, "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-06T01:09:28.874Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adbeb94c-7581-4209-9252-0b9ef036c824 2023-05-06T01:09:28.875Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:09:28.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.894Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335287622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335287080, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.895Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335288694, "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-06T01:09:28.908Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of adbeb94c-7581-4209-9252-0b9ef036c824 2023-05-06T01:09:28.908Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:09:28.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.927Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683335288085, "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-06T01:09:28.944Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of adbeb94c-7581-4209-9252-0b9ef036c824 2023-05-06T01:09:28.944Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:09:28.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "multicloud-k8s", "timestamp": 1683335289697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335286725, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:09:28.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335293888, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335299675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:09:28.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "aai-model-loader", "timestamp": 1683335300679, "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-06T01:09:28.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of adbeb94c-7581-4209-9252-0b9ef036c824 2023-05-06T01:09:28.980Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:09:55.285Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b754b85d-03ae-4e9e-a993-f9264c9f055e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:09:55.314Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:09:55.319Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:09:55.320Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-06T01:09:55.334Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:10:25.335Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b754b85d-03ae-4e9e-a993-f9264c9f055e 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-06T01:10:25.346Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b754b85d-03ae-4e9e-a993-f9264c9f055e and serviceModelVersionId: 0905a88e-4bbb-43f6-a88c-a076a7501375 2023-05-06T01:10:25.346Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 38951044-9867-4c4c-a8fa-b189d4ad4506 2023-05-06T01:10:25.347Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0 2023-05-06T01:10:25.355Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:10:25.423Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0|INFO|500||Invoke 2023-05-06T01:10:25.424Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b754b85d-03ae-4e9e-a993-f9264c9f055e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e3abade-865f-4841-8bd1-71aed14ba004], X-ECOMP-RequestID=[b754b85d-03ae-4e9e-a993-f9264c9f055e], X-TransactionId=[], X-ONAP-RequestID=[b754b85d-03ae-4e9e-a993-f9264c9f055e], Content-Type=[application/merge-patch+json]} 2023-05-06T01:10:25.433Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:10:25.610Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?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/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:10:25 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[173], vertex-id=[196696], x-aai-txid=[2-aai-resources-230506-01:10:25:443-60080], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:10:25.610Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:10:25.610Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/38951044-9867-4c4c-a8fa-b189d4ad4506/model-vers/model-ver/0905a88e-4bbb-43f6-a88c-a076a7501375?depth=0|INFO|500||InvokeReturn 2023-05-06T01:10:25.611Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:10:25.611Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T01:10:25.619Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-06T01:10:25.619Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b754b85d-03ae-4e9e-a993-f9264c9f055e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:10:25.619Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:10:25.620Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:25.620Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:25.620Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335425619, "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-06T01:10:26.656Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-05-06T01:10:26.656Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"adbeb94c-7581-4209-9252-0b9ef036c824","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"69309722-b8bb-48b5-b51d-7a7f9656d3e1","serviceDescription":"service","serviceInvariantUUID":"cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"315ee606-2b8a-4b58-bf39-feb6e6271b92","resourceInvariantUUID":"70cf7d67-b54f-46b2-969c-de67bf3d672f","resourceCustomizationUUID":"bf574a3b-ec09-44b6-b0d1-155ffbf5f066","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":"ZjNjOTAwYzNlOTQ5ZTUyNjg0NjVjODYzMGE3Y2I1MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6dd798e-4345-409f-a5cf-88eb3d8f4785","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":"OTVkOWRhYTIwY2Q1ZGY0OTFhNmYyNTFhNGYwMWUzYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5872c1c6-4c38-4416-a178-5780c9dacb07","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":"00f8e155-e801-4e01-9d58-93ee41344506","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":"f17afb94-80c1-4b88-8892-3d36686cefbd","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":"0dfb9085-31a6-446e-a169-0c1e9bbdb8c1","artifactVersion":"2","generatedFromUUID":"00f8e155-e801-4e01-9d58-93ee41344506"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2EzNmIzN2I3M2EwMDA3MTFlMDU5NGFlNWU4MWI0OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"09cdbb6d-5932-446e-8276-c6abe293a6e0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MmFjODllMDlkZGI1Njc5ZDI3ZTZkMWFiNThjYzAxNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bda2730a-d4fe-4177-8095-d16cd7166ded","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:10:26.657Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:26.657Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:26.657Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:26.657Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:27.658Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:27.658Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:27.659Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:27.659Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:28.659Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:28.660Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:28.660Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:28.661Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:10:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "9889492c-4782-4977-9182-8b19675b7dc4", "consumerID": "SO-sdc-controller", "timestamp": 1683335353015, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/resourceInstances/pnf19ed589f5cbf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:10:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:10:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335362250, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:10:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:10:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335364241, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJrou55go3cqqhcs5vvqf/1.0/artifacts/service-DemoPnfJrou55go3cqqhcs5vvqf-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:10:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:10:29.662Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:29.662Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:29.663Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:29.663Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:30.664Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:30.664Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:30.665Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:30.665Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:31.666Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:31.666Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:31.666Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:31.666Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "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-06T01:10:32.667Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:10:32.668Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:32.668Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:32.668Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:10:33.669Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "69309722-b8bb-48b5-b51d-7a7f9656d3e1", "serviceDescription": "service", "serviceInvariantUUID": "cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "bf574a3b-ec09-44b6-b0d1-155ffbf5f066", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "315ee606-2b8a-4b58-bf39-feb6e6271b92", "resourceInvariantUUID": "70cf7d67-b54f-46b2-969c-de67bf3d672f", "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": "OTVkOWRhYTIwY2Q1ZGY0OTFhNmYyNTFhNGYwMWUzYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5872c1c6-4c38-4416-a178-5780c9dacb07", "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": "00f8e155-e801-4e01-9d58-93ee41344506", "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": "0dfb9085-31a6-446e-a169-0c1e9bbdb8c1", "generatedFromUUID": "00f8e155-e801-4e01-9d58-93ee41344506" }, "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": "0dfb9085-31a6-446e-a169-0c1e9bbdb8c1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MmFjODllMDlkZGI1Njc5ZDI3ZTZkMWFiNThjYzAxNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bda2730a-d4fe-4177-8095-d16cd7166ded" } ], "workloadContext": "Production" } 2023-05-06T01:10:33.670Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:10:33.670Z|b754b85d-03ae-4e9e-a993-f9264c9f055e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69309722-b8bb-48b5-b51d-7a7f9656d3e1 ASDC 2023-05-06T01:10:33.671Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:adbeb94c-7581-4209-9252-0b9ef036c824 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:69309722-b8bb-48b5-b51d-7a7f9656d3e1 ServiceInvariantUUID:cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6 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:bda2730a-d4fe-4177-8095-d16cd7166ded ArtifactChecksum:MmFjODllMDlkZGI1Njc5ZDI3ZTZkMWFiNThjYzAxNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:bf574a3b-ec09-44b6-b0d1-155ffbf5f066 ResourceInvariantUUID:70cf7d67-b54f-46b2-969c-de67bf3d672f ResourceName:basic_vm ResourceType:VF ResourceUUID:315ee606-2b8a-4b58-bf39-feb6e6271b92 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:5872c1c6-4c38-4416-a178-5780c9dacb07 ArtifactChecksum:OTVkOWRhYTIwY2Q1ZGY0OTFhNmYyNTFhNGYwMWUzYzg= 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:00f8e155-e801-4e01-9d58-93ee41344506 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:0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 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:0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-06T01:10:33.671Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69309722-b8bb-48b5-b51d-7a7f9656d3e1 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-06T01:10:33.767Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:10:33.769Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:10:33.769Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:10:33.769Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bda2730a-d4fe-4177-8095-d16cd7166ded from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-06T01:10:33.769Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:10:33.769Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-05-06T01:10:33.879Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:10:33.881Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bda2730a-d4fe-4177-8095-d16cd7166ded 75155 2023-05-06T01:10:33.882Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:33.882Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:33.882Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:10:33.882Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:33.883Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:33.883Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335433882, "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-06T01:10:34.884Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:10:34.885Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-05-06T01:10:34.885Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bda2730a-d4fe-4177-8095-d16cd7166ded, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:34.885Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-05-06T01:10:34.886Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:34.886Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:34.975Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17302234551675605516/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-06T01:10:35.921Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:10:35.921Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:10:35.921Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:35.921Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-06T01:10:35.921Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-05-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-05-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.922Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:10:35.923Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:10:35.924Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:35.925Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-06T01:10:35.926Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=48a3bebd-e012-4f0c-98ed-fe9cfe19fa8f 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.927Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.928Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:35.928Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:35.928Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:69309722-b8bb-48b5-b51d-7a7f9656d3e1 Model Version:NULL Model InvariantUuid:cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:10169784-538b-4f89-b867-3c8abccdf3db Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:70cf7d67-b54f-46b2-969c-de67bf3d672f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bf574a3b-ec09-44b6-b0d1-155ffbf5f066 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a570cc59-af73-441f-96c4-814a3e5a6860 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:90947e39-ba5f-4660-897f-058820dc2ac0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:48a3bebd-e012-4f0c-98ed-fe9cfe19fa8f ModelInvariantUuid:c7c4cf7e-2476-4378-869a-a7280c86e3a7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:221773ba-5bad-408c-b6d1-ac13dd5b9a9b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cf6fd934-995f-4c78-9560-fc4bd538e045 ModelInvariantUuid:39100af8-7939-4724-9e0b-32c30bab630d ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0ba352f1-6efd-46bb-8e1e-7b1183a4dab6 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-06T01:10:35.952Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 315ee606-2b8a-4b58-bf39-feb6e6271b92 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-06T01:10:35.958Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||basic_vm 0 2023-05-06T01:10:35.958Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 315ee606-2b8a-4b58-bf39-feb6e6271b92 2023-05-06T01:10:35.958Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5872c1c6-4c38-4416-a178-5780c9dacb07 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-05-06T01:10:35.958Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:10:35.958Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:36.069Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:10:36.070Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 5872c1c6-4c38-4416-a178-5780c9dacb07 787 2023-05-06T01:10:36.070Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:36.070Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:36.070Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:10:36.071Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:36.071Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:36.071Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335436070, "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-06T01:10:37.072Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a570cc59-af73-441f-96c4-814a3e5a6860", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90947e39-ba5f-4660-897f-058820dc2ac0", "vfModuleModelCustomizationUUID": "59fba8b0-70bc-47cd-bcce-640d9fa7b42d", "isBase": true, "artifacts": [ "00f8e155-e801-4e01-9d58-93ee41344506", "0dfb9085-31a6-446e-a169-0c1e9bbdb8c1" ], "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-06T01:10:37.077Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90947e39-ba5f-4660-897f-058820dc2ac0 VfModuleModelInvariantUUID:a570cc59-af73-441f-96c4-814a3e5a6860 VfModuleModelDescription:NULL Artifacts UUID List:{ 00f8e155-e801-4e01-9d58-93ee41344506 , 0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 } 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-06T01:10:37.080Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "a570cc59-af73-441f-96c4-814a3e5a6860", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90947e39-ba5f-4660-897f-058820dc2ac0", "vfModuleModelCustomizationUUID": "59fba8b0-70bc-47cd-bcce-640d9fa7b42d", "isBase": true, "artifacts": [ "00f8e155-e801-4e01-9d58-93ee41344506", "0dfb9085-31a6-446e-a169-0c1e9bbdb8c1" ], "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-06T01:10:37.080Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90947e39-ba5f-4660-897f-058820dc2ac0 VfModuleModelInvariantUUID:a570cc59-af73-441f-96c4-814a3e5a6860 VfModuleModelDescription:NULL Artifacts UUID List:{ 00f8e155-e801-4e01-9d58-93ee41344506 , 0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 } 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-06T01:10:37.081Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 00f8e155-e801-4e01-9d58-93ee41344506 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-05-06T01:10:37.081Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:10:37.081Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:37.170Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:10:37.171Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 00f8e155-e801-4e01-9d58-93ee41344506 5033 2023-05-06T01:10:37.171Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:37.171Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:37.171Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:10:37.172Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:37.172Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:37.172Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335437171, "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-06T01:10:38.174Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-05-06T01:10:38.175Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-05-06T01:10:38.175Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:38.281Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-05-06T01:10:38.282Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 0dfb9085-31a6-446e-a169-0c1e9bbdb8c1 903 2023-05-06T01:10:38.282Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:38.283Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:38.283Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:10:38.283Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:38.283Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:38.283Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335438282, "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-06T01:10:39.284Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69309722-b8bb-48b5-b51d-7a7f9656d3e1 2023-05-06T01:10:39.285Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 315ee606-2b8a-4b58-bf39-feb6e6271b92 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-06T01:10:39.313Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f127d96, org.onap.sdc.toscaparser.api.parameters.Input@563beaf0, org.onap.sdc.toscaparser.api.parameters.Input@1388de7e, org.onap.sdc.toscaparser.api.parameters.Input@2b21d8b8, org.onap.sdc.toscaparser.api.parameters.Input@7703fe87] 2023-05-06T01:10:39.317Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.317Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.317Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-05-06T01:10:39.318Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bf574a3b-ec09-44b6-b0d1-155ffbf5f066 2023-05-06T01:10:39.318Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bf574a3b-ec09-44b6-b0d1-155ffbf5f066 matches Tosca VF Customization UUID: bf574a3b-ec09-44b6-b0d1-155ffbf5f066 2023-05-06T01:10:39.318Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bf574a3b-ec09-44b6-b0d1-155ffbf5f066 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-06T01:10:39.322Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.323Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.323Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bf574a3b-ec09-44b6-b0d1-155ffbf5f066: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-05-06T01:10:39.324Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e8945b8 2023-05-06T01:10:39.324Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.324Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:10:39.325Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59fba8b0-70bc-47cd-bcce-640d9fa7b42d 2023-05-06T01:10:39.325Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59fba8b0-70bc-47cd-bcce-640d9fa7b42d 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-06T01:10:39.329Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.329Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:39.329Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:39.329Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.330Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:39.330Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:39.330Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.331Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-05-06T01:10:39.331Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-06T01:10:39.331Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:10:39.331Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=48a3bebd-e012-4f0c-98ed-fe9cfe19fa8f 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-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-05-06T01:10:39.339Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bf574a3b-ec09-44b6-b0d1-155ffbf5f066 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-06T01:10:39.343Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.343Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69309722-b8bb-48b5-b51d-7a7f9656d3e1: basic_vm 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.344Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.345Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.345Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:10:39.345Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:10:39.345Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:39.548Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 315ee606-2b8a-4b58-bf39-feb6e6271b92 1 ASDC deployResourceStructure 2023-05-06T01:10:39.549Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:39.549Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:39.549Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:10:39.549Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:39.549Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:39.550Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335439549, "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-06T01:10:40.551Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:40.551Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:40.551Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:10:40.551Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:40.551Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:40.552Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335440551, "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-06T01:10:41.553Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:41.553Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:41.553Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:10:41.554Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:41.554Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:41.554Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335441553, "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-06T01:10:42.555Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:42.555Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||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-06T01:10:42.555Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:10:42.556Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:10:42.556Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:10:42.556Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335442555, "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-06T01:10:43.558Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: adbeb94c-7581-4209-9252-0b9ef036c824 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:10:43.586Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:10:43.592Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:10:43.593Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:10:43.593Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-05-06T01:10:43.607Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:11:13.608Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: adbeb94c-7581-4209-9252-0b9ef036c824 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-06T01:11:13.619Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: adbeb94c-7581-4209-9252-0b9ef036c824 and serviceModelVersionId: 69309722-b8bb-48b5-b51d-7a7f9656d3e1 2023-05-06T01:11:13.619Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6 2023-05-06T01:11:13.620Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0 2023-05-06T01:11:13.625Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:11:13.655Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0|INFO|500||Invoke 2023-05-06T01:11:13.656Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[adbeb94c-7581-4209-9252-0b9ef036c824], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e0f495f9-f42a-4ff6-bdaf-009039b8bb0d], X-ECOMP-RequestID=[adbeb94c-7581-4209-9252-0b9ef036c824], X-TransactionId=[], X-ONAP-RequestID=[adbeb94c-7581-4209-9252-0b9ef036c824], Content-Type=[application/merge-patch+json]} 2023-05-06T01:11:13.664Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:11:13.827Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?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/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:11:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[217152], x-aai-txid=[2-aai-resources-230506-01:11:13:675-82835], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:11:13.828Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:11:13.829Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/cb9b0f9c-12ee-4ce9-83b1-95ae8fb17af6/model-vers/model-ver/69309722-b8bb-48b5-b51d-7a7f9656d3e1?depth=0|INFO|500||InvokeReturn 2023-05-06T01:11:13.829Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:11:13.829Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-05-06T01:11:13.838Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-06T01:11:13.839Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID adbeb94c-7581-4209-9252-0b9ef036c824 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:11:13.839Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:11:13.839Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:11:13.840Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:11:13.840Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Trying to send status: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335473839, "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-06T01:11:14.875Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:11:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:11:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:11:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b754b85d-03ae-4e9e-a993-f9264c9f055e", "consumerID": "SO-sdc-controller", "timestamp": 1683335425619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:11:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:11:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:11:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:11:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:11:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:11:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:11:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:14.875Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:12:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:12:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:12:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335354039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335433882, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335436070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335437171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335438282, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335439549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335440551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-05-06T01:12:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335441553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335442555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:12:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "adbeb94c-7581-4209-9252-0b9ef036c824", "consumerID": "SO-sdc-controller", "timestamp": 1683335473839, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:12:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:13:14.877Z|adbeb94c-7581-4209-9252-0b9ef036c824|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:13:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:14:14.877Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:14:28.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:15:14.878Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:15:28.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:16:14.879Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:16:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:17:14.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:17:28.672Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:18:14.881Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:18:28.673Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:19:14.883Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:19:28.674Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:20:14.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:20:28.674Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:21:14.887Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:21:28.676Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:22:14.888Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:22:28.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:23:14.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:23:28.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:23:47.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-05-06T01:23:47.868Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"dd3a33ba-b000-43ba-8e7b-76da8a66206b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"a22da866-5230-4d3b-beba-300b86463a70","serviceDescription":"service","serviceInvariantUUID":"f16e0365-672a-4aaf-8908-adb26b902e31","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad8f7c1c-1e17-4844-89d2-f08cde41bc3e","resourceInvariantUUID":"ea1aea2c-1204-488f-87ea-e353fd0be223","resourceCustomizationUUID":"5e33c90b-9e70-41ed-8783-8c0a899aa4d5","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":"M2NiZjVhMDExNjJhYzUzODRiZjFlZjVjMDgwNWFmYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a858c298-f061-4392-8cfc-24ab73d3e3f7","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":"NjJiODEwMzQ0OGRiMzc5MTgyNzdjMGEyMTM0MzNjNjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b3a0512-099d-4e50-a173-8ad724e1a3ea","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":"485ece8f-6662-4454-acf0-577538160bb1","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":"09b602d9-b551-4f44-b5d2-af1de50b30af","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":"55024534-dbef-4f45-a69b-a0861d1e79e7","artifactVersion":"2","generatedFromUUID":"485ece8f-6662-4454-acf0-577538160bb1"},{"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":"YmUyOGUyN2RhODc2NzllZDViZDFiNTUyYTkyODY4YjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"32197332-3df5-49c0-8a89-610057cf0514","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":"MTJlMmYyMzA2NzVjOGUyNTA2NGQwYWJiOTg2MTU4NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"049fa370-1cc1-433c-8300-dc0e9f28139f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Yjg4M2NiN2JmOTc2YWQ5YTBjOTlhYmMzYjkxMmFhNjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef090250-83aa-43ba-b04d-70297c0144ff","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:23:47.871Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:47.871Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:47.872Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:47.872Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.882Z||kafka-producer-network-thread | SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-0d49bf02-afb4-4064-b703-087d5a57c9bd] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to hG1aT5e7TIOvo9b7Fv0GVQ 2023-05-06T01:23:47.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:23:47.907Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:23:47.908Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:23:48.884Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:48.885Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:48.885Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:48.885Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:49.886Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:49.886Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:49.886Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:49.886Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:50.887Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:50.887Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:50.888Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:50.888Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:51.891Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:51.892Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:51.892Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:51.892Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:52.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:52.894Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:52.894Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:52.894Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:53.894Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:53.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:53.895Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:53.895Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "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-06T01:23:54.896Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:23:54.897Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:54.897Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:54.897Z||pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:23:55.899Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "a22da866-5230-4d3b-beba-300b86463a70", "serviceDescription": "service", "serviceInvariantUUID": "f16e0365-672a-4aaf-8908-adb26b902e31", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5e33c90b-9e70-41ed-8783-8c0a899aa4d5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ad8f7c1c-1e17-4844-89d2-f08cde41bc3e", "resourceInvariantUUID": "ea1aea2c-1204-488f-87ea-e353fd0be223", "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": "NjJiODEwMzQ0OGRiMzc5MTgyNzdjMGEyMTM0MzNjNjA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b3a0512-099d-4e50-a173-8ad724e1a3ea", "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": "485ece8f-6662-4454-acf0-577538160bb1", "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": "55024534-dbef-4f45-a69b-a0861d1e79e7", "generatedFromUUID": "485ece8f-6662-4454-acf0-577538160bb1" }, "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": "55024534-dbef-4f45-a69b-a0861d1e79e7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Yjg4M2NiN2JmOTc2YWQ5YTBjOTlhYmMzYjkxMmFhNjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef090250-83aa-43ba-b04d-70297c0144ff" } ], "workloadContext": "Production" } 2023-05-06T01:23:55.899Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:23:55.899Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a22da866-5230-4d3b-beba-300b86463a70 ASDC 2023-05-06T01:23:55.901Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:dd3a33ba-b000-43ba-8e7b-76da8a66206b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:a22da866-5230-4d3b-beba-300b86463a70 ServiceInvariantUUID:f16e0365-672a-4aaf-8908-adb26b902e31 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:ef090250-83aa-43ba-b04d-70297c0144ff ArtifactChecksum:Yjg4M2NiN2JmOTc2YWQ5YTBjOTlhYmMzYjkxMmFhNjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5e33c90b-9e70-41ed-8783-8c0a899aa4d5 ResourceInvariantUUID:ea1aea2c-1204-488f-87ea-e353fd0be223 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ad8f7c1c-1e17-4844-89d2-f08cde41bc3e 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:2b3a0512-099d-4e50-a173-8ad724e1a3ea ArtifactChecksum:NjJiODEwMzQ0OGRiMzc5MTgyNzdjMGEyMTM0MzNjNjA= 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:485ece8f-6662-4454-acf0-577538160bb1 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:55024534-dbef-4f45-a69b-a0861d1e79e7 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:55024534-dbef-4f45-a69b-a0861d1e79e7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-06T01:23:55.901Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a22da866-5230-4d3b-beba-300b86463a70 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-06T01:23:55.986Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:23:55.986Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:23:55.986Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:23:55.987Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ef090250-83aa-43ba-b04d-70297c0144ff from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-06T01:23:55.987Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:23:55.987Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-05-06T01:23:56.419Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ef090250-83aa-43ba-b04d-70297c0144ff 82976 2023-05-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:56.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:56.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336236421, "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-06T01:23:57.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:23:57.424Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:23:57.424Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: ef090250-83aa-43ba-b04d-70297c0144ff, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-06T01:23:57.424Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-05-06T01:23:57.425Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-06T01:23:57.425Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-06T01:23:57.560Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18062674651530092775/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-06T01:23:58.419Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.420Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-05-06T01:23:58.421Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.422Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ceb9ffdd-55ca-4a72-9bee-5a02f42f3abc 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:23:58.423Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:a22da866-5230-4d3b-beba-300b86463a70 Model Version:NULL Model InvariantUuid:f16e0365-672a-4aaf-8908-adb26b902e31 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:3d8c7943-57bb-4a8f-9519-6f58429ef638 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ea1aea2c-1204-488f-87ea-e353fd0be223 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5e33c90b-9e70-41ed-8783-8c0a899aa4d5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2909dae2-3d11-471e-9e34-f2b4c3fe4536 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3af656e2-8594-41fd-abfc-3a5ba1daf7a2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ceb9ffdd-55ca-4a72-9bee-5a02f42f3abc ModelInvariantUuid:ab9f9a81-0bf9-416f-9177-ad9dad7cd818 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:fa168f0b-d6e5-4bd1-a0a8-06ab05008cb2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:831b1f08-d6ab-4ac9-9e62-c91fd258a2ed ModelInvariantUuid:b3cf9e6f-ab22-4935-b649-bf525d1a41d1 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:4609d5b6-897d-40c2-bf3b-2ef7c3863972 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-06T01:23:58.447Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ad8f7c1c-1e17-4844-89d2-f08cde41bc3e 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-06T01:23:58.455Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2023-05-06T01:23:58.455Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad8f7c1c-1e17-4844-89d2-f08cde41bc3e 2023-05-06T01:23:58.455Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2b3a0512-099d-4e50-a173-8ad724e1a3ea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-05-06T01:23:58.455Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:23:58.455Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.561Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:23:58.562Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2b3a0512-099d-4e50-a173-8ad724e1a3ea 792 2023-05-06T01:23:58.562Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.562Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:58.562Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:23:58.562Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:58.563Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:58.563Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336238562, "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-06T01:23:59.563Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2909dae2-3d11-471e-9e34-f2b4c3fe4536", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3af656e2-8594-41fd-abfc-3a5ba1daf7a2", "vfModuleModelCustomizationUUID": "356649b1-05c1-4275-89d6-03bc19c0d179", "isBase": true, "artifacts": [ "485ece8f-6662-4454-acf0-577538160bb1", "55024534-dbef-4f45-a69b-a0861d1e79e7" ], "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-06T01:23:59.568Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3af656e2-8594-41fd-abfc-3a5ba1daf7a2 VfModuleModelInvariantUUID:2909dae2-3d11-471e-9e34-f2b4c3fe4536 VfModuleModelDescription:NULL Artifacts UUID List:{ 485ece8f-6662-4454-acf0-577538160bb1 , 55024534-dbef-4f45-a69b-a0861d1e79e7 } 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-06T01:23:59.572Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2909dae2-3d11-471e-9e34-f2b4c3fe4536", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3af656e2-8594-41fd-abfc-3a5ba1daf7a2", "vfModuleModelCustomizationUUID": "356649b1-05c1-4275-89d6-03bc19c0d179", "isBase": true, "artifacts": [ "485ece8f-6662-4454-acf0-577538160bb1", "55024534-dbef-4f45-a69b-a0861d1e79e7" ], "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-06T01:23:59.572Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3af656e2-8594-41fd-abfc-3a5ba1daf7a2 VfModuleModelInvariantUUID:2909dae2-3d11-471e-9e34-f2b4c3fe4536 VfModuleModelDescription:NULL Artifacts UUID List:{ 485ece8f-6662-4454-acf0-577538160bb1 , 55024534-dbef-4f45-a69b-a0861d1e79e7 } 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-06T01:23:59.572Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 485ece8f-6662-4454-acf0-577538160bb1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-05-06T01:23:59.573Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:23:59.573Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:59.662Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:23:59.663Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 485ece8f-6662-4454-acf0-577538160bb1 5033 2023-05-06T01:23:59.663Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:59.663Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:23:59.664Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:23:59.665Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:23:59.665Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:23:59.665Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336239663, "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-06T01:24:00.666Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 55024534-dbef-4f45-a69b-a0861d1e79e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-05-06T01:24:00.666Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:24:00.667Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:00.768Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:24:00.768Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 55024534-dbef-4f45-a69b-a0861d1e79e7 903 2023-05-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:24:00.769Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336240769, "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-06T01:24:01.770Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a22da866-5230-4d3b-beba-300b86463a70 2023-05-06T01:24:01.770Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ad8f7c1c-1e17-4844-89d2-f08cde41bc3e 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-06T01:24:01.802Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59248219, org.onap.sdc.toscaparser.api.parameters.Input@565f537e, org.onap.sdc.toscaparser.api.parameters.Input@7767bef0, org.onap.sdc.toscaparser.api.parameters.Input@45b0a399, org.onap.sdc.toscaparser.api.parameters.Input@38f9d57c] 2023-05-06T01:24:01.804Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.805Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.805Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-05-06T01:24:01.805Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5e33c90b-9e70-41ed-8783-8c0a899aa4d5 2023-05-06T01:24:01.805Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5e33c90b-9e70-41ed-8783-8c0a899aa4d5 matches Tosca VF Customization UUID: 5e33c90b-9e70-41ed-8783-8c0a899aa4d5 2023-05-06T01:24:01.806Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5e33c90b-9e70-41ed-8783-8c0a899aa4d5 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-06T01:24:01.811Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.812Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.813Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5e33c90b-9e70-41ed-8783-8c0a899aa4d5: {\"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-06T01:24:01.813Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ea7d5d9 2023-05-06T01:24:01.813Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.813Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:24:01.814Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 356649b1-05c1-4275-89d6-03bc19c0d179 2023-05-06T01:24:01.814Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 356649b1-05c1-4275-89d6-03bc19c0d179 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-06T01:24:01.827Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.827Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:24:01.827Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:24:01.828Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.829Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:24:01.829Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:24:01.829Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.829Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-05-06T01:24:01.829Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-05-06T01:24:01.830Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-05-06T01:24:01.830Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ceb9ffdd-55ca-4a72-9bee-5a02f42f3abc 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-06T01:24:01.835Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.835Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:24:01.835Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:24:01.836Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.836Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-05-06T01:24:01.836Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5e33c90b-9e70-41ed-8783-8c0a899aa4d5 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-06T01:24:01.840Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.841Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.841Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a22da866-5230-4d3b-beba-300b86463a70: basic_vm_macro 2023-05-06T01:24:01.841Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.842Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:24:01.843Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:24:01.843Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:02.070Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ad8f7c1c-1e17-4844-89d2-f08cde41bc3e 1 ASDC deployResourceStructure 2023-05-06T01:24:02.071Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:02.071Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:02.073Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:24:02.082Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:24:02.082Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:24:02.082Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336242071, "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-06T01:24:03.084Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:03.084Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:03.085Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:24:03.085Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:24:03.086Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:24:03.086Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336243084, "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-06T01:24:04.088Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:04.088Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:04.089Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:24:04.089Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:24:04.089Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:24:04.089Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336244088, "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-06T01:24:05.091Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:05.092Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:24:05.092Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:24:05.092Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:24:05.092Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:24:05.092Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336245091, "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-06T01:24:06.094Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:24:06.128Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:24:06.134Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:24:06.135Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:24:06.135Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:24:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:24:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:24:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:24:28.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:24:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:24:36.136Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:24:36.162Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:24:36.167Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:24:36.168Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:24:36.168Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:25:06.168Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:25:06.197Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:06.201Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:25:06.201Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-05-06T01:25:06.201Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-05-06T01:25:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:25:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.679Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.680Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.681Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.684Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.685Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.686Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.687Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.688Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.689Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.690Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.690Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336218250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "ves-openapi-manager", "timestamp": 1683336226601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336186444, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336194889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336220727, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336216725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.692Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336237032, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336237098, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336236272, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.694Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336236421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336236274, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336238101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336238162, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.697Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.697Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.697Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "policy-distribution-id", "timestamp": 1683336239102, "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-06T01:25:28.724Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd3a33ba-b000-43ba-8e7b-76da8a66206b 2023-05-06T01:25:28.725Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:28.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336239254, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336238562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "cds-sdc-listener", "timestamp": 1683336238826, "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=? 2023-05-06T01:25:28.772Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd3a33ba-b000-43ba-8e7b-76da8a66206b 2023-05-06T01:25:28.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:28.791Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.792Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336240305, "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-06T01:25:28.804Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd3a33ba-b000-43ba-8e7b-76da8a66206b 2023-05-06T01:25:28.805Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:28.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.824Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336239663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "multicloud-k8s", "timestamp": 1683336241309, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336240769, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.827Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.828Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336242071, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336242075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.829Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336242064, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.830Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336243084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.831Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "aai-model-loader", "timestamp": 1683336243077, "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-06T01:25:28.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd3a33ba-b000-43ba-8e7b-76da8a66206b 2023-05-06T01:25:28.850Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:28.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.871Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336244088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336244263, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336245091, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.873Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336245267, "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-06T01:25:28.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd3a33ba-b000-43ba-8e7b-76da8a66206b 2023-05-06T01:25:28.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:28.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.908Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.909Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.910Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-05-06T01:25:28.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.911Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.913Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336240104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.914Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336239827, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336250366, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.915Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336249970, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.916Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336242312, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336251368, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.917Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.918Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "cds-sdc-listener", "timestamp": 1683336251376, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:25:28.956Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cb69e60-6af6-4743-abac-19a69819444e 2023-05-06T01:25:28.956Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:25:28.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:28.980Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "policy-distribution-id", "timestamp": 1683336252370, "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-06T01:25:28.994Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cb69e60-6af6-4743-abac-19a69819444e 2023-05-06T01:25:28.994Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:25:29.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336252452, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.018Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336253563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.019Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.020Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336254679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "ves-openapi-manager", "timestamp": 1683336246551, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.021Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336255793, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336233222, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336246725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:29.023Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.023Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.023Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336256942, "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-06T01:25:29.038Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cb69e60-6af6-4743-abac-19a69819444e 2023-05-06T01:25:29.039Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:25:29.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.061Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336256466, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336256892, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "multicloud-k8s", "timestamp": 1683336257945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.062Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.064Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336258704, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:29.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.066Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336259709, "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-06T01:25:29.082Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cb69e60-6af6-4743-abac-19a69819444e 2023-05-06T01:25:29.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:25:29.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.110Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.111Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336263335, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.113Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "aai-model-loader", "timestamp": 1683336264339, "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-06T01:25:29.127Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cb69e60-6af6-4743-abac-19a69819444e 2023-05-06T01:25:29.128Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.149Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.150Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336253371, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "multicloud-k8s", "timestamp": 1683336258948, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336252382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.151Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336268747, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336267918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:25:29.152Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:25:36.201Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:25:36.232Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:25:36.238Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:25:36.238Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:25:36.239Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:25:36.240Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:25:36.252Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:26:06.253Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b 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-06T01:26:06.270Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd3a33ba-b000-43ba-8e7b-76da8a66206b and serviceModelVersionId: a22da866-5230-4d3b-beba-300b86463a70 2023-05-06T01:26:06.270Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f16e0365-672a-4aaf-8908-adb26b902e31 2023-05-06T01:26:06.271Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0 2023-05-06T01:26:06.276Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:26:06.314Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0|INFO|500||Invoke 2023-05-06T01:26:06.315Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd3a33ba-b000-43ba-8e7b-76da8a66206b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a223b07-3cba-4c53-92a3-2d21a9d47538], X-ECOMP-RequestID=[dd3a33ba-b000-43ba-8e7b-76da8a66206b], X-TransactionId=[], X-ONAP-RequestID=[dd3a33ba-b000-43ba-8e7b-76da8a66206b], Content-Type=[application/merge-patch+json]} 2023-05-06T01:26:06.324Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:26:06.587Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?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/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:26:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[259], vertex-id=[217232], x-aai-txid=[1-aai-resources-230506-01:26:06:333-94993], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:26:06.587Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:26:06.588Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/f16e0365-672a-4aaf-8908-adb26b902e31/model-vers/model-ver/a22da866-5230-4d3b-beba-300b86463a70?depth=0|INFO|500||InvokeReturn 2023-05-06T01:26:06.589Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:26:06.589Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:26:06.599Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||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-06T01:26:06.599Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd3a33ba-b000-43ba-8e7b-76da8a66206b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:26:06.599Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:26:06.600Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:06.600Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:06.600Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336366599, "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-06T01:26:07.634Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:26:07.636Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-05-06T01:26:07.636Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"1cb69e60-6af6-4743-abac-19a69819444e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7311bc28-02bf-4df2-a18e-fe6a5bcdc729","serviceDescription":"service","serviceInvariantUUID":"8d3e070c-77b7-4bcd-acd2-42609d144cf5","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b65645c0-be37-4083-86ee-a1f77027c0e8","resourceInvariantUUID":"b512581f-e2b6-4f20-91c6-a3f1aa1fe60b","resourceCustomizationUUID":"b70e3633-e0f0-48d9-8cd9-1b7c946892b5","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":"M2NkMzc5MDM4M2Q2ZDE1YTM3ZDY1MDgyNGY2ODlkNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd6fe1ee-8151-49db-9055-543e9c242382","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":"YzFmYmU1MGU1ZDc1MDVkMDYwY2IwNWY0YTMyZjYyMzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33c3b084-51d3-46d4-bd42-af816a6ee948","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":"8f54d02b-0c77-46b4-b7d3-69bf00f4972d","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":"1b3b5fb8-5bad-4d38-98e4-98350b305879","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":"e58b4950-c02a-40e1-8cb8-ad3795efebdd","artifactVersion":"2","generatedFromUUID":"44ec9c52-0bac-4766-87a7-9d0d7324526b"},{"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":"1f743527-9873-40b7-bcaf-739f7ee77f24","artifactVersion":"2","generatedFromUUID":"8f54d02b-0c77-46b4-b7d3-69bf00f4972d"},{"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":"44ec9c52-0bac-4766-87a7-9d0d7324526b","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":"52df2243-752b-4f28-8d45-70e11d49791e","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":"MWE3YWJlMWRjMTA1NjBmMDJmNjZhY2NiZGQ0NDM5NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f958298c-5ea9-4db7-a724-00e3ab85df17","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NGI4NmI1YmFkNTBlMThkYzRmYTdiMTBiNDNlYzhkZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:26:07.638Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:07.638Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:07.639Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:07.639Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:08.640Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:08.641Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:08.641Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:08.641Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:09.642Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:09.642Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:09.642Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:09.643Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:10.643Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:10.644Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:10.644Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:10.644Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:11.646Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:11.646Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:11.647Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:11.647Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:12.648Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:12.648Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:12.649Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:12.649Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:13.651Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:13.652Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:13.652Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:13.652Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:14.653Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:14.653Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:14.653Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:14.654Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:15.654Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:15.655Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:15.655Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:15.655Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "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-06T01:26:16.656Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:26:16.656Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:16.656Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:16.656Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:26:17.658Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "7311bc28-02bf-4df2-a18e-fe6a5bcdc729", "serviceDescription": "service", "serviceInvariantUUID": "8d3e070c-77b7-4bcd-acd2-42609d144cf5", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b70e3633-e0f0-48d9-8cd9-1b7c946892b5", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b65645c0-be37-4083-86ee-a1f77027c0e8", "resourceInvariantUUID": "b512581f-e2b6-4f20-91c6-a3f1aa1fe60b", "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": "YzFmYmU1MGU1ZDc1MDVkMDYwY2IwNWY0YTMyZjYyMzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33c3b084-51d3-46d4-bd42-af816a6ee948", "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": "8f54d02b-0c77-46b4-b7d3-69bf00f4972d", "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": "1f743527-9873-40b7-bcaf-739f7ee77f24", "generatedFromUUID": "8f54d02b-0c77-46b4-b7d3-69bf00f4972d" }, "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": "e58b4950-c02a-40e1-8cb8-ad3795efebdd", "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": "1f743527-9873-40b7-bcaf-739f7ee77f24", "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": "44ec9c52-0bac-4766-87a7-9d0d7324526b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NGI4NmI1YmFkNTBlMThkYzRmYTdiMTBiNDNlYzhkZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47" } ], "workloadContext": "Production" } 2023-05-06T01:26:17.659Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:26:17.659Z|dd3a33ba-b000-43ba-8e7b-76da8a66206b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7311bc28-02bf-4df2-a18e-fe6a5bcdc729 ASDC 2023-05-06T01:26:17.660Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:1cb69e60-6af6-4743-abac-19a69819444e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:7311bc28-02bf-4df2-a18e-fe6a5bcdc729 ServiceInvariantUUID:8d3e070c-77b7-4bcd-acd2-42609d144cf5 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:5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47 ArtifactChecksum:NGI4NmI1YmFkNTBlMThkYzRmYTdiMTBiNDNlYzhkZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b70e3633-e0f0-48d9-8cd9-1b7c946892b5 ResourceInvariantUUID:b512581f-e2b6-4f20-91c6-a3f1aa1fe60b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:b65645c0-be37-4083-86ee-a1f77027c0e8 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:33c3b084-51d3-46d4-bd42-af816a6ee948 ArtifactChecksum:YzFmYmU1MGU1ZDc1MDVkMDYwY2IwNWY0YTMyZjYyMzY= 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:8f54d02b-0c77-46b4-b7d3-69bf00f4972d 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:1f743527-9873-40b7-bcaf-739f7ee77f24 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:e58b4950-c02a-40e1-8cb8-ad3795efebdd 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:1f743527-9873-40b7-bcaf-739f7ee77f24 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:44ec9c52-0bac-4766-87a7-9d0d7324526b ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-05-06T01:26:17.660Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7311bc28-02bf-4df2-a18e-fe6a5bcdc729 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-06T01:26:17.740Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:26:17.741Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:26:17.741Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:26:17.741Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:17.741Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:17.742Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:17.860Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:17.866Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47 163261 2023-05-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:17.867Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336377867, "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-06T01:26:18.868Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:26:18.869Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:26:18.869Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5ca2dff5-35a9-48b0-aacf-4a74bcd1ad47, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:18.869Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-05-06T01:26:18.870Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:18.870Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:18.990Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8935658633014024205/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:26:19.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:19.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c143a34b-f7c2-4467-bc0c-bbd6a40d8cf4 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.893Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:19.893Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:19.893Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:7311bc28-02bf-4df2-a18e-fe6a5bcdc729 Model Version:NULL Model InvariantUuid:8d3e070c-77b7-4bcd-acd2-42609d144cf5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:8bc0745f-755a-487b-b7eb-004503a60162 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:b512581f-e2b6-4f20-91c6-a3f1aa1fe60b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b70e3633-e0f0-48d9-8cd9-1b7c946892b5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:71d6aad9-020a-4407-8dd0-89cedde6a592 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ca62e923-5bb1-4118-8c58-5cd6449fa075 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:55d27a01-7b57-41d7-9419-ce7e9fa09e23 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0938475c-326e-493f-883b-6692d24d8f30 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c143a34b-f7c2-4467-bc0c-bbd6a40d8cf4 ModelInvariantUuid:21ea01e2-2fdd-430a-b950-4732469ccb25 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:102c1283-c667-4ad1-b506-719fa6d6d130 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:f5a1c4ca-011a-4662-bc4c-d6a37cdf62ec ModelInvariantUuid:a1fb1aff-78ca-4e30-832a-465b794f6ec1 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b55739ec-1b7b-44ea-8ba3-99a0b86c4e36 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-06T01:26:20.165Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b65645c0-be37-4083-86ee-a1f77027c0e8 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-06T01:26:20.170Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2023-05-06T01:26:20.171Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b65645c0-be37-4083-86ee-a1f77027c0e8 2023-05-06T01:26:20.171Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 33c3b084-51d3-46d4-bd42-af816a6ee948 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-05-06T01:26:20.171Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:20.171Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:20.273Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:20.274Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 33c3b084-51d3-46d4-bd42-af816a6ee948 1565 2023-05-06T01:26:20.275Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:20.275Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:20.275Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:20.275Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:20.276Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:20.276Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336380275, "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-06T01:26:21.277Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "55d27a01-7b57-41d7-9419-ce7e9fa09e23", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0938475c-326e-493f-883b-6692d24d8f30", "vfModuleModelCustomizationUUID": "b21caf93-b401-43fa-8d62-e6156d337e12", "isBase": true, "artifacts": [ "8f54d02b-0c77-46b4-b7d3-69bf00f4972d", "1f743527-9873-40b7-bcaf-739f7ee77f24" ], "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": "71d6aad9-020a-4407-8dd0-89cedde6a592", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca62e923-5bb1-4118-8c58-5cd6449fa075", "vfModuleModelCustomizationUUID": "4ad54d8b-0ffc-470d-a38a-705283ae7390", "isBase": false, "artifacts": [ "44ec9c52-0bac-4766-87a7-9d0d7324526b" ], "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-06T01:26:21.281Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0938475c-326e-493f-883b-6692d24d8f30 VfModuleModelInvariantUUID:55d27a01-7b57-41d7-9419-ce7e9fa09e23 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f54d02b-0c77-46b4-b7d3-69bf00f4972d , 1f743527-9873-40b7-bcaf-739f7ee77f24 } 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:ca62e923-5bb1-4118-8c58-5cd6449fa075 VfModuleModelInvariantUUID:71d6aad9-020a-4407-8dd0-89cedde6a592 VfModuleModelDescription:NULL Artifacts UUID List:{ 44ec9c52-0bac-4766-87a7-9d0d7324526b } 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-06T01:26:21.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "55d27a01-7b57-41d7-9419-ce7e9fa09e23", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0938475c-326e-493f-883b-6692d24d8f30", "vfModuleModelCustomizationUUID": "b21caf93-b401-43fa-8d62-e6156d337e12", "isBase": true, "artifacts": [ "8f54d02b-0c77-46b4-b7d3-69bf00f4972d", "1f743527-9873-40b7-bcaf-739f7ee77f24" ], "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": "71d6aad9-020a-4407-8dd0-89cedde6a592", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ca62e923-5bb1-4118-8c58-5cd6449fa075", "vfModuleModelCustomizationUUID": "4ad54d8b-0ffc-470d-a38a-705283ae7390", "isBase": false, "artifacts": [ "44ec9c52-0bac-4766-87a7-9d0d7324526b" ], "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-06T01:26:21.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0938475c-326e-493f-883b-6692d24d8f30 VfModuleModelInvariantUUID:55d27a01-7b57-41d7-9419-ce7e9fa09e23 VfModuleModelDescription:NULL Artifacts UUID List:{ 8f54d02b-0c77-46b4-b7d3-69bf00f4972d , 1f743527-9873-40b7-bcaf-739f7ee77f24 } 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:ca62e923-5bb1-4118-8c58-5cd6449fa075 VfModuleModelInvariantUUID:71d6aad9-020a-4407-8dd0-89cedde6a592 VfModuleModelDescription:NULL Artifacts UUID List:{ 44ec9c52-0bac-4766-87a7-9d0d7324526b } 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-06T01:26:21.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 8f54d02b-0c77-46b4-b7d3-69bf00f4972d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-05-06T01:26:21.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:21.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:21.388Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 8f54d02b-0c77-46b4-b7d3-69bf00f4972d 914 2023-05-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:21.389Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336381389, "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-06T01:26:22.390Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e58b4950-c02a-40e1-8cb8-ad3795efebdd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-05-06T01:26:22.390Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:22.390Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:22.497Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:22.498Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e58b4950-c02a-40e1-8cb8-ad3795efebdd 12 2023-05-06T01:26:22.499Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:22.499Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:22.499Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:22.499Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:22.499Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:22.500Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336382499, "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-06T01:26:23.500Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1f743527-9873-40b7-bcaf-739f7ee77f24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-05-06T01:26:23.501Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:23.501Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:23.609Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:23.609Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 1f743527-9873-40b7-bcaf-739f7ee77f24 96 2023-05-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:23.610Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336383610, "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-06T01:26:24.611Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 44ec9c52-0bac-4766-87a7-9d0d7324526b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-05-06T01:26:24.612Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:26:24.612Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:24.731Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:26:24.732Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 44ec9c52-0bac-4766-87a7-9d0d7324526b 20206 2023-05-06T01:26:24.732Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:24.732Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:24.733Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:26:24.733Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:24.733Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:24.733Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336384732, "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-06T01:26:25.740Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 7311bc28-02bf-4df2-a18e-fe6a5bcdc729 2023-05-06T01:26:25.741Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b65645c0-be37-4083-86ee-a1f77027c0e8 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-06T01:26:25.758Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77fea7e9, org.onap.sdc.toscaparser.api.parameters.Input@7df39692, org.onap.sdc.toscaparser.api.parameters.Input@18a6b8b, org.onap.sdc.toscaparser.api.parameters.Input@312adcc4, org.onap.sdc.toscaparser.api.parameters.Input@3369f4e7] 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b70e3633-e0f0-48d9-8cd9-1b7c946892b5 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b70e3633-e0f0-48d9-8cd9-1b7c946892b5 matches Tosca VF Customization UUID: b70e3633-e0f0-48d9-8cd9-1b7c946892b5 2023-05-06T01:26:25.761Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b70e3633-e0f0-48d9-8cd9-1b7c946892b5 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-06T01:26:25.767Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.767Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.769Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b70e3633-e0f0-48d9-8cd9-1b7c946892b5: {\"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-06T01:26:25.769Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67e06cde 2023-05-06T01:26:25.769Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.769Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-05-06T01:26:25.770Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4ad54d8b-0ffc-470d-a38a-705283ae7390 2023-05-06T01:26:25.770Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4ad54d8b-0ffc-470d-a38a-705283ae7390 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-06T01:26:25.774Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.775Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:25.775Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:25.775Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.775Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:25.776Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-05-06T01:26:25.776Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.776Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-05-06T01:26:25.776Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b70e3633-e0f0-48d9-8cd9-1b7c946892b5 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-06T01:26:25.781Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 7311bc28-02bf-4df2-a18e-fe6a5bcdc729: basic_cnf_macro 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.782Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:26:25.783Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:25.877Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b65645c0-be37-4083-86ee-a1f77027c0e8 2 ASDC deployResourceStructure 2023-05-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:25.878Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336385878, "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-06T01:26:26.879Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:26.880Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:26.880Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:26:26.880Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:26.880Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:26.880Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336386879, "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-06T01:26:27.888Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:27.888Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:27.888Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-05-06T01:26:27.889Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:27.889Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:27.889Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336387881, "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-06T01:26:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:26:28.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.670Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.670Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336269750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "cds-sdc-listener", "timestamp": 1683336269299, "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-06T01:26:28.712Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0def11aa-6f12-4ec1-8cc5-249962ef8d30 2023-05-06T01:26:28.713Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:26:28.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.744Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "policy-distribution-id", "timestamp": 1683336270752, "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-06T01:26:28.758Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0def11aa-6f12-4ec1-8cc5-249962ef8d30 2023-05-06T01:26:28.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:26:28.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336263222, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336273041, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336266551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336275680, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336274896, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336276718, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-05-06T01:26:28.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1683336275900, "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-06T01:26:28.802Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0def11aa-6f12-4ec1-8cc5-249962ef8d30 2023-05-06T01:26:28.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:26:28.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.824Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.825Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "ves-openapi-manager", "timestamp": 1683336277719, "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-06T01:26:28.839Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0def11aa-6f12-4ec1-8cc5-249962ef8d30 2023-05-06T01:26:28.840Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:26:28.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.866Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.867Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:26:28.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336276725, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336285897, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336289587, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:26:28.870Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:26:28.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:26:28.870Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "aai-model-loader", "timestamp": 1683336290590, "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-06T01:26:28.884Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0def11aa-6f12-4ec1-8cc5-249962ef8d30 2023-05-06T01:26:28.885Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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=? 2023-05-06T01:26:28.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:28.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:28.890Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:26:28.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:28.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:28.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336388890, "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 Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-05-06T01:26:29.891Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:29.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:29.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-05-06T01:26:29.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:29.892Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:29.893Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336389891, "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-06T01:26:30.893Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:30.894Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:30.894Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:26:30.895Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:26:30.896Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:26:30.896Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336390893, "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-06T01:26:31.897Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cb69e60-6af6-4743-abac-19a69819444e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:26:31.931Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:26:31.938Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:26:31.938Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:26:31.938Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:26:31.938Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:26:31.938Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:26:31.939Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:26:31.939Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:26:31.939Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:26:31.939Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:26:31.939Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:26:31.958Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:27:01.958Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cb69e60-6af6-4743-abac-19a69819444e 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-06T01:27:01.974Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cb69e60-6af6-4743-abac-19a69819444e and serviceModelVersionId: 7311bc28-02bf-4df2-a18e-fe6a5bcdc729 2023-05-06T01:27:01.974Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8d3e070c-77b7-4bcd-acd2-42609d144cf5 2023-05-06T01:27:01.975Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0 2023-05-06T01:27:01.982Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:27:02.043Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0|INFO|500||Invoke 2023-05-06T01:27:02.044Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cb69e60-6af6-4743-abac-19a69819444e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[86c0ffe0-ba46-43d5-ac93-84d3884f849f], X-ECOMP-RequestID=[1cb69e60-6af6-4743-abac-19a69819444e], X-TransactionId=[], X-ONAP-RequestID=[1cb69e60-6af6-4743-abac-19a69819444e], Content-Type=[application/merge-patch+json]} 2023-05-06T01:27:02.053Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:27:02.225Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?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/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:27:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[205024], x-aai-txid=[1-aai-resources-230506-01:27:02:063-85845], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:27:02.226Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:27:02.226Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8d3e070c-77b7-4bcd-acd2-42609d144cf5/model-vers/model-ver/7311bc28-02bf-4df2-a18e-fe6a5bcdc729?depth=0|INFO|500||InvokeReturn 2023-05-06T01:27:02.227Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:27:02.227Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:27:02.239Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||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-06T01:27:02.239Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cb69e60-6af6-4743-abac-19a69819444e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:27:02.239Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:27:02.240Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:02.240Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:02.240Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336422239, "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-06T01:27:03.274Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:27:03.277Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||received message from topic 2023-05-06T01:27:03.277Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"0def11aa-6f12-4ec1-8cc5-249962ef8d30","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c48bb07e-ddb7-4b62-a89f-7aecb7552306","serviceDescription":"service","serviceInvariantUUID":"e46425f9-0899-4505-89f6-5bd2a242056f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5d197acf-5ca6-4247-9570-0f986d26b9fb","resourceInvariantUUID":"23a151f7-db28-43b7-9833-34519f24b295","resourceCustomizationUUID":"2b15a760-9712-4c03-9e69-9700a110725c","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":"NzQ5ZjRhM2Q3NmM2ZTFkYmRlYThmMDI0ZmYwNjcwM2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5735f594-b1af-4986-b01c-870e9bcec413","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":"35cdac50-c1b3-49cc-a1dd-a57261db5c6e","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":"c5cb8ae6-3160-4298-b3fa-1af7204a85dd","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":"ODA3MTkyZDdjM2RlOTE2NmQ4MGM0MWI3NGQwZGJmMTQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd46718f-4838-4fb9-8cd0-511db60f7cae","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":"6313f155-fe48-4ff0-a10b-acd91445586d","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":"1b5f257f-3e8a-4bdd-98ec-4aa159a02139","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":"e44b2805-7259-4584-9e99-c18fa9ab7a77","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":"NDU4NGJhYjMwMmM3NTJhZjY5NTExZWZkNTZjZTQ4MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6f376a85-5959-4e42-97ea-c79d701480ea","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MmY4MWUzMjBlZTdjOTRiNGE3NWM0NThlOTc0MTM5OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"783fe173-507d-4393-ac15-cccc41a9d327","artifactVersion":"1"}],"workloadContext":"Production"} 2023-05-06T01:27:03.282Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:03.282Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:03.282Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:03.282Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:04.283Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:04.283Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:04.283Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:04.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:05.284Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:05.285Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:05.285Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:05.285Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:06.286Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:06.287Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:06.287Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:06.287Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:07.287Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:07.288Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:07.288Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:07.288Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:08.289Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:08.290Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:08.290Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:08.290Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:09.291Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:09.291Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:09.291Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:09.291Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:10.292Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:10.292Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:10.293Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:10.293Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "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-06T01:27:11.293Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2023-05-06T01:27:11.294Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:11.294Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:11.294Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:27:12.296Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c48bb07e-ddb7-4b62-a89f-7aecb7552306", "serviceDescription": "service", "serviceInvariantUUID": "e46425f9-0899-4505-89f6-5bd2a242056f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2b15a760-9712-4c03-9e69-9700a110725c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "5d197acf-5ca6-4247-9570-0f986d26b9fb", "resourceInvariantUUID": "23a151f7-db28-43b7-9833-34519f24b295", "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": "MmY4MWUzMjBlZTdjOTRiNGE3NWM0NThlOTc0MTM5OTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "783fe173-507d-4393-ac15-cccc41a9d327" } ], "workloadContext": "Production" } 2023-05-06T01:27:12.296Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-05-06T01:27:12.296Z|1cb69e60-6af6-4743-abac-19a69819444e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c48bb07e-ddb7-4b62-a89f-7aecb7552306 ASDC 2023-05-06T01:27:12.297Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0def11aa-6f12-4ec1-8cc5-249962ef8d30 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c48bb07e-ddb7-4b62-a89f-7aecb7552306 ServiceInvariantUUID:e46425f9-0899-4505-89f6-5bd2a242056f 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:783fe173-507d-4393-ac15-cccc41a9d327 ArtifactChecksum:MmY4MWUzMjBlZTdjOTRiNGE3NWM0NThlOTc0MTM5OTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2b15a760-9712-4c03-9e69-9700a110725c ResourceInvariantUUID:23a151f7-db28-43b7-9833-34519f24b295 ResourceName:test-pnf ResourceType:PNF ResourceUUID:5d197acf-5ca6-4247-9570-0f986d26b9fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-05-06T01:27:12.297Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c48bb07e-ddb7-4b62-a89f-7aecb7552306 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-06T01:27:12.639Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:27:12.639Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:27:12.639Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:27:12.639Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 783fe173-507d-4393-ac15-cccc41a9d327 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-06T01:27:12.640Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - download 2023-05-06T01:27:12.640Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-05-06T01:27:12.763Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2023-05-06T01:27:12.767Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 783fe173-507d-4393-ac15-cccc41a9d327 111071 2023-05-06T01:27:12.768Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:12.768Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:12.768Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2023-05-06T01:27:12.768Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:12.768Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:12.769Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336432768, "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-06T01:27:13.769Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-05-06T01:27:13.770Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2023-05-06T01:27:13.770Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 783fe173-507d-4393-ac15-cccc41a9d327, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-06T01:27:13.771Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-05-06T01:27:13.771Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-06T01:27:13.771Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-06T01:27:13.880Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6186676253363242221/Definitions/service-TestPnfMacro-template.yml 2023-05-06T01:27:14.402Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||WARN|500||#################################################################################################### 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.403Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:14.404Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c48bb07e-ddb7-4b62-a89f-7aecb7552306 Model Version:NULL Model InvariantUuid:e46425f9-0899-4505-89f6-5bd2a242056f 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-06T01:27:15.006Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5d197acf-5ca6-4247-9570-0f986d26b9fb 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-06T01:27:15.011Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||test-pnf 0 2023-05-06T01:27:15.011Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5d197acf-5ca6-4247-9570-0f986d26b9fb 2023-05-06T01:27:15.011Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||No resources found for Service: c48bb07e-ddb7-4b62-a89f-7aecb7552306 2023-05-06T01:27:15.011Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c48bb07e-ddb7-4b62-a89f-7aecb7552306 2023-05-06T01:27:15.011Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 5d197acf-5ca6-4247-9570-0f986d26b9fb 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-06T01:27:15.022Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aa136b7, org.onap.sdc.toscaparser.api.parameters.Input@6db779e9, org.onap.sdc.toscaparser.api.parameters.Input@77a6e851, org.onap.sdc.toscaparser.api.parameters.Input@29b6c74a, org.onap.sdc.toscaparser.api.parameters.Input@2aa14845] 2023-05-06T01:27:15.022Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c48bb07e-ddb7-4b62-a89f-7aecb7552306: test-pnf 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Processing PNF resource: 5d197acf-5ca6-4247-9570-0f986d26b9fb 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-05-06T01:27:15.023Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2b15a760-9712-4c03-9e69-9700a110725c is the same as notified resource customizationUUID: 2b15a760-9712-4c03-9e69-9700a110725c 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-06T01:27:15.108Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 5d197acf-5ca6-4247-9570-0f986d26b9fb 0 ASDC deployResourceStructure 2023-05-06T01:27:15.108Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:15.108Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:15.108Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-05-06T01:27:15.109Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:15.109Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:15.109Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336435108, "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-06T01:27:16.110Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0def11aa-6f12-4ec1-8cc5-249962ef8d30 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-06T01:27:16.137Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:27:16.143Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-05-06T01:27:16.143Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.144Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.145Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-05-06T01:27:16.145Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:16.162Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-05-06T01:27:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:27:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "dd3a33ba-b000-43ba-8e7b-76da8a66206b", "consumerID": "SO-sdc-controller", "timestamp": 1683336366599, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:27:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:27:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:27:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:27:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336367634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336377867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336380275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336381389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.676Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336382499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336383610, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336384732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.677Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336385878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336386879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:27:28.678Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336387881, "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-06T01:27:28.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:27:46.162Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0def11aa-6f12-4ec1-8cc5-249962ef8d30 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-06T01:27:46.176Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0def11aa-6f12-4ec1-8cc5-249962ef8d30 and serviceModelVersionId: c48bb07e-ddb7-4b62-a89f-7aecb7552306 2023-05-06T01:27:46.176Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e46425f9-0899-4505-89f6-5bd2a242056f 2023-05-06T01:27:46.177Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?depth=0 2023-05-06T01:27:46.182Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2023-05-06T01:27:46.232Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?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-06T01:27:46.234Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?depth=0|INFO|500||Invoke 2023-05-06T01:27:46.243Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-05-06T01:27:46.411Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?depth=0|INFO|500||InvokeReturn 2023-05-06T01:27:46.412Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/e46425f9-0899-4505-89f6-5bd2a242056f/model-vers/model-ver/c48bb07e-ddb7-4b62-a89f-7aecb7552306?depth=0 has http status code:200 and response headers:{date=[Sat, 06 May 2023 01:27:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[233616], x-aai-txid=[2-aai-resources-230506-01:27:46:251-30136], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-05-06T01:27:46.412Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2023-05-06T01:27:46.412Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-05-06T01:27:46.412Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||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-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0def11aa-6f12-4ec1-8cc5-249962ef8d30 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-05-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-05-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2023-05-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-05-06T01:27:46.422Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Trying to send status: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336466422, "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-06T01:27:47.453Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:28:28.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336388890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336389891, "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-06T01:28:28.671Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.671Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336390893, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "1cb69e60-6af6-4743-abac-19a69819444e", "consumerID": "SO-sdc-controller", "timestamp": 1683336422239, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.672Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.673Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336423274, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336432768, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-05-06T01:28:28.674Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336435108, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-05-06T01:28:28.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:28:47.455Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:29:28.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:29:28.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-05-06T01:29:28.672Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "0def11aa-6f12-4ec1-8cc5-249962ef8d30", "consumerID": "SO-sdc-controller", "timestamp": 1683336466422, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-05-06T01:29:28.673Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-05-06T01:29:47.455Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:30:28.669Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:30:47.456Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:31:28.670Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:31:47.458Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:32:28.670Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:32:47.458Z|0def11aa-6f12-4ec1-8cc5-249962ef8d30|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:33:28.671Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:33:47.460Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:34:28.672Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:34:47.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:35:28.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:35:47.462Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:36:28.675Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:36:47.462Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:37:28.675Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:37:47.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:38:28.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:38:47.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:39:28.677Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:39:47.464Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:40:28.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:40:47.466Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:41:28.678Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:41:47.467Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:42:28.680Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:42:47.469Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:43:28.682Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:43:47.472Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:44:28.683Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:44:47.473Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:45:28.684Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:45:47.474Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:46:28.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:46:47.475Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:47:28.685Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:47:47.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:48:28.687Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:48:47.476Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:49:28.688Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:49:47.478Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:50:28.689Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:50:47.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:51:28.690Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:51:47.481Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:52:28.692Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:52:47.482Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:53:28.695Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:53:47.484Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:54:28.695Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:54:47.484Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-05-06T01:55:28.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-05-06T01:55:47.486Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO