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-02-19T00:41:05.447Z||main|||||INFO|500||The following profiles are active: basic 2023-02-19T00:41:18.484Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-19T00:41:18.485Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-19T00:41:18.652Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-19T00:41:23.972Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-19T00:41:24.417Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-19T00:41:25.100Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-19T00:41:25.331Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-19T00:41:25.949Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-19T00:41:27.991Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-19T00:41:28.645Z||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-02-19T00:41:32.297Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-19T00:41:32.430Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-19T00:41:32.439Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-19T00:41:32.450Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-19T00:41:33.241Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-19T00:41:33.771Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-19T00:41:35.100Z||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-02-19T00:41:35.871Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02 2023-02-19T00:41:35.872Z||main|||||ERROR|500||(conn=1697) Table 'catalogdb.activity_spec' doesn't exist 2023-02-19T00:41:35.889Z||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-02-19T00:41:39.579Z||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-02-19T00:41:42.833Z||main|||||WARN|500||--- 2023-02-19T00:41:42.833Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-19T00:41:42.834Z||main|||||WARN|500||--- 2023-02-19T00:41:43.208Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-19T00:41:48.698Z||main|||||INFO|500||Started Application in 47.024 seconds (JVM running for 49.801) 2023-02-19T00:41:48.726Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-19T00:41:48.729Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-19T00:41:48.737Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-19T00:41:48.788Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 5143d076-f6be-46bc-aca6-fb13ffd66c8a url= /sdc/v1/artifactTypes 2023-02-19T00:41:48.794Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes 2023-02-19T00:41:48.988Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-19T00:41:49.046Z||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-02-19T00:41:49.047Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC 2023-02-19T00:41:49.048Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c927773b-1f04-44df-8400-1681862d58bd url= /sdc/v1/distributionKafkaData 2023-02-19T00:41:49.048Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData 2023-02-19T00:41:49.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-19T00:41:49.095Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@329edbc8 2023-02-19T00:41:49.179Z||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-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b 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-02-19T00:41:49.238Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Instantiated an idempotent producer. 2023-02-19T00:41:49.335Z||scheduling-1|||||INFO|500||Successfully logged in. 2023-02-19T00:41:49.396Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-19T00:41:49.396Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-19T00:41:49.397Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676767309393 2023-02-19T00:41:49.408Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-19T00:41:49.429Z||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-5de4db0b-2d92-4042-8a44-919ef69b1789 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-02-19T00:41:49.542Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-19T00:41:49.543Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-19T00:41:49.543Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676767309542 2023-02-19T00:41:49.544Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:41:49.547Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:41:49.548Z||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-dcdb1686-2056-40d8-aae5-4b74e635f3ed 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-02-19T00:41:49.559Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1 2023-02-19T00:41:49.559Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5 2023-02-19T00:41:49.560Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1676767309559 2023-02-19T00:41:49.560Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:41:49.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:41:49.569Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-19T00:41:50.419Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Cluster ID: fqCPuGjYTVuGL03-djurVw 2023-02-19T00:41:50.419Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.420Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.420Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.421Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.422Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] ProducerId set to 1002 with epoch 0 2023-02-19T00:41:50.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:50.422Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.424Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 MIbqWMASTUuZS4mfFGKxJg 2023-02-19T00:41:50.424Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Cluster ID: fqCPuGjYTVuGL03-djurVw 2023-02-19T00:41:50.425Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Cluster ID: fqCPuGjYTVuGL03-djurVw 2023-02-19T00:41:50.426Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-02-19T00:41:50.426Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null) 2023-02-19T00:41:50.448Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] (Re-)joining group 2023-02-19T00:41:50.448Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] (Re-)joining group 2023-02-19T00:41:50.507Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789-9b80a609-d357-4c78-874d-a05f6cf72d79 2023-02-19T00:41:50.509Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:50.509Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] (Re-)joining group 2023-02-19T00:41:50.520Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed-54356b10-bede-4756-a6e8-523843c6064e 2023-02-19T00:41:50.521Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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-02-19T00:41:50.521Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] (Re-)joining group 2023-02-19T00:41:56.523Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed-54356b10-bede-4756-a6e8-523843c6064e', protocol='range'} 2023-02-19T00:41:56.525Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789-9b80a609-d357-4c78-874d-a05f6cf72d79', protocol='range'} 2023-02-19T00:41:56.577Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.578Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.580Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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 9idQrAc6QqaZqRvVnocodw 2023-02-19T00:41:56.585Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed-54356b10-bede-4756-a6e8-523843c6064e=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789-9b80a609-d357-4c78-874d-a05f6cf72d79=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-02-19T00:41:56.616Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed-54356b10-bede-4756-a6e8-523843c6064e', protocol='range'} 2023-02-19T00:41:56.617Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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-02-19T00:41:56.622Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, 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-02-19T00:41:56.623Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789-9b80a609-d357-4c78-874d-a05f6cf72d79', protocol='range'} 2023-02-19T00:41:56.624Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.625Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.638Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 2023-02-19T00:41:56.638Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 2023-02-19T00:41:56.638Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 2023-02-19T00:41:56.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 2023-02-19T00:41:56.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 2023-02-19T00:41:56.639Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 2023-02-19T00:41:56.640Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 2023-02-19T00:41:56.640Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 2023-02-19T00:41:56.640Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 2023-02-19T00:41:56.641Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 2023-02-19T00:41:56.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 2023-02-19T00:41:56.642Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 2023-02-19T00:41:56.692Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.693Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.748Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.748Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.750Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.750Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, 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-02-19T00:41:56.752Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-19T00:41:56.752Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}. 2023-02-19T00:41:56.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-19T00:41:56.758Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}. 2023-02-19T00:41:56.759Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-19T00:41:56.760Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}. 2023-02-19T00:42:49.555Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:42:49.563Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:43:49.557Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:43:49.564Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:44:49.559Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:44:49.566Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:45:49.561Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:45:49.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:46:49.562Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:46:49.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:47:49.563Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:47:49.568Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:48:49.565Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:48:49.569Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:49:49.566Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:49:49.569Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:50:49.568Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:50:49.570Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:50:50.525Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-dcdb1686-2056-40d8-aae5-4b74e635f3ed, groupId=so] Node -1 disconnected. 2023-02-19T00:50:50.613Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-5de4db0b-2d92-4042-8a44-919ef69b1789, groupId=so] Node -1 disconnected. 2023-02-19T00:50:50.721Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Node -1 disconnected. 2023-02-19T00:51:40.766Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-19T00:51:49.568Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:51:49.570Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:52:49.570Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:52:49.571Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:53:49.572Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:53:49.572Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:54:49.574Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:54:49.574Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:55:49.575Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:55:49.574Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:56:49.575Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:56:49.576Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:57:49.576Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:57:49.576Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:58:49.578Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T00:58:49.578Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:59:49.580Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T00:59:49.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:00:49.580Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:00:49.580Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:01:49.582Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:01:49.581Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:02:49.584Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:02:49.584Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:03:49.585Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:03:49.585Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:04:49.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:04:49.586Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:05:49.588Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:05:49.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:06:49.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:06:49.589Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:07:49.590Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:07:49.591Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:08:49.592Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:08:49.592Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:09:49.594Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:09:49.594Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:10:49.595Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:10:49.596Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:11:49.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:11:49.597Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:12:49.597Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:12:49.597Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:13:49.599Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:13:49.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:14:49.600Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:14:49.599Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:15:49.601Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:15:49.601Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:16:49.602Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:16:49.603Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:17:49.604Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:17:49.604Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:18:49.605Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:18:49.605Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:19:49.606Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:19:49.606Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:20:49.608Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:20:49.608Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:21:49.609Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:21:49.610Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:22:49.610Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:22:49.611Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:23:49.611Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:23:49.612Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:24:49.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:24:49.613Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:25:49.614Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:25:49.614Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:26:49.614Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:26:49.614Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:27:49.616Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:27:49.616Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:28:49.618Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:28:49.618Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:29:49.620Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:29:49.620Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:30:49.621Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:30:49.621Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:31:49.622Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:31:49.623Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:32:49.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:32:49.623Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:33:49.624Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:33:49.625Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:34:49.626Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:34:49.627Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:35:49.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:35:49.628Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:36:49.629Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:36:49.629Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:37:49.629Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:37:49.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:38:49.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:38:49.631Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:39:49.632Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:39:49.632Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:40:49.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:40:49.635Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:41:49.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:41:49.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:42:49.635Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:42:49.637Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:43:49.637Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:43:49.638Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:44:49.638Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:44:49.639Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:45:49.639Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:45:49.639Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:46:49.640Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:46:49.640Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:47:49.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:47:49.642Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:48:49.643Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:48:49.643Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:49:49.644Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:49:49.644Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:50:49.645Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:50:49.646Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:51:49.645Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:51:49.646Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:52:49.647Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:52:49.648Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:53:49.648Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:53:49.648Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:54:49.650Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:54:49.650Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:55:49.651Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:55:49.651Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:56:49.652Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:56:49.652Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:57:49.653Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:57:49.653Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:58:49.654Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:58:49.654Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T01:59:49.654Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T01:59:49.654Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:00:49.656Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:00:49.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:01:49.656Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:01:49.656Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:02:49.657Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:02:49.658Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:03:49.659Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:03:49.659Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:04:49.659Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:04:49.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:05:49.660Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:05:49.660Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:06:49.661Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:06:49.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:07:49.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:07:49.663Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:08:49.663Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:08:49.664Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:09:49.665Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:09:49.665Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:10:49.666Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:10:49.666Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:11:49.667Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:11:49.668Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:12:49.669Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:12:49.669Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:13:49.671Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:13:49.671Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:14:49.672Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:14:49.672Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:15:49.673Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:15:49.673Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:16:49.674Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:16:49.674Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:17:49.674Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:17:49.676Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:18:49.676Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:18:49.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:19:49.677Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:19:49.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:20:49.678Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:20:49.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:21:49.679Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:21:49.679Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:22:49.681Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:22:49.681Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:23:49.682Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:23:49.688Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:24:49.684Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:24:49.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:25:49.685Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:25:49.689Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:26:49.685Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:26:49.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:27:49.686Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:27:49.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:28:49.687Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:28:49.690Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:29:49.688Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:29:49.692Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:30:49.689Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:30:49.693Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:31:49.690Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:31:49.693Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:32:49.692Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:32:49.694Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:33:49.694Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:33:49.695Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:34:49.695Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:34:49.696Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:35:49.697Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:35:49.698Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:36:49.698Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:36:49.699Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:37:49.699Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:37:49.700Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:38:49.700Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:38:49.702Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:39:49.701Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:39:49.702Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:40:49.703Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:40:49.703Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:41:49.704Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:41:49.707Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:42:49.705Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:42:49.708Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:43:49.707Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:43:49.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:44:49.709Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:44:49.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:45:49.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:45:49.711Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:46:49.711Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:46:49.712Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:47:49.713Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:47:49.713Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:48:49.714Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:48:49.714Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:49:49.716Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:49:49.716Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:50:49.717Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:50:49.718Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:51:49.719Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:51:49.719Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:52:49.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:52:49.720Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:53:49.720Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:53:49.721Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:54:49.721Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:54:49.723Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:55:49.722Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:55:49.724Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:56:49.724Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:56:49.725Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:57:49.725Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:57:49.724Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:58:49.725Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:58:49.726Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T02:59:49.726Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T02:59:49.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:00:49.727Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:00:49.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:01:49.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:01:49.733Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:02:49.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:02:49.734Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:03:49.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:03:49.735Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:04:49.733Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:04:49.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:05:49.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:05:49.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:06:49.736Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:06:49.736Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:07:49.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:07:49.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:08:49.738Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:08:49.739Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:09:49.740Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:09:49.740Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:10:49.740Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:10:49.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:11:49.742Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:11:49.742Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:12:49.742Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:12:49.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:13:49.743Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:13:49.744Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:14:49.744Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:14:49.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:15:49.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:15:49.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:16:49.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:16:49.747Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:17:49.747Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:17:49.748Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:18:49.748Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:18:49.749Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:19:49.750Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:19:49.750Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:20:49.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:20:49.752Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:21:49.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:21:49.753Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:22:49.753Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:22:49.754Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:23:49.755Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:23:49.755Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:24:49.757Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:24:49.757Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:25:49.758Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:25:49.758Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:26:49.760Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:26:49.760Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:27:49.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:27:49.761Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:28:49.761Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:28:49.762Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:29:49.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:29:49.763Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:30:49.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:30:49.764Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:31:49.765Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:31:49.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:32:49.766Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:32:49.766Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:33:49.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:33:49.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:34:49.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:34:49.768Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:35:49.769Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:35:49.770Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:36:49.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:36:49.772Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:37:49.771Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:37:49.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:38:49.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:38:49.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:39:49.774Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:39:49.773Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:40:49.775Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:40:49.775Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:41:49.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:41:49.776Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:42:49.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:42:49.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:43:49.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:43:49.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:44:49.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:44:49.779Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:45:49.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:45:49.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:46:49.782Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:46:49.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:47:49.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:47:49.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:48:49.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:48:49.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:49:49.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:49:49.785Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:50:49.786Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:50:49.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:51:04.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T03:51:04.902Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"acadfb4b-5c87-46f6-b950-d2e6e00c996d","serviceName":"vFW 2023-02-19 03-49-58","serviceVersion":"1.0","serviceUUID":"cb4ce007-3d6b-48dd-abdc-bb25945cbde7","serviceDescription":"catalog service description","serviceInvariantUUID":"a4d2188a-0305-4689-bcc4-33ef6660ab6e","resources":[{"resourceInstanceName":"vFW 829a19f0-d2b1 0","resourceName":"vFW 829a19f0-d2b1","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80fc7786-5e97-466d-98f4-b7d6ddd420e5","resourceInvariantUUID":"73be5311-6a46-4c2c-8c3a-f6800b0139b0","resourceCustomizationUUID":"c403c2a3-1611-45a1-8d41-74b0ac7cbc65","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml","artifactChecksum":"YjAyYWViY2Q2OWY2ZjExYzUzM2ZiZjdhZjBlMDUyYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"90b279d4-0df0-46f1-8626-43e6c67b2c65","artifactVersion":"1"},{"artifactName":"vfw829a19f0d2b10_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json","artifactChecksum":"NjUyN2JmODExM2JhN2I0ZDRlYTQyMWFlZjgwMWFjNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe51169f-ab03-48de-b4a0-121f0ef94257","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f6b68ebe-fd58-40b6-b9f5-1bd577d70905","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml","artifactChecksum":"Yzc5MDk5NzI0NTgwYmRhMzIyOTk0OWVhNmUxOThmNDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"de522eed-ff65-49ee-9161-d751c4120833","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"96ed41aa-41ed-405f-ba32-2935b0978abf","artifactVersion":"2","generatedFromUUID":"f6b68ebe-fd58-40b6-b9f5-1bd577d70905"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230219034958-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml","artifactChecksum":"YTk3NzE0MTBhZTdmZGM4NTJkM2YxMWY3MzJmYjhmOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c69a89d7-baf2-494e-a3cf-7ce8c72fabfc","artifactVersion":"1"},{"artifactName":"service-Vfw20230219034958-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar","artifactChecksum":"MWJhODFmZGZmNmVjOTQ5NGQ3MDUzOGZmODEyZDgzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bedc602e-bb75-4eb5-854f-1feec3fd65a3","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T03:51:04.917Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:04.926Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:04.926Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:04.926Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:04.933Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:04.933Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:04.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:04.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:04.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:04.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T03:51:05.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:51:05.102Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:51:05.123Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:51:05.959Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:05.960Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:05.960Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:05.960Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:06.961Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:06.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:06.963Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:06.963Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:07.964Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:07.965Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:07.966Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:07.966Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:08.968Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:08.969Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:08.970Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:08.970Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:09.972Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:09.972Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:09.973Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:09.973Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:10.974Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:51:10.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:10.975Z||pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:10.976Z||pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:11.978Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "serviceName": "vFW 2023-02-19 03-49-58", "serviceVersion": "1.0", "serviceUUID": "cb4ce007-3d6b-48dd-abdc-bb25945cbde7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a4d2188a-0305-4689-bcc4-33ef6660ab6e", "resources": [ { "resourceInstanceName": "vFW 829a19f0-d2b1 0", "resourceCustomizationUUID": "c403c2a3-1611-45a1-8d41-74b0ac7cbc65", "resourceName": "vFW 829a19f0-d2b1", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80fc7786-5e97-466d-98f4-b7d6ddd420e5", "resourceInvariantUUID": "73be5311-6a46-4c2c-8c3a-f6800b0139b0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw829a19f0d2b10_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "artifactChecksum": "NjUyN2JmODExM2JhN2I0ZDRlYTQyMWFlZjgwMWFjNGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe51169f-ab03-48de-b4a0-121f0ef94257", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f6b68ebe-fd58-40b6-b9f5-1bd577d70905", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "96ed41aa-41ed-405f-ba32-2935b0978abf", "generatedFromUUID": "f6b68ebe-fd58-40b6-b9f5-1bd577d70905" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "96ed41aa-41ed-405f-ba32-2935b0978abf", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230219034958-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "artifactChecksum": "MWJhODFmZGZmNmVjOTQ5NGQ3MDUzOGZmODEyZDgzMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bedc602e-bb75-4eb5-854f-1feec3fd65a3" } ], "workloadContext": "Production" } 2023-02-19T03:51:11.983Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T03:51:11.983Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cb4ce007-3d6b-48dd-abdc-bb25945cbde7 ASDC 2023-02-19T03:51:12.125Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:acadfb4b-5c87-46f6-b950-d2e6e00c996d ServiceName:vFW 2023-02-19 03-49-58 ServiceVersion:1.0 ServiceUUID:cb4ce007-3d6b-48dd-abdc-bb25945cbde7 ServiceInvariantUUID:a4d2188a-0305-4689-bcc4-33ef6660ab6e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230219034958-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar ArtifactUUID:bedc602e-bb75-4eb5-854f-1feec3fd65a3 ArtifactChecksum:MWJhODFmZGZmNmVjOTQ5NGQ3MDUzOGZmODEyZDgzMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 829a19f0-d2b1 0 ResourceCustomizationUUID:c403c2a3-1611-45a1-8d41-74b0ac7cbc65 ResourceInvariantUUID:73be5311-6a46-4c2c-8c3a-f6800b0139b0 ResourceName:vFW 829a19f0-d2b1 ResourceType:VF ResourceUUID:80fc7786-5e97-466d-98f4-b7d6ddd420e5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw829a19f0d2b10_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json ArtifactUUID:fe51169f-ab03-48de-b4a0-121f0ef94257 ArtifactChecksum:NjUyN2JmODExM2JhN2I0ZDRlYTQyMWFlZjgwMWFjNGI= 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/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml ArtifactUUID:f6b68ebe-fd58-40b6-b9f5-1bd577d70905 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/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env ArtifactUUID:96ed41aa-41ed-405f-ba32-2935b0978abf 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/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env ArtifactUUID:96ed41aa-41ed-405f-ba32-2935b0978abf ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T03:51:12.125Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cb4ce007-3d6b-48dd-abdc-bb25945cbde7 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-02-19T03:51:12.364Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T03:51:12.366Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:51:12.367Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:51:12.367Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bedc602e-bb75-4eb5-854f-1feec3fd65a3 from URL: /sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:12.367Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:51:12.368Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:12.455Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:51:12.464Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar bedc602e-bb75-4eb5-854f-1feec3fd65a3 101545 2023-02-19T03:51:12.466Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar ASDC sendASDCNotification 2023-02-19T03:51:12.466Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:12.468Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:51:12.469Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:12.469Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:12.470Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778672464, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:13.472Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T03:51:13.473Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:51:13.473Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: bedc602e-bb75-4eb5-854f-1feec3fd65a3, URL: /sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar to file: /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:13.474Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230219034958-csar.csar 2023-02-19T03:51:13.565Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:13.565Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:14.230Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14359376152585321277/Definitions/service-Vfw20230219034958-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 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 2023-02-19T03:51:17.848Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||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-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 829a19f0-d2b1 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-Vfw20230219034958-csar.csar 2023-02-19T03:51:17.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-19T03:51:17.861Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.862Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.867Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:17.867Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-19T03:51:17.869Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T03:51:17.871Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.871Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.871Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:17.871Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-19T03:51:17.871Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T03:51:17.872Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.872Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.875Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.876Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.877Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.878Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T03:51:17.880Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.880Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:17.880Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:17.880Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.881Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:17.881Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:17.881Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.881Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:17.881Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-19T03:51:17.882Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4f43782-9daf-48cb-9cc0-e69714e836ee 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-19T03:51:17.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-19T03:51:17.885Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f08fd15d-d1fb-4907-85dd-045bb7692b1a 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:17.886Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.887Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1eda54c-3391-416e-bcc3-7b6be815a7e4 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.888Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.889Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.889Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.889Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.889Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.889Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:17.890Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:17.890Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-19 03-49-58 Description:catalog service description Model UUID:cb4ce007-3d6b-48dd-abdc-bb25945cbde7 Model Version:NULL Model InvariantUuid:a4d2188a-0305-4689-bcc4-33ef6660ab6e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 829a19f0-d2b1 Model UUID:3bc8c8be-c7c4-48fc-a4d4-398f2f56be39 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:73be5311-6a46-4c2c-8c3a-f6800b0139b0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c403c2a3-1611-45a1-8d41-74b0ac7cbc65 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9c6848d4-1ca8-4c05-92b4-72c2e50ff011 ModelName:Vfw829a19f0D2b1..base_vfw..module-0 ModelUuid:f06c6dd2-c33d-45fb-ab0d-dc2291d44194 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4f43782-9daf-48cb-9cc0-e69714e836ee ModelInvariantUuid:e62c8bc9-79a1-47d4-a8c8-5ce453cccdd2 ModelName:vFW 829a19f0-d2b1-nodes.vfwCvfc ModelUuid:fa8109e7-4a29-49d7-aa0e-84b88c8dae4d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8cba0cdd-382a-4c82-a3de-379ab7d64f25 ModelInvariantUuid:ffde717c-a9c5-4b51-841a-0bb8c894ce82 ModelName:Vfw829a19f0D2b1.compute.nodes.heat.vfw ModelUuid:d4115fe9-b91b-4bb9-a254-78e2fbbcdd11 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f08fd15d-d1fb-4907-85dd-045bb7692b1a ModelInvariantUuid:3bca60a1-715d-435b-8660-3d4e645a62d5 ModelName:vFW 829a19f0-d2b1-nodes.vsnCvfc ModelUuid:f0256962-5882-4bc8-9bbb-b0384b46e014 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7adc7d21-47e6-46f7-a831-df09f5d28a73 ModelInvariantUuid:6b0b2d53-c816-4a28-b73f-d87c08505f79 ModelName:Vfw829a19f0D2b1.compute.nodes.heat.vsn ModelUuid:8d8d4981-2955-4113-bfca-97416a0282ab ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a1eda54c-3391-416e-bcc3-7b6be815a7e4 ModelInvariantUuid:febb828e-050d-41c0-b857-b9b1c9c00c4e ModelName:vFW 829a19f0-d2b1-nodes.vpgCvfc ModelUuid:9aa31342-dd0e-4396-8d02-a85f984be84f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:96316f28-a650-40c1-8fe4-e641ba6e32f7 ModelInvariantUuid:95e03cc3-dc97-4e5f-8881-6d51eba5536e ModelName:Vfw829a19f0D2b1.compute.nodes.heat.vpg ModelUuid:0ae3223e-59c5-4dda-9507-8c612b8486c9 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-02-19T03:51:17.914Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 80fc7786-5e97-466d-98f4-b7d6ddd420e5 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-02-19T03:51:17.980Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||vFW 829a19f0-d2b1 0 2023-02-19T03:51:17.989Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80fc7786-5e97-466d-98f4-b7d6ddd420e5 2023-02-19T03:51:17.989Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fe51169f-ab03-48de-b4a0-121f0ef94257 from URL: /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json 2023-02-19T03:51:17.990Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:51:17.990Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json 2023-02-19T03:51:18.048Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:51:18.048Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json fe51169f-ab03-48de-b4a0-121f0ef94257 785 2023-02-19T03:51:18.048Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json ASDC sendASDCNotification 2023-02-19T03:51:18.049Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json 2023-02-19T03:51:18.049Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:51:18.049Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:18.049Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:18.049Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778678048, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:19.051Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw829a19f0D2b1..base_vfw..module-0", "vfModuleModelInvariantUUID": "9c6848d4-1ca8-4c05-92b4-72c2e50ff011", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f06c6dd2-c33d-45fb-ab0d-dc2291d44194", "vfModuleModelCustomizationUUID": "75b1b57e-3ae9-4097-be8c-f57ee4b0a2a2", "isBase": true, "artifacts": [ "f6b68ebe-fd58-40b6-b9f5-1bd577d70905", "96ed41aa-41ed-405f-ba32-2935b0978abf" ], "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-02-19T03:51:19.068Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw829a19f0D2b1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f06c6dd2-c33d-45fb-ab0d-dc2291d44194 VfModuleModelInvariantUUID:9c6848d4-1ca8-4c05-92b4-72c2e50ff011 VfModuleModelDescription:NULL Artifacts UUID List:{ f6b68ebe-fd58-40b6-b9f5-1bd577d70905 , 96ed41aa-41ed-405f-ba32-2935b0978abf } 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-02-19T03:51:19.072Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw829a19f0D2b1..base_vfw..module-0", "vfModuleModelInvariantUUID": "9c6848d4-1ca8-4c05-92b4-72c2e50ff011", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f06c6dd2-c33d-45fb-ab0d-dc2291d44194", "vfModuleModelCustomizationUUID": "75b1b57e-3ae9-4097-be8c-f57ee4b0a2a2", "isBase": true, "artifacts": [ "f6b68ebe-fd58-40b6-b9f5-1bd577d70905", "96ed41aa-41ed-405f-ba32-2935b0978abf" ], "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-02-19T03:51:19.072Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw829a19f0D2b1..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f06c6dd2-c33d-45fb-ab0d-dc2291d44194 VfModuleModelInvariantUUID:9c6848d4-1ca8-4c05-92b4-72c2e50ff011 VfModuleModelDescription:NULL Artifacts UUID List:{ f6b68ebe-fd58-40b6-b9f5-1bd577d70905 , 96ed41aa-41ed-405f-ba32-2935b0978abf } 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-02-19T03:51:19.073Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f6b68ebe-fd58-40b6-b9f5-1bd577d70905 from URL: /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml 2023-02-19T03:51:19.073Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:51:19.074Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml 2023-02-19T03:51:19.137Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:51:19.138Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml f6b68ebe-fd58-40b6-b9f5-1bd577d70905 20368 2023-02-19T03:51:19.138Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-19T03:51:19.138Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml 2023-02-19T03:51:19.138Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:51:19.139Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:19.139Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:19.139Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778679138, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:20.141Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96ed41aa-41ed-405f-ba32-2935b0978abf from URL: /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env 2023-02-19T03:51:20.142Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:51:20.142Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env 2023-02-19T03:51:20.211Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env 96ed41aa-41ed-405f-ba32-2935b0978abf 2098 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:20.212Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:20.213Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778680212, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:21.213Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cb4ce007-3d6b-48dd-abdc-bb25945cbde7 2023-02-19T03:51:21.214Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 829a19f0-d2b1 0 80fc7786-5e97-466d-98f4-b7d6ddd420e5 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-02-19T03:51:21.260Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@797620a7, org.onap.sdc.toscaparser.api.parameters.Input@3bdf23d, org.onap.sdc.toscaparser.api.parameters.Input@3b492833, org.onap.sdc.toscaparser.api.parameters.Input@6da31a96, org.onap.sdc.toscaparser.api.parameters.Input@25187c9d] 2023-02-19T03:51:21.265Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.265Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.265Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-02-19T03:51:21.266Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c403c2a3-1611-45a1-8d41-74b0ac7cbc65 2023-02-19T03:51:21.266Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c403c2a3-1611-45a1-8d41-74b0ac7cbc65 matches Tosca VF Customization UUID: c403c2a3-1611-45a1-8d41-74b0ac7cbc65 2023-02-19T03:51:21.266Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c403c2a3-1611-45a1-8d41-74b0ac7cbc65 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-02-19T03:51:21.276Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.277Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.278Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c403c2a3-1611-45a1-8d41-74b0ac7cbc65: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-19T03:51:21.279Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35d1df03 2023-02-19T03:51:21.279Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.279Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T03:51:21.280Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75b1b57e-3ae9-4097-be8c-f57ee4b0a2a2 2023-02-19T03:51:21.281Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75b1b57e-3ae9-4097-be8c-f57ee4b0a2a2 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-02-19T03:51:21.290Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.290Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.291Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:21.292Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.292Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.292Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:21.293Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.293Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:21.293Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:21.293Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:21.293Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-19T03:51:21.294Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-19T03:51:21.294Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-19T03:51:21.294Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.294Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.295Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-19T03:51:21.295Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.295Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-19T03:51:21.295Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.295Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4f43782-9daf-48cb-9cc0-e69714e836ee 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-02-19T03:51:21.312Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.312Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.312Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:21.313Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.313Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:21.313Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:21.313Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:21.314Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-19T03:51:21.314Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.314Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.314Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-19T03:51:21.315Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.315Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-19T03:51:21.315Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-19T03:51:21.315Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.316Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-19T03:51:21.316Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.316Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f08fd15d-d1fb-4907-85dd-045bb7692b1a 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-02-19T03:51:21.322Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.323Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.323Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:21.326Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.326Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is not matching search criteria 2023-02-19T03:51:21.327Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-19T03:51:21.327Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-19T03:51:21.327Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-19T03:51:21.327Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.327Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.328Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-19T03:51:21.328Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.328Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-19T03:51:21.328Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-19T03:51:21.329Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-19T03:51:21.329Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-19T03:51:21.329Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-19T03:51:21.329Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a1eda54c-3391-416e-bcc3-7b6be815a7e4 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-02-19T03:51:21.332Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.332Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.333Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:51:21.333Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.333Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Node template vFW 829a19f0-d2b1 0 is matching search criteria 2023-02-19T03:51:21.333Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 829a19f0-d2b1 0] matching following query criteria: sdcType=VF, customizationUUID=c403c2a3-1611-45a1-8d41-74b0ac7cbc65 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-02-19T03:51:21.336Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.336Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.336Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cb4ce007-3d6b-48dd-abdc-bb25945cbde7: vFW 829a19f0-d2b1 2023-02-19T03:51:21.337Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.337Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.337Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.337Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.338Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.338Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.338Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.338Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.338Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:51:21.339Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Service vFW 2023-02-19 03-49-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:51:21.339Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2023-02-19 03-49-58 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-02-19T03:51:21.710Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 829a19f0-d2b1 80fc7786-5e97-466d-98f4-b7d6ddd420e5 1 ASDC deployResourceStructure 2023-02-19T03:51:21.711Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json ASDC sendASDCNotification 2023-02-19T03:51:21.711Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json 2023-02-19T03:51:21.711Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:51:21.711Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:21.711Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:21.712Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778681710, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:22.714Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-19T03:51:22.714Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml 2023-02-19T03:51:22.715Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:51:22.715Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:22.715Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:22.715Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778682714, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:23.717Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-19T03:51:23.717Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env 2023-02-19T03:51:23.717Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:51:23.718Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:23.718Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:23.718Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778683717, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:24.720Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar ASDC sendASDCNotification 2023-02-19T03:51:24.720Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar 2023-02-19T03:51:24.721Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:51:24.721Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:51:24.721Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:51:24.721Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778684720, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:25.724Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T03:51:25.759Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:51:25.764Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T03:51:25.764Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T03:51:25.764Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T03:51:49.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:51:49.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:51:49.565Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:51:49.566Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:51:49.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:51:49.567Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:51:49.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:51:49.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:51:49.567Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:51:49.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:51:55.765Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T03:51:55.787Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:51:55.796Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T03:51:55.796Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T03:51:55.796Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T03:52:25.796Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T03:52:25.810Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:52:25.814Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T03:52:25.814Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T03:52:25.814Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T03:52:49.562Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:52:49.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.572Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.574Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOTIFIED" } 2023-02-19T03:52:49.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.575Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOTIFIED" } 2023-02-19T03:52:49.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.575Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.576Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.576Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.576Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.577Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-19T03:52:49.577Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.578Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-19T03:52:49.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.578Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.578Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.579Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.580Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.582Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.582Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.584Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-19T03:52:49.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.584Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.584Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-19T03:52:49.585Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.585Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.586Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.587Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.587Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.588Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.589Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778656708, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.590Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778657132, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778649786, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.591Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778664749, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778655913, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.592Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778671575, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "cds-sdc-listener", "timestamp": 1676778672503, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.593Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778672522, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778672464, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.594Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778673017, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.595Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778672661, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778673729, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.596Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.596Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778674834, "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-02-19T03:52:49.613Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of acadfb4b-5c87-46f6-b950-d2e6e00c996d 2023-02-19T03:52:49.614Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:52:49.634Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "multicloud-k8s", "timestamp": 1676778675838, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778678048, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.635Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778678872, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.636Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.636Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.636Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778679138, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.637Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.637Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.637Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778679877, "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-02-19T03:52:49.647Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of acadfb4b-5c87-46f6-b950-d2e6e00c996d 2023-02-19T03:52:49.647Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:52:49.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.662Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778680212, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.662Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778681710, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/vfw829a19f0d2b10_modules.json", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778682714, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778683717, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/resourceInstances/vfw829a19f0d2b10/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778684720, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778688718, "artifactURL": "/sdc/v1/catalog/services/Vfw20230219034958/1.0/artifacts/service-Vfw20230219034958-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.664Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "aai-model-loader", "timestamp": 1676778689723, "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-02-19T03:52:49.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of acadfb4b-5c87-46f6-b950-d2e6e00c996d 2023-02-19T03:52:49.676Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:52:49.688Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.688Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.689Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOTIFIED" } 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-19T03:52:49.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.692Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.693Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.694Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778694749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778673521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.695Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778676843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778707380, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "cds-sdc-listener", "timestamp": 1676778708301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.696Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778708312, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:49.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2023-02-19T03:52:49.697Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778708453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T03:52:49.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:52:55.814Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T03:52:55.849Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:52:55.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T03:52:55.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T03:52:55.854Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T03:52:55.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T03:52:55.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:52:55.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:52:55.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:52:55.855Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:52:55.856Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T03:52:55.883Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T03:53:25.884Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d 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-02-19T03:53:25.899Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: acadfb4b-5c87-46f6-b950-d2e6e00c996d and serviceModelVersionId: cb4ce007-3d6b-48dd-abdc-bb25945cbde7 2023-02-19T03:53:25.899Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4d2188a-0305-4689-bcc4-33ef6660ab6e 2023-02-19T03:53:42.237Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0 2023-02-19T03:53:42.414Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T03:53:42.954Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0|INFO|500||Invoke 2023-02-19T03:53:42.959Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[acadfb4b-5c87-46f6-b950-d2e6e00c996d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80ecfb9c-b8c8-4b01-ab3a-a396ab7246db], X-ECOMP-RequestID=[acadfb4b-5c87-46f6-b950-d2e6e00c996d], X-TransactionId=[], X-ONAP-RequestID=[acadfb4b-5c87-46f6-b950-d2e6e00c996d], Content-Type=[application/merge-patch+json]} 2023-02-19T03:53:42.982Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T03:53:43.386Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?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/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 03:53:42 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[367], vertex-id=[323664], x-aai-txid=[1-aai-resources-230219-03:53:42:239-66575], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T03:53:43.388Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T03:53:43.389Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a4d2188a-0305-4689-bcc4-33ef6660ab6e/model-vers/model-ver/cb4ce007-3d6b-48dd-abdc-bb25945cbde7?depth=0|INFO|500||InvokeReturn 2023-02-19T03:53:43.394Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T03:53:43.395Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T03:53:43.410Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T03:53:43.411Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID acadfb4b-5c87-46f6-b950-d2e6e00c996d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T03:53:43.412Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T03:53:43.412Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:43.413Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:43.413Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778823411, "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-02-19T03:53:44.433Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:53:44.439Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T03:53:44.440Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||received notification from broker: {"distributionID":"00d9155e-b4e5-4309-9a5e-e63c7449f66f","serviceName":"basic_onboard_FkhuSn","serviceVersion":"1.0","serviceUUID":"708743f3-7437-4b03-8449-59f00d02c1ef","serviceDescription":"service","serviceInvariantUUID":"642e4dea-6eb2-41d0-8a74-71e1c24a6794","resources":[{"resourceInstanceName":"basic_onboard_FkhuSn 0","resourceName":"basic_onboard_FkhuSn","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3cf17f80-5262-42de-b621-f5c243c44333","resourceInvariantUUID":"bb76bca3-0bd2-4a84-b6e6-02c4de6d87a8","resourceCustomizationUUID":"639a4fe6-e8cd-4d39-824d-b81ffc83843f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml","artifactChecksum":"Yjg5NzA4NThlOGVlMTMwNjk1Y2ViZDYwZDdlMjhmODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8626e5a-7596-4f69-80f3-62c28b55e84c","artifactVersion":"1"},{"artifactName":"basic_onboard_fkhusn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json","artifactChecksum":"MWM5Y2NmZjExMmZmMjMzZDEzODgyYzI2Njc3YmVmY2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0ae10d87-0ba3-4174-8c16-4f6677bb1b15","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"929c3200-89e1-4e75-a5fc-84c7a6fc796f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f37701bc-c869-482f-b614-13da7ed57804","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4bbec88c-1472-4ba1-b5d9-cc1ada3291f8","artifactVersion":"2","generatedFromUUID":"929c3200-89e1-4e75-a5fc-84c7a6fc796f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFkhusn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml","artifactChecksum":"NTY2ODU1ODNiNTFkZDE2NTkxZDczMjE5MDU4YWYwZjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2c3c5bf-1e15-4542-ad83-f49c82388b75","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFkhusn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar","artifactChecksum":"Y2RiM2UyM2Y4NzY4YWZkMzQxY2ZkNzgzYzkyMTNiZDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50948891-e192-49f3-bc18-9de3cbf403ee","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T03:53:44.442Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:44.442Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:44.442Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:44.443Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:45.443Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:45.444Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:45.444Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:45.444Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:46.445Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:46.446Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:46.446Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:46.446Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:47.447Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:47.447Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:47.447Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:47.447Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:48.449Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:48.451Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:48.451Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:48.451Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:49.453Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:49.453Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:49.453Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:49.454Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:49.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:49.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.566Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778709513, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-19T03:53:49.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778710549, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T03:53:49.597Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 00d9155e-b4e5-4309-9a5e-e63c7449f66f 2023-02-19T03:53:49.598Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d9155e-b4e5-4309-9a5e-e63c7449f66f 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-02-19T03:53:49.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.614Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "multicloud-k8s", "timestamp": 1676778711552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T03:53:49.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778715637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:53:49.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.615Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "aai-model-loader", "timestamp": 1676778716640, "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-02-19T03:53:49.626Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 00d9155e-b4e5-4309-9a5e-e63c7449f66f 2023-02-19T03:53:49.627Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d9155e-b4e5-4309-9a5e-e63c7449f66f 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-02-19T03:53:49.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.654Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.655Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.656Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.656Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:53:49.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.657Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778715914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:53:49.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.659Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778723711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778726220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T03:53:49.660Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676778727227, "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-02-19T03:53:49.668Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 00d9155e-b4e5-4309-9a5e-e63c7449f66f 2023-02-19T03:53:49.669Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 00d9155e-b4e5-4309-9a5e-e63c7449f66f 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-02-19T03:53:50.454Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T03:53:50.455Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:50.456Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:50.456Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:51.458Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "serviceName": "basic_onboard_FkhuSn", "serviceVersion": "1.0", "serviceUUID": "708743f3-7437-4b03-8449-59f00d02c1ef", "serviceDescription": "service", "serviceInvariantUUID": "642e4dea-6eb2-41d0-8a74-71e1c24a6794", "resources": [ { "resourceInstanceName": "basic_onboard_FkhuSn 0", "resourceCustomizationUUID": "639a4fe6-e8cd-4d39-824d-b81ffc83843f", "resourceName": "basic_onboard_FkhuSn", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3cf17f80-5262-42de-b621-f5c243c44333", "resourceInvariantUUID": "bb76bca3-0bd2-4a84-b6e6-02c4de6d87a8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_fkhusn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "artifactChecksum": "MWM5Y2NmZjExMmZmMjMzZDEzODgyYzI2Njc3YmVmY2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ae10d87-0ba3-4174-8c16-4f6677bb1b15", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "929c3200-89e1-4e75-a5fc-84c7a6fc796f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bbec88c-1472-4ba1-b5d9-cc1ada3291f8", "generatedFromUUID": "929c3200-89e1-4e75-a5fc-84c7a6fc796f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "4bbec88c-1472-4ba1-b5d9-cc1ada3291f8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardFkhusn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "artifactChecksum": "Y2RiM2UyM2Y4NzY4YWZkMzQxY2ZkNzgzYzkyMTNiZDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50948891-e192-49f3-bc18-9de3cbf403ee" } ], "workloadContext": "Production" } 2023-02-19T03:53:51.458Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T03:53:51.459Z|acadfb4b-5c87-46f6-b950-d2e6e00c996d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 708743f3-7437-4b03-8449-59f00d02c1ef ASDC 2023-02-19T03:53:51.459Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:00d9155e-b4e5-4309-9a5e-e63c7449f66f ServiceName:basic_onboard_FkhuSn ServiceVersion:1.0 ServiceUUID:708743f3-7437-4b03-8449-59f00d02c1ef ServiceInvariantUUID:642e4dea-6eb2-41d0-8a74-71e1c24a6794 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardFkhusn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar ArtifactUUID:50948891-e192-49f3-bc18-9de3cbf403ee ArtifactChecksum:Y2RiM2UyM2Y4NzY4YWZkMzQxY2ZkNzgzYzkyMTNiZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_FkhuSn 0 ResourceCustomizationUUID:639a4fe6-e8cd-4d39-824d-b81ffc83843f ResourceInvariantUUID:bb76bca3-0bd2-4a84-b6e6-02c4de6d87a8 ResourceName:basic_onboard_FkhuSn ResourceType:VF ResourceUUID:3cf17f80-5262-42de-b621-f5c243c44333 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_fkhusn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json ArtifactUUID:0ae10d87-0ba3-4174-8c16-4f6677bb1b15 ArtifactChecksum:MWM5Y2NmZjExMmZmMjMzZDEzODgyYzI2Njc3YmVmY2Q= 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/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml ArtifactUUID:929c3200-89e1-4e75-a5fc-84c7a6fc796f 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/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env ArtifactUUID:4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 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/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env ArtifactUUID:4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T03:53:51.460Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 708743f3-7437-4b03-8449-59f00d02c1ef 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-02-19T03:53:51.506Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T03:53:51.507Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:53:51.507Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:53:51.508Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 50948891-e192-49f3-bc18-9de3cbf403ee from URL: /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:51.508Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:53:51.508Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:51.575Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:53:51.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar 50948891-e192-49f3-bc18-9de3cbf403ee 75674 2023-02-19T03:53:51.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar ASDC sendASDCNotification 2023-02-19T03:53:51.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:51.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:53:51.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:51.578Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:51.578Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778831577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:52.579Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T03:53:52.580Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2023-02-19T03:53:52.580Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 50948891-e192-49f3-bc18-9de3cbf403ee, URL: /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar to file: /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:52.582Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:52.582Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:52.582Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:52.757Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP168487096347396899/Definitions/service-BasicOnboardFkhusn-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-02-19T03:53:54.303Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T03:53:54.304Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-19T03:53:54.305Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.305Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T03:53:54.305Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FkhuSn 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-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.305Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.305Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.306Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.306Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.306Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.306Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||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-BasicOnboardFkhusn-csar.csar 2023-02-19T03:53:54.306Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2023-02-19T03:53:54.307Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.307Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.307Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:54.308Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-19T03:53:54.308Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T03:53:54.308Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.308Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.309Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:54.309Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2023-02-19T03:53:54.309Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T03:53:54.309Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.310Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.310Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.310Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is not matching search criteria 2023-02-19T03:53:54.310Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-19T03:53:54.311Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-19T03:53:54.311Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-19T03:53:54.311Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-19T03:53:54.311Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T03:53:54.312Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.312Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T03:53:54.312Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.312Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:54.312Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:54.313Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.313Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:54.313Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:54.313Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is not matching search criteria 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-19T03:53:54.314Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0ac320eb-216a-4c96-a49e-76d0f281acd9 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.315Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.316Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:54.316Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:54.316Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_FkhuSn Description:service Model UUID:708743f3-7437-4b03-8449-59f00d02c1ef Model Version:NULL Model InvariantUuid:642e4dea-6eb2-41d0-8a74-71e1c24a6794 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_FkhuSn Model UUID:f9b3e311-0100-4b94-8df2-c99445c55904 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bb76bca3-0bd2-4a84-b6e6-02c4de6d87a8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:639a4fe6-e8cd-4d39-824d-b81ffc83843f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fc35eac-5d15-41df-9dea-d8cb8ded1792 ModelName:BasicOnboardFkhusn..base_ubuntu18..module-0 ModelUuid:3515af46-3858-47c7-91c9-b0febccd33c2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0ac320eb-216a-4c96-a49e-76d0f281acd9 ModelInvariantUuid:011d6456-2355-4db7-9d26-79320342947a ModelName:basic_onboard_FkhuSn-nodes.ubuntu18Cvfc ModelUuid:b6e242e0-b1c6-4279-a498-6943d5116191 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7388bc98-b46a-482a-978d-738199cfa811 ModelInvariantUuid:37c2893d-e380-4752-9950-dbec88ac2bfc ModelName:BasicOnboardFkhusn.compute.nodes.heat.ubuntu18 ModelUuid:df76b6ff-f4d9-47fe-9eff-107b8ad6052f 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-02-19T03:53:54.327Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3cf17f80-5262-42de-b621-f5c243c44333 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-02-19T03:53:54.331Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||basic_onboard_FkhuSn 0 2023-02-19T03:53:54.331Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3cf17f80-5262-42de-b621-f5c243c44333 2023-02-19T03:53:54.331Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0ae10d87-0ba3-4174-8c16-4f6677bb1b15 from URL: /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json 2023-02-19T03:53:54.331Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:53:54.331Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json 2023-02-19T03:53:54.390Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:53:54.391Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json 0ae10d87-0ba3-4174-8c16-4f6677bb1b15 798 2023-02-19T03:53:54.391Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json ASDC sendASDCNotification 2023-02-19T03:53:54.392Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json 2023-02-19T03:53:54.392Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:53:54.392Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:54.392Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:54.393Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778834391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:55.393Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFkhusn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fc35eac-5d15-41df-9dea-d8cb8ded1792", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3515af46-3858-47c7-91c9-b0febccd33c2", "vfModuleModelCustomizationUUID": "ff9d1e43-ff9d-4f7c-bc9b-8c260ddf96eb", "isBase": true, "artifacts": [ "929c3200-89e1-4e75-a5fc-84c7a6fc796f", "4bbec88c-1472-4ba1-b5d9-cc1ada3291f8" ], "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-02-19T03:53:55.399Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFkhusn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3515af46-3858-47c7-91c9-b0febccd33c2 VfModuleModelInvariantUUID:1fc35eac-5d15-41df-9dea-d8cb8ded1792 VfModuleModelDescription:NULL Artifacts UUID List:{ 929c3200-89e1-4e75-a5fc-84c7a6fc796f , 4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 } 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-02-19T03:53:55.404Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardFkhusn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fc35eac-5d15-41df-9dea-d8cb8ded1792", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3515af46-3858-47c7-91c9-b0febccd33c2", "vfModuleModelCustomizationUUID": "ff9d1e43-ff9d-4f7c-bc9b-8c260ddf96eb", "isBase": true, "artifacts": [ "929c3200-89e1-4e75-a5fc-84c7a6fc796f", "4bbec88c-1472-4ba1-b5d9-cc1ada3291f8" ], "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-02-19T03:53:55.404Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardFkhusn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3515af46-3858-47c7-91c9-b0febccd33c2 VfModuleModelInvariantUUID:1fc35eac-5d15-41df-9dea-d8cb8ded1792 VfModuleModelDescription:NULL Artifacts UUID List:{ 929c3200-89e1-4e75-a5fc-84c7a6fc796f , 4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 } 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-02-19T03:53:55.405Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 929c3200-89e1-4e75-a5fc-84c7a6fc796f from URL: /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml 2023-02-19T03:53:55.405Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:53:55.405Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml 2023-02-19T03:53:55.462Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:53:55.463Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml 929c3200-89e1-4e75-a5fc-84c7a6fc796f 5033 2023-02-19T03:53:55.463Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-19T03:53:55.463Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml 2023-02-19T03:53:55.463Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:53:55.464Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:55.464Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:55.464Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778835463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:56.465Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 from URL: /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env 2023-02-19T03:53:56.466Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2023-02-19T03:53:56.466Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env 2023-02-19T03:53:56.520Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2023-02-19T03:53:56.521Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env 4bbec88c-1472-4ba1-b5d9-cc1ada3291f8 909 2023-02-19T03:53:56.522Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-19T03:53:56.522Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env 2023-02-19T03:53:56.522Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T03:53:56.523Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:56.523Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:56.524Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778836522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:57.524Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 708743f3-7437-4b03-8449-59f00d02c1ef 2023-02-19T03:53:57.525Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_FkhuSn 0 3cf17f80-5262-42de-b621-f5c243c44333 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-02-19T03:53:57.546Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d834ace, org.onap.sdc.toscaparser.api.parameters.Input@acc99d9, org.onap.sdc.toscaparser.api.parameters.Input@2cc0d4d0, org.onap.sdc.toscaparser.api.parameters.Input@4d7e773d, org.onap.sdc.toscaparser.api.parameters.Input@a6c9166] 2023-02-19T03:53:57.548Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.548Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.549Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2023-02-19T03:53:57.549Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 639a4fe6-e8cd-4d39-824d-b81ffc83843f 2023-02-19T03:53:57.549Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 639a4fe6-e8cd-4d39-824d-b81ffc83843f matches Tosca VF Customization UUID: 639a4fe6-e8cd-4d39-824d-b81ffc83843f 2023-02-19T03:53:57.549Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 639a4fe6-e8cd-4d39-824d-b81ffc83843f 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-02-19T03:53:57.552Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.553Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.553Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 639a4fe6-e8cd-4d39-824d-b81ffc83843f: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-19T03:53:57.554Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70b5bccc 2023-02-19T03:53:57.554Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.554Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T03:53:57.554Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff9d1e43-ff9d-4f7c-bc9b-8c260ddf96eb 2023-02-19T03:53:57.554Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff9d1e43-ff9d-4f7c-bc9b-8c260ddf96eb 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-02-19T03:53:57.557Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.557Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:57.558Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:57.558Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.558Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:57.558Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:57.559Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.559Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is not matching search criteria 2023-02-19T03:53:57.559Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-19T03:53:57.560Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-19T03:53:57.560Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0ac320eb-216a-4c96-a49e-76d0f281acd9 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-02-19T03:53:57.563Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.563Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:57.563Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T03:53:57.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_FkhuSn 0 is matching search criteria 2023-02-19T03:53:57.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_FkhuSn 0] matching following query criteria: sdcType=VF, customizationUUID=639a4fe6-e8cd-4d39-824d-b81ffc83843f 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-02-19T03:53:57.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 708743f3-7437-4b03-8449-59f00d02c1ef: basic_onboard_FkhuSn 2023-02-19T03:53:57.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T03:53:57.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_FkhuSn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T03:53:57.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_FkhuSn 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-02-19T03:53:57.690Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_FkhuSn 3cf17f80-5262-42de-b621-f5c243c44333 1 ASDC deployResourceStructure 2023-02-19T03:53:57.691Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json ASDC sendASDCNotification 2023-02-19T03:53:57.692Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json 2023-02-19T03:53:57.692Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:53:57.693Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:57.693Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:57.694Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778837691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:58.695Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-19T03:53:58.696Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml 2023-02-19T03:53:58.696Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:53:58.696Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:58.697Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:58.697Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778838695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:53:59.698Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-19T03:53:59.699Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env 2023-02-19T03:53:59.699Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:53:59.700Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:53:59.700Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:53:59.700Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778839698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:54:00.701Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar ASDC sendASDCNotification 2023-02-19T03:54:00.702Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar 2023-02-19T03:54:00.702Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T03:54:00.702Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:54:00.703Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:54:00.703Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778840701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:54:01.704Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 00d9155e-b4e5-4309-9a5e-e63c7449f66f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T03:54:01.722Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 00d9155e-b4e5-4309-9a5e-e63c7449f66f 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-02-19T03:54:01.726Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T03:54:01.726Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T03:54:01.726Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T03:54:01.727Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T03:54:01.727Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:54:01.727Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:54:01.727Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:54:01.727Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T03:54:01.728Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T03:54:01.737Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T03:54:31.737Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 00d9155e-b4e5-4309-9a5e-e63c7449f66f 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-02-19T03:54:31.752Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 00d9155e-b4e5-4309-9a5e-e63c7449f66f and serviceModelVersionId: 708743f3-7437-4b03-8449-59f00d02c1ef 2023-02-19T03:54:31.752Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 642e4dea-6eb2-41d0-8a74-71e1c24a6794 2023-02-19T03:54:31.754Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?depth=0 2023-02-19T03:54:31.762Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T03:54:31.837Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?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-02-19T03:54:31.839Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?depth=0|INFO|500||Invoke 2023-02-19T03:54:31.844Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T03:54:32.054Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?depth=0|INFO|500||InvokeReturn 2023-02-19T03:54:32.055Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/642e4dea-6eb2-41d0-8a74-71e1c24a6794/model-vers/model-ver/708743f3-7437-4b03-8449-59f00d02c1ef?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 03:54:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[194], vertex-id=[200880], x-aai-txid=[0-aai-resources-230219-03:54:31:101-45805], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T03:54:32.055Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2023-02-19T03:54:32.056Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T03:54:32.056Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T03:54:32.064Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T03:54:32.064Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 00d9155e-b4e5-4309-9a5e-e63c7449f66f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T03:54:32.065Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T03:54:32.065Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2023-02-19T03:54:32.065Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T03:54:32.065Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Trying to send status: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778872065, "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-02-19T03:54:33.084Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:54:49.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:54:49.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.564Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "acadfb4b-5c87-46f6-b950-d2e6e00c996d", "consumerID": "SO-sdc-controller", "timestamp": 1676778823411, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T03:54:49.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.565Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "NOTIFIED" } 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T03:54:49.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:33.085Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:55:49.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:55:49.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.564Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778824433, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "NOTIFIED" } 2023-02-19T03:55:49.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.565Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778831577, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T03:55:49.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778834391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778835463, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778836522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778837691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/basic_onboard_fkhusn0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778838695, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.567Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778839698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/resourceInstances/basic_onboard_fkhusn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-19T03:55:49.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.568Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778840701, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFkhusn/1.0/artifacts/service-BasicOnboardFkhusn-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T03:55:49.568Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:55:49.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T03:55:49.569Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "00d9155e-b4e5-4309-9a5e-e63c7449f66f", "consumerID": "SO-sdc-controller", "timestamp": 1676778872065, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T03:55:49.569Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T03:56:33.086Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:56:49.562Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:57:33.088Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:57:49.563Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:58:33.089Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:58:49.564Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T03:59:33.090Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T03:59:49.565Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:00:33.090Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:00:49.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:01:33.092Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:01:49.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:02:33.093Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:02:49.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:03:33.094Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:03:49.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:03:52.001Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Node 2 disconnected. 2023-02-19T04:04:33.095Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:04:49.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:05:33.097Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:05:49.573Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:06:33.098Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:06:49.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:07:33.099Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:07:49.575Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:08:33.099Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:08:49.576Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:09:33.101Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:09:49.578Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:10:33.101Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:10:49.579Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:11:33.102Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:11:49.580Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:12:33.103Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:12:49.581Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:13:33.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:13:49.581Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:14:33.107Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:14:49.583Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:15:33.108Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:15:49.583Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:16:33.111Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:16:49.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:17:33.112Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:17:49.585Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:18:33.113Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:18:49.587Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:19:33.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:19:49.587Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:20:33.114Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:20:49.588Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:21:33.115Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:21:49.590Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:22:33.116Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:22:49.591Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:23:33.117Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:23:49.593Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:24:33.118Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:24:49.594Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:25:33.119Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:25:49.595Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:26:33.122Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:26:49.596Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:27:33.123Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:27:49.597Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:28:33.124Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:28:49.599Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:25.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-19T04:29:25.921Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"bb250b9f-6a91-4254-82c5-8691532abae8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d8cfcc62-1070-436f-9ecf-c8931affee58","serviceDescription":"service","serviceInvariantUUID":"bcb87e43-22d7-4d62-8cab-32fd8847a7f5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"86bb67fc-b28f-4cfd-b9b2-d0e2dd280996","resourceInvariantUUID":"cadc3e66-1ccf-4e53-8c40-d6fcc25e19ab","resourceCustomizationUUID":"8413c9af-a2d9-4680-b522-c948c5824ad0","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":"NThlMzM4MDc2ZTdmYWQ3MzYxM2M5OWY5MjNhZDdkZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f91e9ae4-af87-41ce-9ad7-c91c6ebc63c7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTNjNDRhOTVkN2U2NWViMTVlZDFlZTRkZjkwYzRmYjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02bde82b-0c88-4849-98b5-7f6d628ba276","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T04:29:25.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:29:25.930Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:29:25.930Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:29:25.931Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780913124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:25.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.934Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.935Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T04:29:25.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:29:25.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "multicloud-k8s", "timestamp": 1676780962637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:29:25.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:29:26.936Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:29:26.937Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:29:26.937Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:29:26.938Z||pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780913124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:27.939Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d8cfcc62-1070-436f-9ecf-c8931affee58", "serviceDescription": "service", "serviceInvariantUUID": "bcb87e43-22d7-4d62-8cab-32fd8847a7f5", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8413c9af-a2d9-4680-b522-c948c5824ad0", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "86bb67fc-b28f-4cfd-b9b2-d0e2dd280996", "resourceInvariantUUID": "cadc3e66-1ccf-4e53-8c40-d6fcc25e19ab", "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": "YTNjNDRhOTVkN2U2NWViMTVlZDFlZTRkZjkwYzRmYjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02bde82b-0c88-4849-98b5-7f6d628ba276" } ], "workloadContext": "Production" } 2023-02-19T04:29:27.940Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T04:29:27.940Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d8cfcc62-1070-436f-9ecf-c8931affee58 ASDC 2023-02-19T04:29:27.940Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:bb250b9f-6a91-4254-82c5-8691532abae8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d8cfcc62-1070-436f-9ecf-c8931affee58 ServiceInvariantUUID:bcb87e43-22d7-4d62-8cab-32fd8847a7f5 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:02bde82b-0c88-4849-98b5-7f6d628ba276 ArtifactChecksum:YTNjNDRhOTVkN2U2NWViMTVlZDFlZTRkZjkwYzRmYjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8413c9af-a2d9-4680-b522-c948c5824ad0 ResourceInvariantUUID:cadc3e66-1ccf-4e53-8c40-d6fcc25e19ab ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:86bb67fc-b28f-4cfd-b9b2-d0e2dd280996 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-19T04:29:27.941Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d8cfcc62-1070-436f-9ecf-c8931affee58 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-02-19T04:29:27.975Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:29:27.976Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:29:27.976Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:29:27.976Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 02bde82b-0c88-4849-98b5-7f6d628ba276 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-19T04:29:27.976Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:29:27.977Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-19T04:29:28.064Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:29:28.066Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 02bde82b-0c88-4849-98b5-7f6d628ba276 57788 2023-02-19T04:29:28.066Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-19T04:29:28.066Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-19T04:29:28.066Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:29:28.067Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:29:28.067Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:29:28.067Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780968066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:29.068Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:29:29.069Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:29:29.069Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 02bde82b-0c88-4849-98b5-7f6d628ba276, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.069Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-19T04:29:29.070Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.071Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.270Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4031034822790593766/Definitions/service-BasicNetwork-template.yml 2023-02-19T04:29:29.809Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T04:29:29.810Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:29:29.810Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.810Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-19T04:29:29.810Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.811Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:29:29.812Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.812Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.812Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:29:29.813Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:29:29.814Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.814Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.814Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.814Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.814Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.815Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.815Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.815Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.815Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.815Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.816Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d8cfcc62-1070-436f-9ecf-c8931affee58 Model Version:NULL Model InvariantUuid:bcb87e43-22d7-4d62-8cab-32fd8847a7f5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:cadc3e66-1ccf-4e53-8c40-d6fcc25e19ab Model UUID:48cb7768-0446-422b-af3a-af18cd9a1811 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8413c9af-a2d9-4680-b522-c948c5824ad0 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-02-19T04:29:29.824Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 86bb67fc-b28f-4cfd-b9b2-d0e2dd280996 2023-02-19T04:29:29.825Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||No resources found for Service: d8cfcc62-1070-436f-9ecf-c8931affee58 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-02-19T04:29:29.833Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500|| 2023-02-19T04:29:29.834Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-19T04:29:29.835Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d8cfcc62-1070-436f-9ecf-c8931affee58 2023-02-19T04:29:29.835Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d8cfcc62-1070-436f-9ecf-c8931affee58 2023-02-19T04:29:29.835Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-19T04:29:29.836Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.842Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bfb5bd1, org.onap.sdc.toscaparser.api.parameters.Input@24cea269, org.onap.sdc.toscaparser.api.parameters.Input@4581fbf0, org.onap.sdc.toscaparser.api.parameters.Input@7e5653ef, org.onap.sdc.toscaparser.api.parameters.Input@1f12ba27] 2023-02-19T04:29:29.843Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.844Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.844Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.844Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.844Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d8cfcc62-1070-436f-9ecf-c8931affee58: Generic NeutronNet 2023-02-19T04:29:29.845Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.845Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.845Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.845Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.892Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.893Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.893Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.894Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.894Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:29:29.894Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:29:29.894Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||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-02-19T04:29:29.973Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-19T04:29:29.973Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-19T04:29:29.973Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-19T04:29:29.973Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:29:29.974Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:29:29.974Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:29:29.974Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780969973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:30.975Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:29:30.988Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:29:30.990Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:29:30.990Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T04:29:30.990Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T04:29:49.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:29:49.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:29:49.564Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "cds-sdc-listener", "timestamp": 1676780929363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:29:49.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:00.991Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:30:01.001Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:30:01.003Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:30:01.003Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T04:30:01.003Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T04:30:31.004Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:30:31.022Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:30:31.028Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:30:31.028Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T04:30:31.028Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T04:30:49.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:30:49.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.565Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780913124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:30:49.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676780965913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:30:49.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "cds-sdc-listener", "timestamp": 1676780929363, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:30:49.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780913124, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:30:49.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "multicloud-k8s", "timestamp": 1676780962637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:30:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676780965913, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "cds-sdc-listener", "timestamp": 1676780968439, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780968066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:30:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676780969010, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:30:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676780969973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:30:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676780970826, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:30:49.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676780971834, "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-02-19T04:30:49.585Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb250b9f-6a91-4254-82c5-8691532abae8 2023-02-19T04:30:49.585Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:30:49.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "aai-model-loader", "timestamp": 1676780974749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:30:49.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "aai-model-loader", "timestamp": 1676780974749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "aai-model-loader", "timestamp": 1676780976848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "aai-model-loader", "timestamp": 1676780981105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:30:49.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:30:49.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:30:49.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "aai-model-loader", "timestamp": 1676780982108, "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-02-19T04:30:49.606Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb250b9f-6a91-4254-82c5-8691532abae8 2023-02-19T04:30:49.606Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:31:01.028Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:31:01.052Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:31:01.055Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:31:01.055Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:31:01.056Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T04:31:01.065Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T04:31:31.066Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb250b9f-6a91-4254-82c5-8691532abae8 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-02-19T04:31:31.073Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb250b9f-6a91-4254-82c5-8691532abae8 and serviceModelVersionId: d8cfcc62-1070-436f-9ecf-c8931affee58 2023-02-19T04:31:31.073Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bcb87e43-22d7-4d62-8cab-32fd8847a7f5 2023-02-19T04:31:31.074Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0 2023-02-19T04:31:31.079Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T04:31:31.158Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0|INFO|500||Invoke 2023-02-19T04:31:31.158Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb250b9f-6a91-4254-82c5-8691532abae8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f9dfecf6-030f-4a5b-be7f-cce867621c5c], X-ECOMP-RequestID=[bb250b9f-6a91-4254-82c5-8691532abae8], X-TransactionId=[], X-ONAP-RequestID=[bb250b9f-6a91-4254-82c5-8691532abae8], Content-Type=[application/merge-patch+json]} 2023-02-19T04:31:31.166Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T04:31:31.335Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?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/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 04:31:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[245984], x-aai-txid=[2-aai-resources-230219-04:31:30:380-51627], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T04:31:31.335Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T04:31:31.336Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/bcb87e43-22d7-4d62-8cab-32fd8847a7f5/model-vers/model-ver/d8cfcc62-1070-436f-9ecf-c8931affee58?depth=0|INFO|500||InvokeReturn 2023-02-19T04:31:31.336Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T04:31:31.336Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T04:31:31.343Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T04:31:31.343Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb250b9f-6a91-4254-82c5-8691532abae8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T04:31:31.343Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T04:31:31.344Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:31.344Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:31.344Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676781091343, "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-02-19T04:31:32.361Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:31:32.381Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-19T04:31:32.382Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"2c7ad429-708e-471f-b930-600fb7f19217","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f56794c9-6b9d-49e1-96af-d4ee76d2f44e","serviceDescription":"service","serviceInvariantUUID":"2d00034a-0c54-4559-8ef9-6b2b96454526","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20f8501e-ec63-4791-b3a5-3032a58c2250","resourceInvariantUUID":"1f9ce724-1099-4670-8673-6e7ac95f3f99","resourceCustomizationUUID":"ff3ecd24-cfa1-4932-a1a4-f7fd13b03866","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":"ZjJmOTIzZTQ2NWIzZDI3YzlmN2IwODgyM2ZmM2M5OWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a28aae17-deb8-4fb8-81dc-200abfcb4860","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":"ZTQ4NTMyNjlmODQzNWYzZWQ1MGRhMDNmNGE1YjU0YjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"accf804a-4872-4565-9815-10be4166771b","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":"42b769a3-6e4e-43ac-aa86-7df2ca976d10","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":"3e859242-9a17-43c1-8f29-9094c07b5954","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":"d7b72a1f-b268-43ca-ada1-256b128d4e6e","artifactVersion":"2","generatedFromUUID":"42b769a3-6e4e-43ac-aa86-7df2ca976d10"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzUzYmRjMzU1YzQxZjlkNmVjMmRmYmI4YjAwYzEyYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c825dfb2-3401-4137-965c-3a2ecbe026c4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2FjOTNkZjhiOGM0OTdiMjQ0ZGE1NDJjMDQ1NDE5MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df33a4a1-d0ae-4112-9397-cda05e81b43e","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T04:31:32.384Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:32.384Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:32.384Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:32.384Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "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-02-19T04:31:33.385Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:33.385Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:33.386Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:33.386Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "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-02-19T04:31:34.387Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:34.387Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:34.388Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:34.388Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "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-02-19T04:31:35.389Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:35.390Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:35.390Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:35.390Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "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-02-19T04:31:36.391Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:36.392Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:36.392Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:36.392Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "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-02-19T04:31:37.393Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:37.394Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:37.395Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:37.395Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:31:38.396Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:31:38.397Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:38.397Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:38.397Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:31:39.399Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "f56794c9-6b9d-49e1-96af-d4ee76d2f44e", "serviceDescription": "service", "serviceInvariantUUID": "2d00034a-0c54-4559-8ef9-6b2b96454526", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "ff3ecd24-cfa1-4932-a1a4-f7fd13b03866", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20f8501e-ec63-4791-b3a5-3032a58c2250", "resourceInvariantUUID": "1f9ce724-1099-4670-8673-6e7ac95f3f99", "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": "ZTQ4NTMyNjlmODQzNWYzZWQ1MGRhMDNmNGE1YjU0YjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "accf804a-4872-4565-9815-10be4166771b", "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": "42b769a3-6e4e-43ac-aa86-7df2ca976d10", "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": "d7b72a1f-b268-43ca-ada1-256b128d4e6e", "generatedFromUUID": "42b769a3-6e4e-43ac-aa86-7df2ca976d10" }, "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": "d7b72a1f-b268-43ca-ada1-256b128d4e6e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "M2FjOTNkZjhiOGM0OTdiMjQ0ZGE1NDJjMDQ1NDE5MTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df33a4a1-d0ae-4112-9397-cda05e81b43e" } ], "workloadContext": "Production" } 2023-02-19T04:31:39.400Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T04:31:39.400Z|bb250b9f-6a91-4254-82c5-8691532abae8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f56794c9-6b9d-49e1-96af-d4ee76d2f44e ASDC 2023-02-19T04:31:39.401Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:2c7ad429-708e-471f-b930-600fb7f19217 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:f56794c9-6b9d-49e1-96af-d4ee76d2f44e ServiceInvariantUUID:2d00034a-0c54-4559-8ef9-6b2b96454526 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:df33a4a1-d0ae-4112-9397-cda05e81b43e ArtifactChecksum:M2FjOTNkZjhiOGM0OTdiMjQ0ZGE1NDJjMDQ1NDE5MTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 ResourceInvariantUUID:1f9ce724-1099-4670-8673-6e7ac95f3f99 ResourceName:basic_vm ResourceType:VF ResourceUUID:20f8501e-ec63-4791-b3a5-3032a58c2250 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:accf804a-4872-4565-9815-10be4166771b ArtifactChecksum:ZTQ4NTMyNjlmODQzNWYzZWQ1MGRhMDNmNGE1YjU0YjY= 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:42b769a3-6e4e-43ac-aa86-7df2ca976d10 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:d7b72a1f-b268-43ca-ada1-256b128d4e6e 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:d7b72a1f-b268-43ca-ada1-256b128d4e6e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T04:31:39.401Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f56794c9-6b9d-49e1-96af-d4ee76d2f44e 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-02-19T04:31:39.439Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:31:39.440Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:31:39.440Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:31:39.440Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: df33a4a1-d0ae-4112-9397-cda05e81b43e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-19T04:31:39.440Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:31:39.441Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-19T04:31:39.515Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:31:39.516Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar df33a4a1-d0ae-4112-9397-cda05e81b43e 75193 2023-02-19T04:31:39.516Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-19T04:31:39.517Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-19T04:31:39.517Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:31:39.517Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:39.518Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:39.518Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781099516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:31:40.519Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:31:40.520Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:31:40.520Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: df33a4a1-d0ae-4112-9397-cda05e81b43e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:40.521Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-19T04:31:40.522Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:40.522Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:40.678Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11176485715218424779/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-02-19T04:31:42.069Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.070Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:42.071Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:31:42.072Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:31:42.072Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.072Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.072Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:42.072Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-19T04:31:42.073Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.074Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T04:31:42.075Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.075Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:42.075Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:42.075Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.076Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:42.076Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:42.076Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.076Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:42.076Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:42.077Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.077Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-19T04:31:42.077Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-19T04:31:42.077Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T04:31:42.077Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5755521-7cfe-4b13-816c-64951f3c354e 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.078Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:42.079Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:42.079Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:f56794c9-6b9d-49e1-96af-d4ee76d2f44e Model Version:NULL Model InvariantUuid:2d00034a-0c54-4559-8ef9-6b2b96454526 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7402c92e-0466-429d-b5a4-314a1a714bcd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1f9ce724-1099-4670-8673-6e7ac95f3f99 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18498fab-37e8-459d-8881-19d9bad24e79 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:cc22fa9c-dcb4-4da7-aff2-9ea4a34c380b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5755521-7cfe-4b13-816c-64951f3c354e ModelInvariantUuid:b86b443a-6077-4954-8e43-1a1f002ec592 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:20775858-3c16-47da-89dc-fa485516d6dc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:85de3e24-7841-4240-b80c-20d23e9b08a2 ModelInvariantUuid:a80fdad7-a5a8-420f-a1b3-6a563c2c8a2b ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:464c3ad5-02ad-4294-b5a7-d5a1698c49c4 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-02-19T04:31:42.087Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 20f8501e-ec63-4791-b3a5-3032a58c2250 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-02-19T04:31:42.091Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||basic_vm 0 2023-02-19T04:31:42.091Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20f8501e-ec63-4791-b3a5-3032a58c2250 2023-02-19T04:31:42.091Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: accf804a-4872-4565-9815-10be4166771b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-19T04:31:42.091Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:31:42.092Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.244Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:31:42.245Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json accf804a-4872-4565-9815-10be4166771b 787 2023-02-19T04:31:42.245Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.245Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:42.245Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:31:42.246Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:42.246Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:42.246Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781102245, "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-02-19T04:31:43.248Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "18498fab-37e8-459d-8881-19d9bad24e79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc22fa9c-dcb4-4da7-aff2-9ea4a34c380b", "vfModuleModelCustomizationUUID": "9874b0bb-bd8e-4046-b6db-cac5e6f0a949", "isBase": true, "artifacts": [ "42b769a3-6e4e-43ac-aa86-7df2ca976d10", "d7b72a1f-b268-43ca-ada1-256b128d4e6e" ], "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-02-19T04:31:43.252Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc22fa9c-dcb4-4da7-aff2-9ea4a34c380b VfModuleModelInvariantUUID:18498fab-37e8-459d-8881-19d9bad24e79 VfModuleModelDescription:NULL Artifacts UUID List:{ 42b769a3-6e4e-43ac-aa86-7df2ca976d10 , d7b72a1f-b268-43ca-ada1-256b128d4e6e } 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-02-19T04:31:43.254Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "18498fab-37e8-459d-8881-19d9bad24e79", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cc22fa9c-dcb4-4da7-aff2-9ea4a34c380b", "vfModuleModelCustomizationUUID": "9874b0bb-bd8e-4046-b6db-cac5e6f0a949", "isBase": true, "artifacts": [ "42b769a3-6e4e-43ac-aa86-7df2ca976d10", "d7b72a1f-b268-43ca-ada1-256b128d4e6e" ], "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-02-19T04:31:43.254Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cc22fa9c-dcb4-4da7-aff2-9ea4a34c380b VfModuleModelInvariantUUID:18498fab-37e8-459d-8881-19d9bad24e79 VfModuleModelDescription:NULL Artifacts UUID List:{ 42b769a3-6e4e-43ac-aa86-7df2ca976d10 , d7b72a1f-b268-43ca-ada1-256b128d4e6e } 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-02-19T04:31:43.254Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42b769a3-6e4e-43ac-aa86-7df2ca976d10 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-19T04:31:43.254Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:31:43.255Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:43.356Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:31:43.357Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 42b769a3-6e4e-43ac-aa86-7df2ca976d10 5033 2023-02-19T04:31:43.357Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:43.357Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:43.357Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:31:43.357Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:43.358Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:43.358Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781103357, "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-02-19T04:31:44.359Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7b72a1f-b268-43ca-ada1-256b128d4e6e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-19T04:31:44.360Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:31:44.360Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:44.445Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:31:44.445Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d7b72a1f-b268-43ca-ada1-256b128d4e6e 903 2023-02-19T04:31:44.446Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:44.446Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:44.446Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:31:44.446Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:44.447Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:44.447Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781104446, "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-02-19T04:31:45.449Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f56794c9-6b9d-49e1-96af-d4ee76d2f44e 2023-02-19T04:31:45.450Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 20f8501e-ec63-4791-b3a5-3032a58c2250 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-02-19T04:31:45.461Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4df866fc, org.onap.sdc.toscaparser.api.parameters.Input@79fe02b9, org.onap.sdc.toscaparser.api.parameters.Input@642ed738, org.onap.sdc.toscaparser.api.parameters.Input@1aeb5e2c, org.onap.sdc.toscaparser.api.parameters.Input@14aa040b] 2023-02-19T04:31:45.463Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.464Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.464Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-19T04:31:45.465Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 2023-02-19T04:31:45.465Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 matches Tosca VF Customization UUID: ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 2023-02-19T04:31:45.465Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 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-02-19T04:31:45.469Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.469Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.470Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ff3ecd24-cfa1-4932-a1a4-f7fd13b03866: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-19T04:31:45.470Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f178180 2023-02-19T04:31:45.470Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.470Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T04:31:45.471Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9874b0bb-bd8e-4046-b6db-cac5e6f0a949 2023-02-19T04:31:45.471Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9874b0bb-bd8e-4046-b6db-cac5e6f0a949 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-02-19T04:31:45.475Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.475Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:45.475Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:45.476Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.476Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:45.477Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:45.477Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.477Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-19T04:31:45.478Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-19T04:31:45.478Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T04:31:45.478Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a5755521-7cfe-4b13-816c-64951f3c354e 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-02-19T04:31:45.486Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.487Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:45.487Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:31:45.487Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.487Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-19T04:31:45.487Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=ff3ecd24-cfa1-4932-a1a4-f7fd13b03866 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-02-19T04:31:45.489Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.489Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.489Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f56794c9-6b9d-49e1-96af-d4ee76d2f44e: basic_vm 2023-02-19T04:31:45.489Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.490Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.491Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.491Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:31:45.491Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:31:45.492Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:45.578Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 20f8501e-ec63-4791-b3a5-3032a58c2250 1 ASDC deployResourceStructure 2023-02-19T04:31:45.579Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:45.579Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:45.579Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:31:45.580Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:45.580Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:45.580Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781105579, "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-02-19T04:31:46.581Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:46.582Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:46.582Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:31:46.582Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:46.582Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:46.582Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781106581, "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-02-19T04:31:47.583Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:47.584Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||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-02-19T04:31:47.584Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:31:47.584Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:47.585Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:47.585Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781107583, "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-02-19T04:31:48.586Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-19T04:31:48.586Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-19T04:31:48.586Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:31:48.587Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:31:48.587Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:31:48.587Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781108586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:31:49.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:31:49.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-19T04:31:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676780969446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781004749, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676780997323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "cds-sdc-listener", "timestamp": 1676781014087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676781013081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781014094, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676781014152, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.576Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676781015215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.576Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676781016260, "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-02-19T04:31:49.583Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c7ad429-708e-471f-b930-600fb7f19217 2023-02-19T04:31:49.583Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7ad429-708e-471f-b930-600fb7f19217 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-02-19T04:31:49.588Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7ad429-708e-471f-b930-600fb7f19217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:31:49.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "multicloud-k8s", "timestamp": 1676781017262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 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-02-19T04:31:49.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781021470, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.602Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7ad429-708e-471f-b930-600fb7f19217 2023-02-19T04:31:49.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 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-02-19T04:31:49.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "aai-model-loader", "timestamp": 1676781022473, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 2023-02-19T04:31:49.604Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:31:49.604Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T04:31:49.604Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:31:49.610Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c7ad429-708e-471f-b930-600fb7f19217 2023-02-19T04:31:49.611Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7ad429-708e-471f-b930-600fb7f19217 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-02-19T04:31:49.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.620Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.621Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781015092, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "cds-sdc-listener", "timestamp": 1676781026306, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.624Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.625Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.626Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.627Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.628Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781033666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.629Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781018266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.630Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781027310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781036031, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.631Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "cds-sdc-listener", "timestamp": 1676781036716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781035725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.633Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781037035, "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-02-19T04:31:49.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c7ad429-708e-471f-b930-600fb7f19217 2023-02-19T04:31:49.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c7ad429-708e-471f-b930-600fb7f19217 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-02-19T04:31:49.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.649Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.649Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.649Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.649Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781036920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781038082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.650Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781039262, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781040333, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T04:31:49.669Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 2023-02-19T04:31:49.670Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 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-02-19T04:31:49.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.684Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "multicloud-k8s", "timestamp": 1676781041337, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781042956, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.686Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781046137, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781048089, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.687Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781048274, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:31:49.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:31:49.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.688Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781049092, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:31:49.705Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8027f6a-6c4d-4691-a437-f7116fa51d0d 2023-02-19T04:31:49.706Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8027f6a-6c4d-4691-a437-f7116fa51d0d 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-02-19T04:31:49.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:31:49.720Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "aai-model-loader", "timestamp": 1676781049277, "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-02-19T04:31:49.725Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8027f6a-6c4d-4691-a437-f7116fa51d0d 2023-02-19T04:31:49.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8027f6a-6c4d-4691-a437-f7116fa51d0d 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-02-19T04:32:19.604Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c7ad429-708e-471f-b930-600fb7f19217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:32:19.619Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c7ad429-708e-471f-b930-600fb7f19217 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-02-19T04:32:19.626Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:32:19.627Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T04:32:19.636Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T04:32:49.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:49.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.565Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.566Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.568Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.568Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.569Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.570Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781025913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781034749, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781059206, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781059363, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781061529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.573Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676781062532, "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-02-19T04:32:49.581Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 2023-02-19T04:32:49.581Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 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-02-19T04:32:49.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781066470, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "aai-model-loader", "timestamp": 1676781067473, "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-02-19T04:32:49.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 2023-02-19T04:32:49.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 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-02-19T04:32:49.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "bb250b9f-6a91-4254-82c5-8691532abae8", "consumerID": "SO-sdc-controller", "timestamp": 1676781091343, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781099516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781102245, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781103357, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781104446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-19T04:32:49.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781105579, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781106581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781107583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:32:49.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781108586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:32:49.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:32:49.636Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c7ad429-708e-471f-b930-600fb7f19217 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-02-19T04:32:49.641Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c7ad429-708e-471f-b930-600fb7f19217 and serviceModelVersionId: f56794c9-6b9d-49e1-96af-d4ee76d2f44e 2023-02-19T04:32:49.642Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d00034a-0c54-4559-8ef9-6b2b96454526 2023-02-19T04:32:49.642Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0 2023-02-19T04:32:49.646Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T04:32:49.711Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0|INFO|500||Invoke 2023-02-19T04:32:49.712Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c7ad429-708e-471f-b930-600fb7f19217], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[40823c62-42f3-4ba3-a7b0-f76fb847970a], X-ECOMP-RequestID=[2c7ad429-708e-471f-b930-600fb7f19217], X-TransactionId=[], X-ONAP-RequestID=[2c7ad429-708e-471f-b930-600fb7f19217], Content-Type=[application/merge-patch+json]} 2023-02-19T04:32:49.721Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T04:32:49.900Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?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/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 04:32:48 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[175], vertex-id=[168056], x-aai-txid=[1-aai-resources-230219-04:32:48:931-47213], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T04:32:49.900Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T04:32:49.901Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2d00034a-0c54-4559-8ef9-6b2b96454526/model-vers/model-ver/f56794c9-6b9d-49e1-96af-d4ee76d2f44e?depth=0|INFO|500||InvokeReturn 2023-02-19T04:32:49.901Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T04:32:49.902Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T04:32:49.907Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T04:32:49.908Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c7ad429-708e-471f-b930-600fb7f19217 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T04:32:49.908Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T04:32:49.909Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:49.909Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:49.909Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781169908, "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-02-19T04:32:50.922Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-19T04:32:50.922Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b8027f6a-6c4d-4691-a437-f7116fa51d0d","serviceName":"Demo_pNF_8oCRpHlOKEqQGgzIoqrx","serviceVersion":"1.0","serviceUUID":"dcfcb788-ff62-424a-b41c-6a203e0a921d","serviceDescription":"catalog service description","serviceInvariantUUID":"c68a952d-fb2a-4c9e-965c-eb761c3d6761","resources":[{"resourceInstanceName":"pNF b1547660-e138 0","resourceName":"pNF b1547660-e138","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a9d1974f-661f-4ee4-90f7-181031c9c46d","resourceInvariantUUID":"df3a351c-fc28-4df2-9708-bdbda43bfb99","resourceCustomizationUUID":"9635c5ca-0fea-43e2-84da-c2359a64167a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml","artifactChecksum":"YTYyY2JiMjQ5ZDNiMjdjM2UyNjFiYTU5ZjEzMmMzMTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10a34598-2c74-4857-a695-f1d5d2d07c07","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar","artifactChecksum":"ZDk4MTBjZWZhMmNmM2VhNjgzZWJjZTFlNzUzODYyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"04a23f26-7c49-41a0-9e52-19d5ea806c16","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d48482f-4991-4f3d-b9b4-3d7e3ac6efd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml","artifactChecksum":"ZTliYTFjYWE2OWM2ZmE2NWUyYjQzMzNhNzMzYTdmOWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6257a6c2-c4f3-420e-96c9-0f4cdbc34e90","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"db1335bc-4251-47da-8139-5d9a6b6d3537","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f92d20b-99f2-4966-98d8-87c800b78213","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8ocrphlokeqqggzioqrx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml","artifactChecksum":"NjA0OGMxNDI5ZDVlNWMyYTg1OTg3NzhlNzljNWIxYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a519579-3a8c-45a1-9964-0969c5944b05","artifactVersion":"1"},{"artifactName":"service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar","artifactChecksum":"N2MxNGYxMzU1NjY4NTBjOTUwYmM4NDE0NmQ4ZTZjODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fff8325e-175e-44e2-bd9f-fc103d9f6420","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T04:32:50.923Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:50.923Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:50.923Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:50.923Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:51.924Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:51.925Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:51.925Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:51.925Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:52.925Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:52.926Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:52.926Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:52.926Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:53.927Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:53.928Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:53.928Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:53.928Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:54.929Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:54.929Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:54.929Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:54.930Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:55.930Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:55.931Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:55.931Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:55.931Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:56.932Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:56.932Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:56.933Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:56.933Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:57.933Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:32:57.934Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:57.934Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:57.934Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:32:58.935Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "serviceName": "Demo_pNF_8oCRpHlOKEqQGgzIoqrx", "serviceVersion": "1.0", "serviceUUID": "dcfcb788-ff62-424a-b41c-6a203e0a921d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c68a952d-fb2a-4c9e-965c-eb761c3d6761", "resources": [ { "resourceInstanceName": "pNF b1547660-e138 0", "resourceCustomizationUUID": "9635c5ca-0fea-43e2-84da-c2359a64167a", "resourceName": "pNF b1547660-e138", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a9d1974f-661f-4ee4-90f7-181031c9c46d", "resourceInvariantUUID": "df3a351c-fc28-4df2-9708-bdbda43bfb99", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "artifactChecksum": "N2MxNGYxMzU1NjY4NTBjOTUwYmM4NDE0NmQ4ZTZjODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fff8325e-175e-44e2-bd9f-fc103d9f6420" } ], "workloadContext": "Production" } 2023-02-19T04:32:58.936Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T04:32:58.936Z|2c7ad429-708e-471f-b930-600fb7f19217|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcfcb788-ff62-424a-b41c-6a203e0a921d ASDC 2023-02-19T04:32:58.936Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b8027f6a-6c4d-4691-a437-f7116fa51d0d ServiceName:Demo_pNF_8oCRpHlOKEqQGgzIoqrx ServiceVersion:1.0 ServiceUUID:dcfcb788-ff62-424a-b41c-6a203e0a921d ServiceInvariantUUID:c68a952d-fb2a-4c9e-965c-eb761c3d6761 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar ArtifactUUID:fff8325e-175e-44e2-bd9f-fc103d9f6420 ArtifactChecksum:N2MxNGYxMzU1NjY4NTBjOTUwYmM4NDE0NmQ4ZTZjODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF b1547660-e138 0 ResourceCustomizationUUID:9635c5ca-0fea-43e2-84da-c2359a64167a ResourceInvariantUUID:df3a351c-fc28-4df2-9708-bdbda43bfb99 ResourceName:pNF b1547660-e138 ResourceType:PNF ResourceUUID:a9d1974f-661f-4ee4-90f7-181031c9c46d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-19T04:32:58.936Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcfcb788-ff62-424a-b41c-6a203e0a921d 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-02-19T04:32:58.964Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:32:58.964Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:32:58.964Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:32:58.964Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fff8325e-175e-44e2-bd9f-fc103d9f6420 from URL: /sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:32:58.965Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:32:58.965Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:32:59.026Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:32:59.027Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar fff8325e-175e-44e2-bd9f-fc103d9f6420 88019 2023-02-19T04:32:59.027Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar ASDC sendASDCNotification 2023-02-19T04:32:59.028Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:32:59.028Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:32:59.028Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:32:59.028Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:32:59.028Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781179027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:00.030Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:33:00.031Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:33:00.031Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: fff8325e-175e-44e2-bd9f-fc103d9f6420, URL: /sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar to file: /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:00.031Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:00.032Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:00.032Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:00.166Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2319004178493686394/Definitions/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml 2023-02-19T04:33:01.008Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T04:33:01.009Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:33:01.009Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||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-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||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-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.010Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.011Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.011Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b1547660-e138 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-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.011Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:33:01.011Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.011Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.012Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Node template pNF b1547660-e138 0 is matching search criteria 2023-02-19T04:33:01.012Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:33:01.012Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b1547660-e138 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:33:01.012Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.013Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.013Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Node template pNF b1547660-e138 0 is matching search criteria 2023-02-19T04:33:01.013Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:33:01.013Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b1547660-e138 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:33:01.013Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.014Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.014Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.014Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.014Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.015Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8oCRpHlOKEqQGgzIoqrx Description:catalog service description Model UUID:dcfcb788-ff62-424a-b41c-6a203e0a921d Model Version:NULL Model InvariantUuid:c68a952d-fb2a-4c9e-965c-eb761c3d6761 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-02-19T04:33:01.022Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a9d1974f-661f-4ee4-90f7-181031c9c46d 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-02-19T04:33:01.024Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||pNF b1547660-e138 0 2023-02-19T04:33:01.025Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a9d1974f-661f-4ee4-90f7-181031c9c46d 2023-02-19T04:33:01.025Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||No resources found for Service: dcfcb788-ff62-424a-b41c-6a203e0a921d 2023-02-19T04:33:01.025Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dcfcb788-ff62-424a-b41c-6a203e0a921d 2023-02-19T04:33:01.025Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b1547660-e138 0 a9d1974f-661f-4ee4-90f7-181031c9c46d 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-02-19T04:33:01.032Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71d43888, org.onap.sdc.toscaparser.api.parameters.Input@4b0c7b67, org.onap.sdc.toscaparser.api.parameters.Input@21f4ee3f, org.onap.sdc.toscaparser.api.parameters.Input@6ed1ddf7, org.onap.sdc.toscaparser.api.parameters.Input@3e91b8dd] 2023-02-19T04:33:01.033Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.033Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.033Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dcfcb788-ff62-424a-b41c-6a203e0a921d: pNF b1547660-e138 2023-02-19T04:33:01.033Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Processing PNF resource: a9d1974f-661f-4ee4-90f7-181031c9c46d 2023-02-19T04:33:01.034Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:01.034Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8oCRpHlOKEqQGgzIoqrx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:01.034Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9635c5ca-0fea-43e2-84da-c2359a64167a is the same as notified resource customizationUUID: 9635c5ca-0fea-43e2-84da-c2359a64167a 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-02-19T04:33:01.137Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b1547660-e138 a9d1974f-661f-4ee4-90f7-181031c9c46d 0 ASDC deployResourceStructure 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar ASDC sendASDCNotification 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:01.138Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781181138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:02.139Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8027f6a-6c4d-4691-a437-f7116fa51d0d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:33:02.152Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8027f6a-6c4d-4691-a437-f7116fa51d0d 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-02-19T04:33:02.154Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:33:02.154Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:02.155Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T04:33:02.161Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T04:33:32.162Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8027f6a-6c4d-4691-a437-f7116fa51d0d 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-02-19T04:33:32.170Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8027f6a-6c4d-4691-a437-f7116fa51d0d and serviceModelVersionId: dcfcb788-ff62-424a-b41c-6a203e0a921d 2023-02-19T04:33:32.170Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c68a952d-fb2a-4c9e-965c-eb761c3d6761 2023-02-19T04:33:32.172Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0 2023-02-19T04:33:32.177Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T04:33:32.238Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0|INFO|500||Invoke 2023-02-19T04:33:32.239Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b8027f6a-6c4d-4691-a437-f7116fa51d0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6fb94e65-dff1-4b7b-8c95-a9c331f46ce2], X-ECOMP-RequestID=[b8027f6a-6c4d-4691-a437-f7116fa51d0d], X-TransactionId=[], X-ONAP-RequestID=[b8027f6a-6c4d-4691-a437-f7116fa51d0d], Content-Type=[application/merge-patch+json]} 2023-02-19T04:33:32.246Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T04:33:32.459Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?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/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 04:33:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[209], vertex-id=[200816], x-aai-txid=[0-aai-resources-230219-04:33:31:453-7413], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T04:33:32.460Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T04:33:32.461Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/c68a952d-fb2a-4c9e-965c-eb761c3d6761/model-vers/model-ver/dcfcb788-ff62-424a-b41c-6a203e0a921d?depth=0|INFO|500||InvokeReturn 2023-02-19T04:33:32.462Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T04:33:32.462Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T04:33:32.468Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T04:33:32.469Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8027f6a-6c4d-4691-a437-f7116fa51d0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T04:33:32.470Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T04:33:32.471Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:32.471Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:32.471Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781212470, "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-02-19T04:33:33.490Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-19T04:33:33.491Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"89e9fb25-a3a3-40b5-944a-7ed2b09292f1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"08b74d0e-37eb-46e1-ae83-7fd50d1ba883","serviceDescription":"service","serviceInvariantUUID":"56f21e5e-73e4-4192-8c53-d81d1afd6750","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7bc5a68b-cfa8-4fdc-8e5d-11923138e907","resourceInvariantUUID":"c530947f-3b42-47d9-b1a5-2fad045f4e83","resourceCustomizationUUID":"b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"MWVlMzUwMDFjYWU4NmMyY2FjMTU1ZTNiYTRlYTllOTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9ce3bf5e-d5b3-47d7-90dc-c0b1b8bcdb5a","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"345cbc75-de55-40e1-bbb6-9b06bd7f4d5f","artifactVersion":"2","generatedFromUUID":"9b039835-a782-49ce-a2c8-d7a419982230"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9b039835-a782-49ce-a2c8-d7a419982230","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MjE5NjJkNTMwY2RiNDQ0M2ZiZDYyYjc2NTZhMjg0MmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a6b61132-c8fb-44d4-bbe2-e404fda8ae2a","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c153367e-7e8e-44f1-b84c-c0c5b9bb556e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35acce76-f94a-4241-8568-64a80338f4fd","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9f3a1a5f-02c9-4c9a-8a12-e3047d67173e","artifactVersion":"2","generatedFromUUID":"c153367e-7e8e-44f1-b84c-c0c5b9bb556e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjM1MTZlMTM4MDNmZmEzNDljNjU1ZDY5ZTljMGQyNjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3152fb78-7223-4f51-aec6-07189378a78a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Nzc0N2E2MzkxYzZkMmFkMWMwZjRjYzcxMjI0ODJlNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T04:33:33.492Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:33.492Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:33.493Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:33.493Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:34.494Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:34.495Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:34.495Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:34.496Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:35.497Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:35.498Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:35.498Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:35.498Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:36.499Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:36.499Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:36.499Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:36.499Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:37.500Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:37.500Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:37.501Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:37.501Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:38.502Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:38.502Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:38.502Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:38.503Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:39.503Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:39.504Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:39.504Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:39.504Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:40.505Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:40.506Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:40.506Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:40.506Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:41.507Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T04:33:41.508Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:41.508Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:41.509Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:42.510Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "08b74d0e-37eb-46e1-ae83-7fd50d1ba883", "serviceDescription": "service", "serviceInvariantUUID": "56f21e5e-73e4-4192-8c53-d81d1afd6750", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7bc5a68b-cfa8-4fdc-8e5d-11923138e907", "resourceInvariantUUID": "c530947f-3b42-47d9-b1a5-2fad045f4e83", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "345cbc75-de55-40e1-bbb6-9b06bd7f4d5f", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9b039835-a782-49ce-a2c8-d7a419982230", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MjE5NjJkNTMwY2RiNDQ0M2ZiZDYyYjc2NTZhMjg0MmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a6b61132-c8fb-44d4-bbe2-e404fda8ae2a", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c153367e-7e8e-44f1-b84c-c0c5b9bb556e", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9f3a1a5f-02c9-4c9a-8a12-e3047d67173e", "generatedFromUUID": "c153367e-7e8e-44f1-b84c-c0c5b9bb556e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "9f3a1a5f-02c9-4c9a-8a12-e3047d67173e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Nzc0N2E2MzkxYzZkMmFkMWMwZjRjYzcxMjI0ODJlNDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b" } ], "workloadContext": "Production" } 2023-02-19T04:33:42.511Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T04:33:42.511Z|b8027f6a-6c4d-4691-a437-f7116fa51d0d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08b74d0e-37eb-46e1-ae83-7fd50d1ba883 ASDC 2023-02-19T04:33:42.512Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:89e9fb25-a3a3-40b5-944a-7ed2b09292f1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:08b74d0e-37eb-46e1-ae83-7fd50d1ba883 ServiceInvariantUUID:56f21e5e-73e4-4192-8c53-d81d1afd6750 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b ArtifactChecksum:Nzc0N2E2MzkxYzZkMmFkMWMwZjRjYzcxMjI0ODJlNDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc ResourceInvariantUUID:c530947f-3b42-47d9-b1a5-2fad045f4e83 ResourceName:basic_cnf ResourceType:VF ResourceUUID:7bc5a68b-cfa8-4fdc-8e5d-11923138e907 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:345cbc75-de55-40e1-bbb6-9b06bd7f4d5f ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:9b039835-a782-49ce-a2c8-d7a419982230 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:a6b61132-c8fb-44d4-bbe2-e404fda8ae2a ArtifactChecksum:MjE5NjJkNTMwY2RiNDQ0M2ZiZDYyYjc2NTZhMjg0MmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:c153367e-7e8e-44f1-b84c-c0c5b9bb556e ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:9f3a1a5f-02c9-4c9a-8a12-e3047d67173e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:9f3a1a5f-02c9-4c9a-8a12-e3047d67173e ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T04:33:42.512Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08b74d0e-37eb-46e1-ae83-7fd50d1ba883 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-02-19T04:33:42.560Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:33:42.561Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:33:42.561Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:33:42.561Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-19T04:33:42.561Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:42.562Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-19T04:33:42.858Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:42.860Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b 73990 2023-02-19T04:33:42.860Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-19T04:33:42.860Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-19T04:33:42.860Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:42.860Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:42.861Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:42.861Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781222860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:43.862Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T04:33:43.863Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T04:33:43.863Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 15793ed5-e0bf-48b5-9d99-b1ff69fc7b1b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:43.864Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-19T04:33:43.864Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:43.864Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:43.970Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10710763854849744024/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-02-19T04:33:45.186Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:45.187Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:33:45.188Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T04:33:45.189Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-19T04:33:45.190Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.191Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.192Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df2c75cb-5d4b-4002-85a3-da786b2009a2 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.193Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.194Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.194Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:45.194Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:45.194Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:08b74d0e-37eb-46e1-ae83-7fd50d1ba883 Model Version:NULL Model InvariantUuid:56f21e5e-73e4-4192-8c53-d81d1afd6750 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d9562225-462f-4672-a54f-53f5d4204e8d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c530947f-3b42-47d9-b1a5-2fad045f4e83 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:547d4650-a1d0-47b1-92a4-3a710db971f5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bc0c8a42-f8a7-49d9-80bc-ca8c0c16e853 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:df2c75cb-5d4b-4002-85a3-da786b2009a2 ModelInvariantUuid:e126a78c-eaa2-4de1-b8c0-08a858ea6812 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d04907bb-58c4-4d1f-ba08-9b2205cf828b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:263c91be-5c4b-4295-aadb-7a122b7873c9 ModelInvariantUuid:c1379d1d-2df8-4a91-a116-f49aac993d01 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:91b44a5f-427e-4e9e-871a-8d33d198fc5d 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-02-19T04:33:45.201Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7bc5a68b-cfa8-4fdc-8e5d-11923138e907 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-02-19T04:33:45.205Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||basic_cnf 0 2023-02-19T04:33:45.205Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7bc5a68b-cfa8-4fdc-8e5d-11923138e907 2023-02-19T04:33:45.206Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 345cbc75-de55-40e1-bbb6-9b06bd7f4d5f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-19T04:33:45.206Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:45.206Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-19T04:33:45.267Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:45.268Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 345cbc75-de55-40e1-bbb6-9b06bd7f4d5f 12 2023-02-19T04:33:45.269Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-19T04:33:45.269Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-19T04:33:45.269Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:45.270Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:45.270Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:45.271Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781225268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:46.272Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b039835-a782-49ce-a2c8-d7a419982230 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-19T04:33:46.273Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:46.273Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-19T04:33:46.332Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:46.332Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9b039835-a782-49ce-a2c8-d7a419982230 2688 2023-02-19T04:33:46.333Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-19T04:33:46.333Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-19T04:33:46.334Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:46.334Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:46.334Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:46.335Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781226333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:47.337Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a6b61132-c8fb-44d4-bbe2-e404fda8ae2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-19T04:33:47.337Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:47.337Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-19T04:33:47.402Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:47.403Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a6b61132-c8fb-44d4-bbe2-e404fda8ae2a 828 2023-02-19T04:33:47.403Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-19T04:33:47.403Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-19T04:33:47.404Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:47.404Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:47.404Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:47.404Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781227403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:48.405Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "547d4650-a1d0-47b1-92a4-3a710db971f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc0c8a42-f8a7-49d9-80bc-ca8c0c16e853", "vfModuleModelCustomizationUUID": "6a8db51f-a776-4b10-803e-bf9926ebe75e", "isBase": true, "artifacts": [ "9b039835-a782-49ce-a2c8-d7a419982230", "c153367e-7e8e-44f1-b84c-c0c5b9bb556e", "9f3a1a5f-02c9-4c9a-8a12-e3047d67173e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-19T04:33:48.410Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc0c8a42-f8a7-49d9-80bc-ca8c0c16e853 VfModuleModelInvariantUUID:547d4650-a1d0-47b1-92a4-3a710db971f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b039835-a782-49ce-a2c8-d7a419982230 , c153367e-7e8e-44f1-b84c-c0c5b9bb556e , 9f3a1a5f-02c9-4c9a-8a12-e3047d67173e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-19T04:33:48.412Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "547d4650-a1d0-47b1-92a4-3a710db971f5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc0c8a42-f8a7-49d9-80bc-ca8c0c16e853", "vfModuleModelCustomizationUUID": "6a8db51f-a776-4b10-803e-bf9926ebe75e", "isBase": true, "artifacts": [ "9b039835-a782-49ce-a2c8-d7a419982230", "c153367e-7e8e-44f1-b84c-c0c5b9bb556e", "9f3a1a5f-02c9-4c9a-8a12-e3047d67173e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-19T04:33:48.412Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc0c8a42-f8a7-49d9-80bc-ca8c0c16e853 VfModuleModelInvariantUUID:547d4650-a1d0-47b1-92a4-3a710db971f5 VfModuleModelDescription:NULL Artifacts UUID List:{ 9b039835-a782-49ce-a2c8-d7a419982230 , c153367e-7e8e-44f1-b84c-c0c5b9bb556e , 9f3a1a5f-02c9-4c9a-8a12-e3047d67173e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-19T04:33:48.412Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c153367e-7e8e-44f1-b84c-c0c5b9bb556e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-19T04:33:48.412Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:48.413Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-19T04:33:48.474Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:48.474Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c153367e-7e8e-44f1-b84c-c0c5b9bb556e 1164 2023-02-19T04:33:48.475Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-19T04:33:48.475Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-19T04:33:48.475Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:48.475Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:48.476Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:48.476Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781228475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:49.477Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9f3a1a5f-02c9-4c9a-8a12-e3047d67173e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-19T04:33:49.478Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T04:33:49.478Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-19T04:33:49.551Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T04:33:49.552Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9f3a1a5f-02c9-4c9a-8a12-e3047d67173e 200 2023-02-19T04:33:49.552Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-19T04:33:49.553Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-19T04:33:49.553Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T04:33:49.553Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:49.554Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:49.554Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781229552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:49.562Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:49.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-19T04:33:49.564Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: { "distributionID": "2c7ad429-708e-471f-b930-600fb7f19217", "consumerID": "SO-sdc-controller", "timestamp": 1676781169908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T04:33:49.565Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:33:50.555Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 08b74d0e-37eb-46e1-ae83-7fd50d1ba883 2023-02-19T04:33:50.555Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 7bc5a68b-cfa8-4fdc-8e5d-11923138e907 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=? 2023-02-19T04:33:50.573Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-02-19T04:33:50.579Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@765fb60d, org.onap.sdc.toscaparser.api.parameters.Input@59a23fb9, org.onap.sdc.toscaparser.api.parameters.Input@6c61cfec, org.onap.sdc.toscaparser.api.parameters.Input@c829f95, org.onap.sdc.toscaparser.api.parameters.Input@7e6bfd6] 2023-02-19T04:33:50.581Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.581Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.581Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2023-02-19T04:33:50.582Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc 2023-02-19T04:33:50.582Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc matches Tosca VF Customization UUID: b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc 2023-02-19T04:33:50.582Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc 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-02-19T04:33:50.585Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.585Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.586Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-19T04:33:50.586Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@356be3ca 2023-02-19T04:33:50.586Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.587Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T04:33:50.587Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a8db51f-a776-4b10-803e-bf9926ebe75e 2023-02-19T04:33:50.587Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a8db51f-a776-4b10-803e-bf9926ebe75e 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-02-19T04:33:50.589Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.590Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:50.590Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:50.591Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.591Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:50.591Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:50.591Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.592Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-19T04:33:50.592Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-19T04:33:50.592Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df2c75cb-5d4b-4002-85a3-da786b2009a2 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-02-19T04:33:50.596Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.596Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:50.597Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T04:33:50.597Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.597Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-19T04:33:50.597Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=b9af7736-0fa3-4b2d-bb5f-0a2c776e3afc 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-02-19T04:33:50.600Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 08b74d0e-37eb-46e1-ae83-7fd50d1ba883: basic_cnf 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.601Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T04:33:50.602Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T04:33:50.684Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 7bc5a68b-cfa8-4fdc-8e5d-11923138e907 1 ASDC deployResourceStructure 2023-02-19T04:33:50.685Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-19T04:33:50.686Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-02-19T04:33:50.686Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-19T04:33:50.686Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:50.686Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:50.686Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781230685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:51.689Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-19T04:33:51.689Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-19T04:33:51.689Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-19T04:33:51.690Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:51.690Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:51.690Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781231689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:52.692Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-19T04:33:52.693Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-19T04:33:52.693Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:33:52.693Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:52.694Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:52.694Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781232692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:53.696Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-19T04:33:53.696Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-19T04:33:53.696Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:33:53.697Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:53.697Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:53.697Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781233696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:54.698Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-19T04:33:54.698Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-19T04:33:54.698Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:33:54.699Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:54.699Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:54.699Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781234698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:55.700Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-19T04:33:55.700Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-19T04:33:55.700Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T04:33:55.700Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:33:55.700Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:33:55.701Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781235700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:33:56.702Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T04:33:56.712Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 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-02-19T04:33:56.715Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T04:33:56.715Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T04:33:56.715Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T04:33:56.716Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T04:33:56.721Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T04:34:26.721Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 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-02-19T04:34:26.731Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 and serviceModelVersionId: 08b74d0e-37eb-46e1-ae83-7fd50d1ba883 2023-02-19T04:34:26.731Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 56f21e5e-73e4-4192-8c53-d81d1afd6750 2023-02-19T04:34:26.733Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0 2023-02-19T04:34:26.738Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T04:34:26.796Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0|INFO|500||Invoke 2023-02-19T04:34:26.797Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89e9fb25-a3a3-40b5-944a-7ed2b09292f1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ef494ad-1756-402f-ac0d-311d4db7c139], X-ECOMP-RequestID=[89e9fb25-a3a3-40b5-944a-7ed2b09292f1], X-TransactionId=[], X-ONAP-RequestID=[89e9fb25-a3a3-40b5-944a-7ed2b09292f1], Content-Type=[application/merge-patch+json]} 2023-02-19T04:34:26.804Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T04:34:26.918Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?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/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 04:34:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[107], vertex-id=[213136], x-aai-txid=[2-aai-resources-230219-04:34:26:012-47440], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T04:34:26.920Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T04:34:26.921Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/56f21e5e-73e4-4192-8c53-d81d1afd6750/model-vers/model-ver/08b74d0e-37eb-46e1-ae83-7fd50d1ba883?depth=0|INFO|500||InvokeReturn 2023-02-19T04:34:26.922Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T04:34:26.922Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T04:34:26.928Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T04:34:26.929Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89e9fb25-a3a3-40b5-944a-7ed2b09292f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T04:34:26.929Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T04:34:26.930Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T04:34:26.930Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T04:34:26.931Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781266929, "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-02-19T04:34:27.947Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:34:49.562Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:34:49.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.567Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.568Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/resourceInstances/pnfb1547660e1380/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:34:49.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781179027, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781181138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8ocrphlokeqqggzioqrx/1.0/artifacts/service-DemoPnf8ocrphlokeqqggzioqrx-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "b8027f6a-6c4d-4691-a437-f7116fa51d0d", "consumerID": "SO-sdc-controller", "timestamp": 1676781212470, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.573Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-19T04:34:49.574Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.576Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781092361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781222860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.577Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781225268, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781226333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.578Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781227403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:34:49.579Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:34:49.579Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781228475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T04:34:49.579Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:27.947Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:35:49.562Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:35:49.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.567Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781229552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-19T04:35:49.568Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.569Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781230685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781231689, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.570Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781232692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781233696, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.571Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781234698, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781235700, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-19T04:35:49.572Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: { "distributionID": "89e9fb25-a3a3-40b5-944a-7ed2b09292f1", "consumerID": "SO-sdc-controller", "timestamp": 1676781266929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T04:35:49.573Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T04:36:27.949Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:36:49.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:37:27.950Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:37:49.563Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:38:27.951Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:38:28.157Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Node 1 disconnected. 2023-02-19T04:38:49.564Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:39:27.953Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:39:49.565Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:40:27.953Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:40:49.565Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:41:27.954Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:41:49.567Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:42:27.955Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:42:49.567Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:43:27.955Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:43:49.568Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:44:27.956Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:44:49.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:45:27.958Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:45:49.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:46:27.961Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:46:49.572Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:47:27.962Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:47:49.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:48:27.963Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:48:49.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:49:27.965Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:49:49.576Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:50:27.966Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:50:49.578Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:51:27.967Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:51:49.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:52:27.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:52:49.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:53:27.968Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:53:49.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:54:27.970Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:54:49.579Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:55:27.971Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:55:49.580Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:56:27.973Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:56:49.582Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:57:27.975Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:57:49.583Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:58:27.975Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:58:49.584Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T04:59:27.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T04:59:49.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:00:27.977Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:00:49.586Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:01:27.979Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:01:49.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:02:27.980Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:02:49.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:03:27.982Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:03:49.588Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:04:27.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:04:49.589Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:05:27.985Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:05:49.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:06:27.987Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:06:49.591Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:07:27.989Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:07:49.595Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:08:27.990Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:08:49.596Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:27.991Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:09:41.490Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-19T05:09:41.491Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"b88a0237-845c-45ea-9bf5-fa969798d4e3","serviceName":"Demo_pNF_EvupVrhPdOa0amRDmGrV","serviceVersion":"1.0","serviceUUID":"aa3b488f-f0a4-416f-8a8a-ec03d1a0e553","serviceDescription":"catalog service description","serviceInvariantUUID":"106eaa1b-b17f-49ac-a97c-c802ef748975","resources":[{"resourceInstanceName":"pNF 8f2cf53c-44c6 0","resourceName":"pNF 8f2cf53c-44c6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ea0ea082-b8ea-4945-974d-c4202bc694d9","resourceInvariantUUID":"669188aa-4c87-4f44-8519-acfb6a210feb","resourceCustomizationUUID":"a60c7f40-0604-4899-81f7-802d1d5b8bc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml","artifactChecksum":"NzdhYTBkYzNiZjhkMmY3Njk2ZDc1ZmM2YmZhNjU1ZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cef04373-1a4e-4230-a982-e9357e781f00","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar","artifactChecksum":"ZDk4MTBjZWZhMmNmM2VhNjgzZWJjZTFlNzUzODYyNDA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0a8d5da-4022-4314-a001-295ec3955824","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3eff717c-1aaf-434b-974d-dc401469f57f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml","artifactChecksum":"MDYzMGUxOTBjNTZmMjZiMGNkMDMzNzgyZWQ5MzM0ODI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"afb71ce1-1219-4f20-a803-a11be59e818b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ff9b078-f0c3-4c09-82a4-c7637f4169bf","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0dbd22fd-cc9e-48d6-b356-f1c832cafb51","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml","artifactChecksum":"YmEwYjNiZTE1NmQ0OWRjYTE5ZDI1M2NiODQ5YWQ3NGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30067852-fd18-4efe-a20d-0ceeec7a3720","artifactVersion":"1"},{"artifactName":"service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar","artifactChecksum":"OWE1MDk5MjliNzBjYjgxZTBiNmM5NjVlODZhMThlMGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9b46806f-5b7f-4d2c-9985-999c0430d88d","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T05:09:41.495Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:41.496Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:41.496Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:41.496Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:41.500Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.501Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.501Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.502Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T05:09:41.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:09:41.517Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:09:41.518Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:09:42.504Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:42.505Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:42.505Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:42.505Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:43.506Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:43.507Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:43.514Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:43.514Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:44.515Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:44.516Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:44.516Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:44.516Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:45.517Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:45.518Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:45.518Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:45.518Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:46.519Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:46.520Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:46.520Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:46.520Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:47.521Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:47.521Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:47.521Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:47.521Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:48.522Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T05:09:48.523Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:48.523Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:48.523Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:49.525Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "serviceName": "Demo_pNF_EvupVrhPdOa0amRDmGrV", "serviceVersion": "1.0", "serviceUUID": "aa3b488f-f0a4-416f-8a8a-ec03d1a0e553", "serviceDescription": "catalog service description", "serviceInvariantUUID": "106eaa1b-b17f-49ac-a97c-c802ef748975", "resources": [ { "resourceInstanceName": "pNF 8f2cf53c-44c6 0", "resourceCustomizationUUID": "a60c7f40-0604-4899-81f7-802d1d5b8bc8", "resourceName": "pNF 8f2cf53c-44c6", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ea0ea082-b8ea-4945-974d-c4202bc694d9", "resourceInvariantUUID": "669188aa-4c87-4f44-8519-acfb6a210feb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "artifactChecksum": "OWE1MDk5MjliNzBjYjgxZTBiNmM5NjVlODZhMThlMGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9b46806f-5b7f-4d2c-9985-999c0430d88d" } ], "workloadContext": "Production" } 2023-02-19T05:09:49.526Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T05:09:49.526Z|89e9fb25-a3a3-40b5-944a-7ed2b09292f1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 ASDC 2023-02-19T05:09:49.527Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:b88a0237-845c-45ea-9bf5-fa969798d4e3 ServiceName:Demo_pNF_EvupVrhPdOa0amRDmGrV ServiceVersion:1.0 ServiceUUID:aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 ServiceInvariantUUID:106eaa1b-b17f-49ac-a97c-c802ef748975 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar ArtifactUUID:9b46806f-5b7f-4d2c-9985-999c0430d88d ArtifactChecksum:OWE1MDk5MjliNzBjYjgxZTBiNmM5NjVlODZhMThlMGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8f2cf53c-44c6 0 ResourceCustomizationUUID:a60c7f40-0604-4899-81f7-802d1d5b8bc8 ResourceInvariantUUID:669188aa-4c87-4f44-8519-acfb6a210feb ResourceName:pNF 8f2cf53c-44c6 ResourceType:PNF ResourceUUID:ea0ea082-b8ea-4945-974d-c4202bc694d9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-19T05:09:49.527Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 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 (?, ?, ?, ?, ?) 2023-02-19T05:09:49.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:09:49.564Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:09:49.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:09:49.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:09:49.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:09:49.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T05:09:49.582Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T05:09:49.584Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T05:09:49.584Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T05:09:49.584Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9b46806f-5b7f-4d2c-9985-999c0430d88d from URL: /sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:49.584Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - download 2023-02-19T05:09:49.585Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:49.651Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2023-02-19T05:09:49.652Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 9b46806f-5b7f-4d2c-9985-999c0430d88d 87999 2023-02-19T05:09:49.652Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar ASDC sendASDCNotification 2023-02-19T05:09:49.652Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:49.652Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T05:09:49.653Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:49.653Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:49.653Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783389652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:50.654Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T05:09:50.655Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2023-02-19T05:09:50.655Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9b46806f-5b7f-4d2c-9985-999c0430d88d, URL: /sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar to file: /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:50.655Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:50.656Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:50.656Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:50.878Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14341798450075773247/Definitions/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml 2023-02-19T05:09:51.909Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T05:09:51.910Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T05:09:51.910Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.910Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T05:09:51.910Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||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-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8f2cf53c-44c6 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-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||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-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||WARN|500||#################################################################################################### 2023-02-19T05:09:51.911Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.912Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.912Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Node template pNF 8f2cf53c-44c6 0 is matching search criteria 2023-02-19T05:09:51.912Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T05:09:51.912Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8f2cf53c-44c6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T05:09:51.913Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.913Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.913Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Node template pNF 8f2cf53c-44c6 0 is matching search criteria 2023-02-19T05:09:51.913Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2023-02-19T05:09:51.913Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8f2cf53c-44c6 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.914Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.915Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.915Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.915Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.915Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.915Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EvupVrhPdOa0amRDmGrV Description:catalog service description Model UUID:aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 Model Version:NULL Model InvariantUuid:106eaa1b-b17f-49ac-a97c-c802ef748975 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-02-19T05:09:51.930Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: ea0ea082-b8ea-4945-974d-c4202bc694d9 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-02-19T05:09:51.934Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||pNF 8f2cf53c-44c6 0 2023-02-19T05:09:51.934Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ea0ea082-b8ea-4945-974d-c4202bc694d9 2023-02-19T05:09:51.935Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||No resources found for Service: aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 2023-02-19T05:09:51.935Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 2023-02-19T05:09:51.935Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8f2cf53c-44c6 0 ea0ea082-b8ea-4945-974d-c4202bc694d9 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-02-19T05:09:51.941Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17d2f196, org.onap.sdc.toscaparser.api.parameters.Input@11510e5b, org.onap.sdc.toscaparser.api.parameters.Input@2cb1cb0e, org.onap.sdc.toscaparser.api.parameters.Input@2b0a88b3, org.onap.sdc.toscaparser.api.parameters.Input@2bd48205] 2023-02-19T05:09:51.942Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.942Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.942Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid aa3b488f-f0a4-416f-8a8a-ec03d1a0e553: pNF 8f2cf53c-44c6 2023-02-19T05:09:51.942Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Processing PNF resource: ea0ea082-b8ea-4945-974d-c4202bc694d9 2023-02-19T05:09:51.942Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T05:09:51.943Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_EvupVrhPdOa0amRDmGrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T05:09:51.943Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Resource customization UUID: a60c7f40-0604-4899-81f7-802d1d5b8bc8 is the same as notified resource customizationUUID: a60c7f40-0604-4899-81f7-802d1d5b8bc8 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-02-19T05:09:52.007Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8f2cf53c-44c6 ea0ea082-b8ea-4945-974d-c4202bc694d9 0 ASDC deployResourceStructure 2023-02-19T05:09:52.008Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar ASDC sendASDCNotification 2023-02-19T05:09:52.008Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar 2023-02-19T05:09:52.009Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T05:09:52.009Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:09:52.009Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:09:52.009Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783392008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:09:53.011Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T05:09:53.030Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:09:53.033Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T05:09:53.034Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T05:09:53.034Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T05:10:23.034Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T05:10:23.047Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:10:23.049Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T05:10:23.050Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T05:10:23.050Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T05:10:49.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:10:49.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.565Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.566Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "multicloud-k8s", "timestamp": 1676783352413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783374749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783377768, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } 2023-02-19T05:10:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T05:10:49.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783367991, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } 2023-02-19T05:10:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:10:53.050Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T05:10:53.064Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:10:53.068Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T05:10:53.068Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T05:10:53.068Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T05:11:23.069Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T05:11:23.086Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:11:23.089Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T05:11:23.089Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T05:11:23.089Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T05:11:49.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:11:49.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.566Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "cds-sdc-listener", "timestamp": 1676783389989, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T05:11:49.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.568Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783390015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T05:11:49.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.569Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783389652, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T05:11:49.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.570Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783392008, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T05:11:49.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.572Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783395606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T05:11:49.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.572Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "aai-model-loader", "timestamp": 1676783396608, "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-02-19T05:11:49.590Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b88a0237-845c-45ea-9bf5-fa969798d4e3 2023-02-19T05:11:49.590Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:11:49.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.610Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.611Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.612Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.612Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.613Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.614Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.614Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.614Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/resourceInstances/pnf8f2cf53c44c60/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.615Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T05:11:49.615Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.616Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783395914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "NOTIFIED" } 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783404715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.617Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783406782, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEvupvrhpdoa0amrdmgrv/1.0/artifacts/service-DemoPnfEvupvrhpdoa0amrdmgrv-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T05:11:49.618Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:11:49.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:11:49.618Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676783407787, "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-02-19T05:11:49.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b88a0237-845c-45ea-9bf5-fa969798d4e3 2023-02-19T05:11:49.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:11:53.089Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T05:11:53.105Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:11:53.108Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T05:11:53.108Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T05:11:53.109Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T05:11:53.116Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T05:12:23.116Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 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-02-19T05:12:23.124Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b88a0237-845c-45ea-9bf5-fa969798d4e3 and serviceModelVersionId: aa3b488f-f0a4-416f-8a8a-ec03d1a0e553 2023-02-19T05:12:23.124Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 106eaa1b-b17f-49ac-a97c-c802ef748975 2023-02-19T05:12:23.125Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?depth=0 2023-02-19T05:12:23.129Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T05:12:23.177Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?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-02-19T05:12:23.181Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?depth=0|INFO|500||Invoke 2023-02-19T05:12:23.191Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T05:12:23.351Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?depth=0|INFO|500||InvokeReturn 2023-02-19T05:12:23.352Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/106eaa1b-b17f-49ac-a97c-c802ef748975/model-vers/model-ver/aa3b488f-f0a4-416f-8a8a-ec03d1a0e553?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 05:12:22 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[237680], x-aai-txid=[1-aai-resources-230219-05:12:22:356-37218], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T05:12:23.352Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2023-02-19T05:12:23.353Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T05:12:23.353Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T05:12:23.361Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java: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-02-19T05:12:23.361Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b88a0237-845c-45ea-9bf5-fa969798d4e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T05:12:23.362Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T05:12:23.362Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2023-02-19T05:12:23.362Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T05:12:23.362Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Trying to send status: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783543361, "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-02-19T05:12:24.382Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:12:49.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:12:49.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-19T05:12:49.569Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: { "distributionID": "b88a0237-845c-45ea-9bf5-fa969798d4e3", "consumerID": "SO-sdc-controller", "timestamp": 1676783543361, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T05:12:49.569Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T05:13:24.383Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:13:49.562Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:14:24.384Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:14:49.563Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:15:24.384Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:15:49.564Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:16:24.385Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:16:49.566Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:17:24.386Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:17:49.567Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:18:24.387Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:18:49.568Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:19:24.389Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:19:49.569Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:20:24.389Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:20:49.570Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:21:24.390Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:21:49.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:22:24.391Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:22:49.571Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:23:24.393Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:23:49.572Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:24:24.394Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:24:49.574Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:25:24.395Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:25:49.575Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:26:24.397Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:26:49.576Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:27:24.398Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:27:49.576Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:28:24.398Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:28:49.578Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:29:24.399Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:29:49.579Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:30:24.401Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:30:49.580Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:31:24.403Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:31:49.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:32:24.403Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:32:49.582Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:33:24.405Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:33:49.584Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:34:24.406Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:34:49.585Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:35:24.408Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:35:49.589Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:36:24.410Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:36:49.590Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:37:24.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:37:49.591Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:38:24.411Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:38:49.592Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:39:24.413Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:39:49.594Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:40:24.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:40:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:41:24.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:41:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:42:24.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:42:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:43:24.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:43:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:44:24.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:44:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:45:24.421Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:45:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:46:24.422Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:46:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:47:24.423Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:47:49.600Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:48:24.423Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:48:49.601Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:49:24.425Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:49:49.602Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:50:24.426Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:50:49.604Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:51:24.427Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:51:49.605Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:52:24.429Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:52:49.606Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:53:24.430Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:53:49.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:54:24.431Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:54:49.609Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:55:24.433Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:55:49.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:56:24.433Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:56:49.610Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:57:24.434Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:57:49.612Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:58:24.435Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:58:49.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T05:59:24.436Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T05:59:49.613Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:00:24.437Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:00:49.614Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:01:24.438Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:01:49.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:02:24.438Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:02:49.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:03:24.439Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:03:49.615Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:04:24.439Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:04:49.616Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:05:24.440Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:05:49.618Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:06:24.442Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:06:49.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:07:24.442Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:07:49.619Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:08:24.442Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:08:49.620Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:09:24.444Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:09:49.621Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:10:24.444Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:10:49.622Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:11:24.446Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:11:49.623Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:12:24.446Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:12:49.625Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:13:24.447Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:13:49.626Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:14:24.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:14:49.627Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:15:24.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:15:49.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:16:24.451Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:16:49.629Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:17:24.452Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:17:49.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:18:24.454Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:18:49.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:19:24.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:19:49.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:20:24.455Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:20:49.632Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:21:24.457Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:21:49.633Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:22:24.458Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:22:49.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:23:24.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:23:49.635Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:24:24.459Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:24:49.635Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:25:24.461Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:25:49.636Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:26:24.462Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:26:49.636Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:27:24.463Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:27:49.638Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:28:24.464Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:28:49.641Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:29:24.465Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:29:49.642Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:07.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-19T06:30:07.871Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"ef7d7ee9-8591-48fa-ae82-63d9ca5423ca","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a423d6fd-e74c-444e-9f31-fbafd8d8ee80","serviceDescription":"service","serviceInvariantUUID":"5ae28397-4a86-4c4b-8aab-d1d6bf3413f0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"48742b0e-a311-4718-b39e-823db4da618e","resourceInvariantUUID":"689b7955-e41d-4c97-80fa-42be44c927c8","resourceCustomizationUUID":"dfc9dcd8-079c-4744-b9ca-df3300f7d5cd","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":"YjBhNTRjOTQ4MTljMDVhNmQzYzkwYjhjNTA2ZjZhZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be291392-5b35-4222-b0c1-0bdb879fd0f2","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":"ZjY4YzczM2I4NjAwZGQ0OTE1OTVmY2I3MGFlMDhhMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"17a4770e-a740-4956-b384-4704bff053c3","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":"1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3","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":"65827af7-95b8-4542-8798-88f70308a107","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":"3e72f627-094b-4530-9b7b-3a775ebe6def","artifactVersion":"2","generatedFromUUID":"96a2a7e3-c460-4b2f-868f-7fc3ec68efd7"},{"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":"6795af52-1302-42b3-bd9b-32e1710c51fb","artifactVersion":"2","generatedFromUUID":"1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3"},{"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":"96a2a7e3-c460-4b2f-868f-7fc3ec68efd7","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":"7307a89a-3cab-4809-bbc8-dd0ce2f29834","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":"YmQyYWJmZDU1MDIwOWJkMTdmNzNkNTQ5NmM2YTYwOWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"799a3b5c-4711-4276-918a-54bda775f06a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTJlYTQxMGViOGUwZjlmM2U0MzhmZWNkZjU4OWQ4M2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98f673fb-f371-4d7f-86f3-bd77538aeef6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T06:30:07.875Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:07.876Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:07.876Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:07.876Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:07.883Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.884Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.884Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.884Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.884Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.884Z||kafka-producer-network-thread | SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-7ba1ca3a-fb9a-4592-bf97-40a0ff4afa2b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to 9idQrAc6QqaZqRvVnocodw 2023-02-19T06:30:07.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T06:30:07.902Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:30:07.903Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:30:08.886Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:08.887Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:08.887Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:08.887Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:09.888Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:09.889Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:09.889Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:09.889Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:10.890Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:10.891Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:10.891Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:10.891Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:11.892Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:11.893Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:11.893Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:11.893Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:12.894Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:12.895Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:12.895Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:12.895Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:13.896Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:13.897Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:13.897Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:13.897Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:14.898Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:14.899Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:14.899Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:14.899Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "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-02-19T06:30:15.900Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:15.900Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:15.901Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:15.901Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:16.902Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:30:16.903Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:16.903Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:16.903Z||pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:17.906Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "a423d6fd-e74c-444e-9f31-fbafd8d8ee80", "serviceDescription": "service", "serviceInvariantUUID": "5ae28397-4a86-4c4b-8aab-d1d6bf3413f0", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "dfc9dcd8-079c-4744-b9ca-df3300f7d5cd", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "48742b0e-a311-4718-b39e-823db4da618e", "resourceInvariantUUID": "689b7955-e41d-4c97-80fa-42be44c927c8", "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": "ZjY4YzczM2I4NjAwZGQ0OTE1OTVmY2I3MGFlMDhhMjg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "17a4770e-a740-4956-b384-4704bff053c3", "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": "1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3", "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": "6795af52-1302-42b3-bd9b-32e1710c51fb", "generatedFromUUID": "1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3" }, "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": "3e72f627-094b-4530-9b7b-3a775ebe6def", "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": "6795af52-1302-42b3-bd9b-32e1710c51fb", "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": "96a2a7e3-c460-4b2f-868f-7fc3ec68efd7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "OTJlYTQxMGViOGUwZjlmM2U0MzhmZWNkZjU4OWQ4M2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98f673fb-f371-4d7f-86f3-bd77538aeef6" } ], "workloadContext": "Production" } 2023-02-19T06:30:17.906Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T06:30:17.906Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a423d6fd-e74c-444e-9f31-fbafd8d8ee80 ASDC 2023-02-19T06:30:17.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ef7d7ee9-8591-48fa-ae82-63d9ca5423ca ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:a423d6fd-e74c-444e-9f31-fbafd8d8ee80 ServiceInvariantUUID:5ae28397-4a86-4c4b-8aab-d1d6bf3413f0 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:98f673fb-f371-4d7f-86f3-bd77538aeef6 ArtifactChecksum:OTJlYTQxMGViOGUwZjlmM2U0MzhmZWNkZjU4OWQ4M2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:dfc9dcd8-079c-4744-b9ca-df3300f7d5cd ResourceInvariantUUID:689b7955-e41d-4c97-80fa-42be44c927c8 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:48742b0e-a311-4718-b39e-823db4da618e 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:17a4770e-a740-4956-b384-4704bff053c3 ArtifactChecksum:ZjY4YzczM2I4NjAwZGQ0OTE1OTVmY2I3MGFlMDhhMjg= 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:1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3 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:6795af52-1302-42b3-bd9b-32e1710c51fb 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:3e72f627-094b-4530-9b7b-3a775ebe6def 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:6795af52-1302-42b3-bd9b-32e1710c51fb 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:96a2a7e3-c460-4b2f-868f-7fc3ec68efd7 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T06:30:17.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a423d6fd-e74c-444e-9f31-fbafd8d8ee80 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-02-19T06:30:17.973Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:30:17.974Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:30:17.974Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:30:17.975Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 98f673fb-f371-4d7f-86f3-bd77538aeef6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:17.975Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:17.975Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:18.053Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:18.068Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 98f673fb-f371-4d7f-86f3-bd77538aeef6 163297 2023-02-19T06:30:18.068Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:30:18.069Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:18.069Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:18.069Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:18.069Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:18.069Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788218068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:19.070Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:30:19.071Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:30:19.071Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 98f673fb-f371-4d7f-86f3-bd77538aeef6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:19.072Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-19T06:30:19.072Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:19.072Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:19.254Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8635244658127022506/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-19T06:30:20.624Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T06:30:20.625Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:30:20.625Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:20.625Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-19T06:30:20.626Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:20.626Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:20.626Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:20.626Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:20.626Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:30:20.627Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.627Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.627Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.628Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:30:20.628Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:30:20.629Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.629Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.629Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.629Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:30:20.630Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:30:20.630Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.630Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.631Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.631Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-19T06:30:20.631Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-19T06:30:20.631Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-19T06:30:20.631Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T06:30:20.632Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.632Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T06:30:20.632Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.632Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.633Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:20.633Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.633Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.634Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:20.634Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.634Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.635Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:20.635Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.635Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:20.635Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:20.636Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.636Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-19T06:30:20.636Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-19T06:30:20.636Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=dfa1f6d0-cb0f-4997-bdeb-5e641de620ee 2023-02-19T06:30:20.637Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.637Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.637Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.637Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.637Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.638Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.638Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:20.638Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:20.638Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:a423d6fd-e74c-444e-9f31-fbafd8d8ee80 Model Version:NULL Model InvariantUuid:5ae28397-4a86-4c4b-8aab-d1d6bf3413f0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e95ad69a-28d8-4ad7-82ce-dfabf16209db Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:689b7955-e41d-4c97-80fa-42be44c927c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:dfc9dcd8-079c-4744-b9ca-df3300f7d5cd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9f07851d-c640-436c-8f9d-d169a1c9c8f3 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ab2943ce-f561-4f0c-8400-0512b519f5b7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d1e0f680-531f-475a-8d48-0b0d286a200a ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:575be047-6fa4-488d-9b5c-cac05a44c765 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dfa1f6d0-cb0f-4997-bdeb-5e641de620ee ModelInvariantUuid:7b86a9c0-9004-4162-8d93-5f04cb969456 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:c608a3b9-a799-43b2-9d40-e363e84fd1c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3c06364e-2187-40be-a128-6605cb0f72b0 ModelInvariantUuid:cf9b8280-2932-4c08-8cdd-d15b77ee2e60 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5ef63a8a-1c6e-4e91-b9e6-5d0705e5a420 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-02-19T06:30:20.649Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 48742b0e-a311-4718-b39e-823db4da618e 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-02-19T06:30:20.654Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2023-02-19T06:30:20.655Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 48742b0e-a311-4718-b39e-823db4da618e 2023-02-19T06:30:20.655Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17a4770e-a740-4956-b384-4704bff053c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-19T06:30:20.655Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:20.655Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-19T06:30:20.714Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:20.715Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 17a4770e-a740-4956-b384-4704bff053c3 1565 2023-02-19T06:30:20.715Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-19T06:30:20.715Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-19T06:30:20.715Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:20.715Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:20.716Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:20.716Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788220715, "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-02-19T06:30:21.716Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d1e0f680-531f-475a-8d48-0b0d286a200a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "575be047-6fa4-488d-9b5c-cac05a44c765", "vfModuleModelCustomizationUUID": "4376029d-7ed4-4b85-8d99-2da2c880628b", "isBase": true, "artifacts": [ "1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3", "6795af52-1302-42b3-bd9b-32e1710c51fb" ], "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": "9f07851d-c640-436c-8f9d-d169a1c9c8f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab2943ce-f561-4f0c-8400-0512b519f5b7", "vfModuleModelCustomizationUUID": "bf14c1e6-c53f-4d2b-9443-1a32ed008f0f", "isBase": false, "artifacts": [ "96a2a7e3-c460-4b2f-868f-7fc3ec68efd7" ], "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-02-19T06:30:21.721Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:575be047-6fa4-488d-9b5c-cac05a44c765 VfModuleModelInvariantUUID:d1e0f680-531f-475a-8d48-0b0d286a200a VfModuleModelDescription:NULL Artifacts UUID List:{ 1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3 , 6795af52-1302-42b3-bd9b-32e1710c51fb } 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:ab2943ce-f561-4f0c-8400-0512b519f5b7 VfModuleModelInvariantUUID:9f07851d-c640-436c-8f9d-d169a1c9c8f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 96a2a7e3-c460-4b2f-868f-7fc3ec68efd7 } 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-02-19T06:30:21.723Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d1e0f680-531f-475a-8d48-0b0d286a200a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "575be047-6fa4-488d-9b5c-cac05a44c765", "vfModuleModelCustomizationUUID": "4376029d-7ed4-4b85-8d99-2da2c880628b", "isBase": true, "artifacts": [ "1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3", "6795af52-1302-42b3-bd9b-32e1710c51fb" ], "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": "9f07851d-c640-436c-8f9d-d169a1c9c8f3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab2943ce-f561-4f0c-8400-0512b519f5b7", "vfModuleModelCustomizationUUID": "bf14c1e6-c53f-4d2b-9443-1a32ed008f0f", "isBase": false, "artifacts": [ "96a2a7e3-c460-4b2f-868f-7fc3ec68efd7" ], "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-02-19T06:30:21.724Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:575be047-6fa4-488d-9b5c-cac05a44c765 VfModuleModelInvariantUUID:d1e0f680-531f-475a-8d48-0b0d286a200a VfModuleModelDescription:NULL Artifacts UUID List:{ 1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3 , 6795af52-1302-42b3-bd9b-32e1710c51fb } 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:ab2943ce-f561-4f0c-8400-0512b519f5b7 VfModuleModelInvariantUUID:9f07851d-c640-436c-8f9d-d169a1c9c8f3 VfModuleModelDescription:NULL Artifacts UUID List:{ 96a2a7e3-c460-4b2f-868f-7fc3ec68efd7 } 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-02-19T06:30:21.724Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-19T06:30:21.724Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:21.724Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-19T06:30:21.783Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:21.783Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 1efa2fa5-75fa-4846-8f50-fb7ffb9a35d3 914 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:21.784Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788221784, "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-02-19T06:30:22.786Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3e72f627-094b-4530-9b7b-3a775ebe6def from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-19T06:30:22.787Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:22.787Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-19T06:30:22.843Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:22.844Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 3e72f627-094b-4530-9b7b-3a775ebe6def 12 2023-02-19T06:30:22.844Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-19T06:30:22.844Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-19T06:30:22.844Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:22.845Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:22.845Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:22.845Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788222844, "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-02-19T06:30:23.846Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6795af52-1302-42b3-bd9b-32e1710c51fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-19T06:30:23.846Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:23.846Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-19T06:30:23.905Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:23.906Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 6795af52-1302-42b3-bd9b-32e1710c51fb 96 2023-02-19T06:30:23.906Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-19T06:30:23.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-19T06:30:23.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:23.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:23.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:23.907Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788223906, "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-02-19T06:30:24.908Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 96a2a7e3-c460-4b2f-868f-7fc3ec68efd7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-19T06:30:24.908Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:30:24.909Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-19T06:30:24.984Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:30:24.985Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 96a2a7e3-c460-4b2f-868f-7fc3ec68efd7 20206 2023-02-19T06:30:24.986Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-19T06:30:24.986Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-19T06:30:24.986Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:30:24.986Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:24.987Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:24.987Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788224986, "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-02-19T06:30:25.992Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a423d6fd-e74c-444e-9f31-fbafd8d8ee80 2023-02-19T06:30:25.993Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 48742b0e-a311-4718-b39e-823db4da618e 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-02-19T06:30:26.012Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38d03938, org.onap.sdc.toscaparser.api.parameters.Input@48341d11, org.onap.sdc.toscaparser.api.parameters.Input@1b6be388, org.onap.sdc.toscaparser.api.parameters.Input@1ad0421a, org.onap.sdc.toscaparser.api.parameters.Input@2370b181] 2023-02-19T06:30:26.014Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.014Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.014Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-02-19T06:30:26.014Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= dfc9dcd8-079c-4744-b9ca-df3300f7d5cd 2023-02-19T06:30:26.014Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dfc9dcd8-079c-4744-b9ca-df3300f7d5cd matches Tosca VF Customization UUID: dfc9dcd8-079c-4744-b9ca-df3300f7d5cd 2023-02-19T06:30:26.015Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: dfc9dcd8-079c-4744-b9ca-df3300f7d5cd 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-02-19T06:30:26.018Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.018Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.018Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id dfc9dcd8-079c-4744-b9ca-df3300f7d5cd: {\"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-02-19T06:30:26.018Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17af724e 2023-02-19T06:30:26.019Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.019Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T06:30:26.019Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf14c1e6-c53f-4d2b-9443-1a32ed008f0f 2023-02-19T06:30:26.019Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf14c1e6-c53f-4d2b-9443-1a32ed008f0f 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-02-19T06:30:26.022Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.023Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:26.023Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:26.023Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.023Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:26.024Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:30:26.024Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.024Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-19T06:30:26.024Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dfc9dcd8-079c-4744-b9ca-df3300f7d5cd 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-02-19T06:30:26.027Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.027Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.028Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a423d6fd-e74c-444e-9f31-fbafd8d8ee80: basic_cnf_macro 2023-02-19T06:30:26.028Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.028Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.029Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:30:26.030Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:30:26.030Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T06:30:26.098Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 48742b0e-a311-4718-b39e-823db4da618e 2 ASDC deployResourceStructure 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:26.099Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788226099, "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-02-19T06:30:27.101Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-19T06:30:27.101Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-19T06:30:27.101Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:30:27.102Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:27.102Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:27.102Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788227101, "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-02-19T06:30:28.103Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-19T06:30:28.103Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-02-19T06:30:28.103Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-19T06:30:28.104Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:28.104Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:28.104Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788228103, "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-02-19T06:30:29.105Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-19T06:30:29.105Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-19T06:30:29.106Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:30:29.106Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:29.106Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:29.106Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788229105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:30.107Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-19T06:30:30.108Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-19T06:30:30.108Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-19T06:30:30.108Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:30.108Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:30.108Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788230107, "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-02-19T06:30:31.109Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:30:31.109Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-19T06:30:31.109Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:30:31.110Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:30:31.110Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:30:31.110Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788231109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:32.111Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:30:32.128Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:30:32.130Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:30:32.130Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T06:30:32.130Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T06:30:49.562Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:30:49.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T06:30:49.564Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:30:49.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:30:49.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-19T06:30:49.566Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:30:49.566Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:02.131Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:31:02.147Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:31:02.150Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:31:02.150Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T06:31:02.150Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T06:31:32.150Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:31:32.168Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:31:32.171Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:31:32.172Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-19T06:31:32.172Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-19T06:31:49.562Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:31:49.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.567Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.568Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.569Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.571Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-19T06:31:49.573Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.574Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788191088, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.576Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788188986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788164465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788204749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788217166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "cds-sdc-listener", "timestamp": 1676788218449, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788218454, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788218068, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788218253, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788219320, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788220715, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788220380, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788221784, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.579Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788221478, "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-02-19T06:31:49.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 2023-02-19T06:31:49.592Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:31:49.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.607Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788222844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.607Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.608Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "multicloud-k8s", "timestamp": 1676788222480, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.608Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788223906, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.609Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.609Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788224986, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.610Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788226246, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.610Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.611Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788226099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.611Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.611Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.612Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "aai-model-loader", "timestamp": 1676788227249, "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-02-19T06:31:49.621Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 2023-02-19T06:31:49.621Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:31:49.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.632Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788227101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.633Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.633Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.634Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788228103, "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-02-19T06:31:49.635Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.635Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.636Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788229105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.636Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.637Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788230107, "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-02-19T06:31:49.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.638Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.639Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788231109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.639Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.640Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.640Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.640Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.641Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.641Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.642Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.642Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.642Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788225913, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.643Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788236724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.643Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.644Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.644Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.644Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.645Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.645Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-19T06:31:49.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.646Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.647Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.647Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.648Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-19T06:31:49.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.649Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.649Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.650Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788239275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.650Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.651Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.652Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.653Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788240280, "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-02-19T06:31:49.660Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 2023-02-19T06:31:49.661Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:31:49.673Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.673Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.674Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.674Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.674Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.675Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.675Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-19T06:31:49.675Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.676Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.676Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.676Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.676Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.677Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.677Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.678Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:31:49.679Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.679Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788234749, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788219465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788223482, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:31:49.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788243941, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788245212, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "cds-sdc-listener", "timestamp": 1676788245211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788245012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.682Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788246105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-19T06:31:49.683Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:31:49.683Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.683Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788247165, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T06:31:49.704Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b8da14-7e2a-4196-8cf0-2727330cfb5b 2023-02-19T06:31:49.704Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8da14-7e2a-4196-8cf0-2727330cfb5b 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-02-19T06:31:49.716Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-19T06:31:49.717Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "multicloud-k8s", "timestamp": 1676788248167, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T06:31:49.717Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:02.172Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:32:02.187Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:32:02.194Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:02.195Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T06:32:02.202Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T06:32:32.203Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca 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-02-19T06:32:32.215Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef7d7ee9-8591-48fa-ae82-63d9ca5423ca and serviceModelVersionId: a423d6fd-e74c-444e-9f31-fbafd8d8ee80 2023-02-19T06:32:32.215Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ae28397-4a86-4c4b-8aab-d1d6bf3413f0 2023-02-19T06:32:32.216Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0 2023-02-19T06:32:32.222Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T06:32:32.274Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0|INFO|500||Invoke 2023-02-19T06:32:32.275Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef7d7ee9-8591-48fa-ae82-63d9ca5423ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[53c10053-3e2d-47eb-ace1-b0fc39411a55], X-ECOMP-RequestID=[ef7d7ee9-8591-48fa-ae82-63d9ca5423ca], X-TransactionId=[], X-ONAP-RequestID=[ef7d7ee9-8591-48fa-ae82-63d9ca5423ca], Content-Type=[application/merge-patch+json]} 2023-02-19T06:32:32.282Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T06:32:32.450Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?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/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 06:32:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[163], vertex-id=[245872], x-aai-txid=[2-aai-resources-230219-06:32:31:357-5556], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T06:32:32.452Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-19T06:32:32.453Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/5ae28397-4a86-4c4b-8aab-d1d6bf3413f0/model-vers/model-ver/a423d6fd-e74c-444e-9f31-fbafd8d8ee80?depth=0|INFO|500||InvokeReturn 2023-02-19T06:32:32.454Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T06:32:32.455Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T06:32:32.460Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-19T06:32:32.461Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef7d7ee9-8591-48fa-ae82-63d9ca5423ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T06:32:32.461Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T06:32:32.462Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:32.462Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:32.463Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788352461, "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-02-19T06:32:33.492Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:32:33.498Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-19T06:32:33.499Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"62b8da14-7e2a-4196-8cf0-2727330cfb5b","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fd270a24-bf26-4766-bdf9-96a1493dfcfc","serviceDescription":"service","serviceInvariantUUID":"69feb926-6d14-43db-9546-d3570d92e22f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a749a25b-4932-442c-ab06-c382a45f3185","resourceInvariantUUID":"5a5e68be-1425-4762-b942-12718412c88b","resourceCustomizationUUID":"40702c59-2a90-4419-8245-da234f0dbbb2","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":"YTMwZmVhNjA3ZTEyMzkyNWI3ZTVjMWE4ZDQ1N2RiODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3b5317d-365d-45c4-9bb4-83d5d7fcaf69","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":"N2E1NDU3NzQyOTE0NDAwMzVhZjUxODRjMDZiNzNmN2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41769dfc-f8c8-4cab-a226-a5ebadd2c474","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":"11b320f6-2057-45f7-a4b2-56cb73fac736","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":"47c28529-5311-428f-a0bd-af55f836cf17","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":"a2a2d073-6583-417b-bc2e-c3387ffa50fb","artifactVersion":"2","generatedFromUUID":"11b320f6-2057-45f7-a4b2-56cb73fac736"},{"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":"NGQ1NzQwM2QxMDMwODc5ZjU1NDEyNmVjZmJhYzIzNmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"384405d4-4723-4390-a1c4-b0f077e69244","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":"YTdmZmEyODcxMjkyYTlhMmI4ODIzMGI4MzI3MGM2N2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e42b8b88-64a7-48b9-a67b-dd710e596c31","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzBkZWI0YWMxMjYyNzQ4YjgwZTMwM2ViMjlkMDU2Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf8c2639-d064-415d-9b1a-72fa1ef9ab16","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T06:32:33.506Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:33.506Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:33.506Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:33.506Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:34.507Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:34.508Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:34.508Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:34.508Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:35.509Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:35.510Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:35.510Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:35.510Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:36.511Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:36.512Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:36.512Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:36.512Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:37.513Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:37.515Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:37.515Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:37.515Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:38.516Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:38.517Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:38.517Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:38.518Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:32:39.518Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:39.519Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:39.520Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:39.520Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:32:40.521Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:32:40.522Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:40.523Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:40.523Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:32:41.525Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "fd270a24-bf26-4766-bdf9-96a1493dfcfc", "serviceDescription": "service", "serviceInvariantUUID": "69feb926-6d14-43db-9546-d3570d92e22f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "40702c59-2a90-4419-8245-da234f0dbbb2", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a749a25b-4932-442c-ab06-c382a45f3185", "resourceInvariantUUID": "5a5e68be-1425-4762-b942-12718412c88b", "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": "N2E1NDU3NzQyOTE0NDAwMzVhZjUxODRjMDZiNzNmN2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41769dfc-f8c8-4cab-a226-a5ebadd2c474", "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": "11b320f6-2057-45f7-a4b2-56cb73fac736", "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": "a2a2d073-6583-417b-bc2e-c3387ffa50fb", "generatedFromUUID": "11b320f6-2057-45f7-a4b2-56cb73fac736" }, "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": "a2a2d073-6583-417b-bc2e-c3387ffa50fb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzBkZWI0YWMxMjYyNzQ4YjgwZTMwM2ViMjlkMDU2Mzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf8c2639-d064-415d-9b1a-72fa1ef9ab16" } ], "workloadContext": "Production" } 2023-02-19T06:32:41.526Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T06:32:41.526Z|ef7d7ee9-8591-48fa-ae82-63d9ca5423ca|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd270a24-bf26-4766-bdf9-96a1493dfcfc ASDC 2023-02-19T06:32:41.527Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:62b8da14-7e2a-4196-8cf0-2727330cfb5b ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:fd270a24-bf26-4766-bdf9-96a1493dfcfc ServiceInvariantUUID:69feb926-6d14-43db-9546-d3570d92e22f 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:cf8c2639-d064-415d-9b1a-72fa1ef9ab16 ArtifactChecksum:YzBkZWI0YWMxMjYyNzQ4YjgwZTMwM2ViMjlkMDU2Mzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:40702c59-2a90-4419-8245-da234f0dbbb2 ResourceInvariantUUID:5a5e68be-1425-4762-b942-12718412c88b ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a749a25b-4932-442c-ab06-c382a45f3185 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:41769dfc-f8c8-4cab-a226-a5ebadd2c474 ArtifactChecksum:N2E1NDU3NzQyOTE0NDAwMzVhZjUxODRjMDZiNzNmN2M= 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:11b320f6-2057-45f7-a4b2-56cb73fac736 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:a2a2d073-6583-417b-bc2e-c3387ffa50fb 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:a2a2d073-6583-417b-bc2e-c3387ffa50fb ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-19T06:32:41.528Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd270a24-bf26-4766-bdf9-96a1493dfcfc 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-02-19T06:32:41.565Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:32:41.566Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:32:41.567Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:32:41.568Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cf8c2639-d064-415d-9b1a-72fa1ef9ab16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-19T06:32:41.568Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:32:41.569Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-19T06:32:41.649Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:32:41.650Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar cf8c2639-d064-415d-9b1a-72fa1ef9ab16 83005 2023-02-19T06:32:41.651Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:32:41.651Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-19T06:32:41.651Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:32:41.651Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:41.652Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:41.652Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788361650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:32:42.652Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:32:42.653Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:32:42.654Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: cf8c2639-d064-415d-9b1a-72fa1ef9ab16, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:42.654Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-19T06:32:42.654Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:42.655Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:42.835Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6499248532710937294/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-02-19T06:32:44.210Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.211Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.212Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.212Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-19T06:32:44.212Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:32:44.212Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.212Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.213Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:44.213Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:32:44.213Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:32:44.213Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.213Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.214Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T06:32:44.215Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:44.216Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T06:32:44.217Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=30a4b6f6-14c4-49a1-b7a0-a5894cb6aa16 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.218Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.219Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:44.219Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:44.219Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:fd270a24-bf26-4766-bdf9-96a1493dfcfc Model Version:NULL Model InvariantUuid:69feb926-6d14-43db-9546-d3570d92e22f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:4021d0ec-9933-4eb6-b374-5fdb7bf76b25 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5a5e68be-1425-4762-b942-12718412c88b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:40702c59-2a90-4419-8245-da234f0dbbb2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:78d868b1-3552-45e4-88c9-d4ab623e551a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:bd33fd92-5b5d-452a-bff8-ca06dea71eaa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:30a4b6f6-14c4-49a1-b7a0-a5894cb6aa16 ModelInvariantUuid:e1edd22a-07f0-49b9-a066-b71e2ae4beac ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:35dbca2d-7996-411a-abf0-6609db9734c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7c74aad5-1619-4579-9e0e-480d7b64c249 ModelInvariantUuid:1234a908-fd89-4df7-8748-d916bb04d5d0 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:17e30591-36c1-4496-a86d-811db27222cc 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-02-19T06:32:44.228Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a749a25b-4932-442c-ab06-c382a45f3185 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-02-19T06:32:44.231Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2023-02-19T06:32:44.231Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a749a25b-4932-442c-ab06-c382a45f3185 2023-02-19T06:32:44.231Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 41769dfc-f8c8-4cab-a226-a5ebadd2c474 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-19T06:32:44.232Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:32:44.232Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-19T06:32:44.296Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:32:44.297Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 41769dfc-f8c8-4cab-a226-a5ebadd2c474 792 2023-02-19T06:32:44.297Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-19T06:32:44.297Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-19T06:32:44.297Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:32:44.297Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:44.298Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:44.298Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788364297, "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-02-19T06:32:45.299Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "78d868b1-3552-45e4-88c9-d4ab623e551a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd33fd92-5b5d-452a-bff8-ca06dea71eaa", "vfModuleModelCustomizationUUID": "c37793da-a8ca-4ff4-80d9-383d2e1ff3d4", "isBase": true, "artifacts": [ "11b320f6-2057-45f7-a4b2-56cb73fac736", "a2a2d073-6583-417b-bc2e-c3387ffa50fb" ], "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-02-19T06:32:45.302Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd33fd92-5b5d-452a-bff8-ca06dea71eaa VfModuleModelInvariantUUID:78d868b1-3552-45e4-88c9-d4ab623e551a VfModuleModelDescription:NULL Artifacts UUID List:{ 11b320f6-2057-45f7-a4b2-56cb73fac736 , a2a2d073-6583-417b-bc2e-c3387ffa50fb } 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-02-19T06:32:45.304Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "78d868b1-3552-45e4-88c9-d4ab623e551a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd33fd92-5b5d-452a-bff8-ca06dea71eaa", "vfModuleModelCustomizationUUID": "c37793da-a8ca-4ff4-80d9-383d2e1ff3d4", "isBase": true, "artifacts": [ "11b320f6-2057-45f7-a4b2-56cb73fac736", "a2a2d073-6583-417b-bc2e-c3387ffa50fb" ], "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-02-19T06:32:45.305Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd33fd92-5b5d-452a-bff8-ca06dea71eaa VfModuleModelInvariantUUID:78d868b1-3552-45e4-88c9-d4ab623e551a VfModuleModelDescription:NULL Artifacts UUID List:{ 11b320f6-2057-45f7-a4b2-56cb73fac736 , a2a2d073-6583-417b-bc2e-c3387ffa50fb } 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-02-19T06:32:45.305Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11b320f6-2057-45f7-a4b2-56cb73fac736 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-19T06:32:45.305Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:32:45.305Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-19T06:32:45.366Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:32:45.367Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 11b320f6-2057-45f7-a4b2-56cb73fac736 5033 2023-02-19T06:32:45.367Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-19T06:32:45.367Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-19T06:32:45.368Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:32:45.368Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:45.368Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:45.368Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788365367, "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-02-19T06:32:46.369Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2a2d073-6583-417b-bc2e-c3387ffa50fb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-19T06:32:46.369Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:32:46.370Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-19T06:32:46.498Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:32:46.499Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a2a2d073-6583-417b-bc2e-c3387ffa50fb 903 2023-02-19T06:32:46.499Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-19T06:32:46.499Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-19T06:32:46.499Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:32:46.500Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:46.500Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:46.500Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788366499, "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-02-19T06:32:47.501Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fd270a24-bf26-4766-bdf9-96a1493dfcfc 2023-02-19T06:32:47.501Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a749a25b-4932-442c-ab06-c382a45f3185 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-02-19T06:32:47.519Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@296a7a14, org.onap.sdc.toscaparser.api.parameters.Input@4363480c, org.onap.sdc.toscaparser.api.parameters.Input@15730aab, org.onap.sdc.toscaparser.api.parameters.Input@2c1ebb44, org.onap.sdc.toscaparser.api.parameters.Input@56dede09] 2023-02-19T06:32:47.521Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.521Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.521Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-02-19T06:32:47.521Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 40702c59-2a90-4419-8245-da234f0dbbb2 2023-02-19T06:32:47.521Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 40702c59-2a90-4419-8245-da234f0dbbb2 matches Tosca VF Customization UUID: 40702c59-2a90-4419-8245-da234f0dbbb2 2023-02-19T06:32:47.522Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 40702c59-2a90-4419-8245-da234f0dbbb2 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-02-19T06:32:47.524Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.524Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 40702c59-2a90-4419-8245-da234f0dbbb2: {\"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-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5b92f575 2023-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c37793da-a8ca-4ff4-80d9-383d2e1ff3d4 2023-02-19T06:32:47.525Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c37793da-a8ca-4ff4-80d9-383d2e1ff3d4 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-02-19T06:32:47.528Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.528Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:47.528Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-19T06:32:47.529Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-19T06:32:47.530Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-19T06:32:47.530Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=30a4b6f6-14c4-49a1-b7a0-a5894cb6aa16 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-02-19T06:32:47.532Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.532Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:47.533Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-19T06:32:47.533Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.533Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-19T06:32:47.533Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=40702c59-2a90-4419-8245-da234f0dbbb2 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-02-19T06:32:47.536Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.536Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.537Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fd270a24-bf26-4766-bdf9-96a1493dfcfc: basic_vm_macro 2023-02-19T06:32:47.537Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.537Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.538Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.538Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.539Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.539Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.539Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.539Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.540Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:32:47.540Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:32:47.541Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-19T06:32:47.655Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a749a25b-4932-442c-ab06-c382a45f3185 1 ASDC deployResourceStructure 2023-02-19T06:32:47.655Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-19T06:32:47.656Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-19T06:32:47.656Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:32:47.656Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:47.656Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:47.656Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788367655, "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-02-19T06:32:48.657Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-19T06:32:48.658Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-19T06:32:48.658Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:32:48.658Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:48.658Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:48.659Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788368657, "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-02-19T06:32:49.562Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:32:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788252250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:32:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "aai-model-loader", "timestamp": 1676788253253, "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-02-19T06:32:49.581Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62b8da14-7e2a-4196-8cf0-2727330cfb5b 2023-02-19T06:32:49.582Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8da14-7e2a-4196-8cf0-2727330cfb5b 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-02-19T06:32:49.594Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.594Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.594Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.594Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.595Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788255913, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788264663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.596Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.597Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788267060, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.598Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.599Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788268065, "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-02-19T06:32:49.607Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62b8da14-7e2a-4196-8cf0-2727330cfb5b 2023-02-19T06:32:49.608Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8da14-7e2a-4196-8cf0-2727330cfb5b 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-02-19T06:32:49.618Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.619Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.620Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.621Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.622Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.623Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.624Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788246219, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:32:49.625Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "multicloud-k8s", "timestamp": 1676788249168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788264750, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "cds-sdc-listener", "timestamp": 1676788276021, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.626Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788276026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788280943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.627Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "aai-model-loader", "timestamp": 1676788281945, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:32:49.646Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c32c1dba-ee46-4571-b164-445c0e4e9f02 2023-02-19T06:32:49.646Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c32c1dba-ee46-4571-b164-445c0e4e9f02 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-02-19T06:32:49.657Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.657Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.657Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.657Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.657Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.658Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:32:49.659Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788285913, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788295681, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788297551, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:32:49.660Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676788298554, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2023-02-19T06:32:49.661Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-19T06:32:49.661Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-19T06:32:49.661Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:32:49.662Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:49.662Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:49.662Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788369661, "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 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:32:49.668Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c32c1dba-ee46-4571-b164-445c0e4e9f02 2023-02-19T06:32:49.668Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c32c1dba-ee46-4571-b164-445c0e4e9f02 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-02-19T06:32:50.663Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:32:50.664Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-19T06:32:50.664Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:32:50.664Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:32:50.664Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:32:50.664Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788370663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:32:51.665Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62b8da14-7e2a-4196-8cf0-2727330cfb5b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:32:51.680Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62b8da14-7e2a-4196-8cf0-2727330cfb5b 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-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:32:51.684Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T06:32:51.693Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T06:33:21.694Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62b8da14-7e2a-4196-8cf0-2727330cfb5b 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-02-19T06:33:21.709Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62b8da14-7e2a-4196-8cf0-2727330cfb5b and serviceModelVersionId: fd270a24-bf26-4766-bdf9-96a1493dfcfc 2023-02-19T06:33:21.710Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 69feb926-6d14-43db-9546-d3570d92e22f 2023-02-19T06:33:21.710Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?depth=0 2023-02-19T06:33:21.714Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T06:33:21.751Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?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-02-19T06:33:21.752Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?depth=0|INFO|500||Invoke 2023-02-19T06:33:21.757Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T06:33:21.882Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?depth=0|INFO|500||InvokeReturn 2023-02-19T06:33:21.882Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/69feb926-6d14-43db-9546-d3570d92e22f/model-vers/model-ver/fd270a24-bf26-4766-bdf9-96a1493dfcfc?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 06:33:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[118], vertex-id=[241840], x-aai-txid=[2-aai-resources-230219-06:33:20:828-69858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T06:33:21.884Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-02-19T06:33:21.885Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T06:33:21.886Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T06:33:21.892Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-19T06:33:21.892Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62b8da14-7e2a-4196-8cf0-2727330cfb5b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T06:33:21.892Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T06:33:21.893Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:21.893Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:21.893Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788401892, "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-02-19T06:33:22.912Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-19T06:33:22.912Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"c32c1dba-ee46-4571-b164-445c0e4e9f02","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"730138ff-777d-4bcf-ac4b-d6b4712ddcb5","serviceDescription":"service","serviceInvariantUUID":"17cb1d3e-6b01-4d09-8a20-1b5afe9a8011","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e14bb611-c07a-4e6d-b644-efffecc1d0ba","resourceInvariantUUID":"6591ba35-21e7-470a-8417-7cadb4783757","resourceCustomizationUUID":"85ae3b9f-20b2-4559-a28b-109e6591730f","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":"NTE5NzlhMzRmYTJkYmQ1OTg4ZjY1ODMzZjc3NTg1ZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4dbac2c-9410-4004-beba-6f6809b891a2","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":"acdd2de6-b8f0-46ff-b5c6-2d09c55ad2d6","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":"ec7d4af4-7ee8-4b22-ab06-dc8d2c12f9d0","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":"ODJiNGU0MDA3OTk4ZjViODQ0Y2IzNTU4NTgyODlmMDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c7038439-a34d-4a68-b417-0bb6993c1fe1","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":"33a1f8f0-56d9-4309-aa86-4c07bf9cb2a8","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":"ea37f1ad-9aed-4d62-9129-34be07d21600","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":"7b526003-1261-4b6f-b9dc-ea17712f9e5b","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":"OWZjYWJkZWQ3MDc2ODNlZDc4MmY5NTlkN2MxMzUyMjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68aca588-7f5e-465c-be92-be68f3aa335a","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2U5NzMyYThhZWMyNWEwNzkzYjlkYjY5MmY1ZDIyN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9da91765-86bd-41b5-9bdd-8b91413c6e57","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-19T06:33:22.912Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:22.912Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:22.912Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:22.913Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:33:23.914Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:23.915Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:23.915Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:23.915Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:24.916Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:24.917Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:24.917Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:24.917Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:25.919Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:25.919Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:25.919Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:25.919Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:33:26.921Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:26.922Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:26.922Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:26.922Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:33:27.923Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:27.924Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:27.924Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:27.924Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:33:28.926Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:28.926Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:28.927Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:28.927Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "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-02-19T06:33:29.929Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:29.930Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:29.930Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:29.930Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:30.932Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-19T06:33:30.932Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:30.932Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:30.932Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:31.934Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "730138ff-777d-4bcf-ac4b-d6b4712ddcb5", "serviceDescription": "service", "serviceInvariantUUID": "17cb1d3e-6b01-4d09-8a20-1b5afe9a8011", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "85ae3b9f-20b2-4559-a28b-109e6591730f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e14bb611-c07a-4e6d-b644-efffecc1d0ba", "resourceInvariantUUID": "6591ba35-21e7-470a-8417-7cadb4783757", "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": "N2U5NzMyYThhZWMyNWEwNzkzYjlkYjY5MmY1ZDIyN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9da91765-86bd-41b5-9bdd-8b91413c6e57" } ], "workloadContext": "Production" } 2023-02-19T06:33:31.935Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-19T06:33:31.935Z|62b8da14-7e2a-4196-8cf0-2727330cfb5b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 730138ff-777d-4bcf-ac4b-d6b4712ddcb5 ASDC 2023-02-19T06:33:31.936Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:c32c1dba-ee46-4571-b164-445c0e4e9f02 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:730138ff-777d-4bcf-ac4b-d6b4712ddcb5 ServiceInvariantUUID:17cb1d3e-6b01-4d09-8a20-1b5afe9a8011 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:9da91765-86bd-41b5-9bdd-8b91413c6e57 ArtifactChecksum:N2U5NzMyYThhZWMyNWEwNzkzYjlkYjY5MmY1ZDIyN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:85ae3b9f-20b2-4559-a28b-109e6591730f ResourceInvariantUUID:6591ba35-21e7-470a-8417-7cadb4783757 ResourceName:test-pnf ResourceType:PNF ResourceUUID:e14bb611-c07a-4e6d-b644-efffecc1d0ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-19T06:33:31.936Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 730138ff-777d-4bcf-ac4b-d6b4712ddcb5 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-02-19T06:33:31.971Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:33:31.972Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:33:31.972Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:33:31.972Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9da91765-86bd-41b5-9bdd-8b91413c6e57 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-19T06:33:31.972Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-19T06:33:31.973Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-19T06:33:32.042Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-19T06:33:32.043Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9da91765-86bd-41b5-9bdd-8b91413c6e57 111098 2023-02-19T06:33:32.043Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:33:32.043Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-19T06:33:32.044Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-19T06:33:32.044Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:32.044Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:32.044Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788412043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:33.049Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-19T06:33:33.051Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-19T06:33:33.051Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9da91765-86bd-41b5-9bdd-8b91413c6e57, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.052Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.052Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.053Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.206Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4895316765024443157/Definitions/service-TestPnfMacro-template.yml 2023-02-19T06:33:33.981Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.982Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-19T06:33:33.983Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.984Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.984Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-19T06:33:33.984Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:33:33.984Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:33:33.985Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.985Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.985Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-19T06:33:33.985Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-19T06:33:33.985Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-19T06:33:33.986Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.986Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.986Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.986Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.986Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.987Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.987Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.987Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.988Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:33.988Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:33.988Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:730138ff-777d-4bcf-ac4b-d6b4712ddcb5 Model Version:NULL Model InvariantUuid:17cb1d3e-6b01-4d09-8a20-1b5afe9a8011 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-02-19T06:33:33.997Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e14bb611-c07a-4e6d-b644-efffecc1d0ba 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-02-19T06:33:34.000Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||test-pnf 0 2023-02-19T06:33:34.000Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e14bb611-c07a-4e6d-b644-efffecc1d0ba 2023-02-19T06:33:34.000Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 730138ff-777d-4bcf-ac4b-d6b4712ddcb5 2023-02-19T06:33:34.001Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 730138ff-777d-4bcf-ac4b-d6b4712ddcb5 2023-02-19T06:33:34.001Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e14bb611-c07a-4e6d-b644-efffecc1d0ba 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-02-19T06:33:34.007Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f2c268c, org.onap.sdc.toscaparser.api.parameters.Input@1ffb0369, org.onap.sdc.toscaparser.api.parameters.Input@46c84902, org.onap.sdc.toscaparser.api.parameters.Input@44a2df76, org.onap.sdc.toscaparser.api.parameters.Input@7a848928] 2023-02-19T06:33:34.008Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:34.008Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:34.009Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 730138ff-777d-4bcf-ac4b-d6b4712ddcb5: test-pnf 2023-02-19T06:33:34.009Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Processing PNF resource: e14bb611-c07a-4e6d-b644-efffecc1d0ba 2023-02-19T06:33:34.009Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-19T06:33:34.009Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-19T06:33:34.009Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Resource customization UUID: 85ae3b9f-20b2-4559-a28b-109e6591730f is the same as notified resource customizationUUID: 85ae3b9f-20b2-4559-a28b-109e6591730f 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-02-19T06:33:34.062Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e14bb611-c07a-4e6d-b644-efffecc1d0ba 0 ASDC deployResourceStructure 2023-02-19T06:33:34.062Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-19T06:33:34.062Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-19T06:33:34.062Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-19T06:33:34.063Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:33:34.063Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:33:34.063Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788414062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } to topic SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:35.064Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c32c1dba-ee46-4571-b164-445c0e4e9f02 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-19T06:33:35.080Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c32c1dba-ee46-4571-b164-445c0e4e9f02 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-02-19T06:33:35.083Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-19T06:33:35.083Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-19T06:33:35.084Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-19T06:33:35.084Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-19T06:33:35.084Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:33:35.084Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:33:35.084Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-19T06:33:35.085Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-19T06:33:35.092Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-19T06:33:49.562Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:33:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "ef7d7ee9-8591-48fa-ae82-63d9ca5423ca", "consumerID": "SO-sdc-controller", "timestamp": 1676788352461, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T06:33:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-19T06:33:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:33:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:33:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788361650, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788364297, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788365367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788366499, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-19T06:33:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788367655, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788368657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-19T06:33:49.571Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:05.092Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c32c1dba-ee46-4571-b164-445c0e4e9f02 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-02-19T06:34:05.100Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c32c1dba-ee46-4571-b164-445c0e4e9f02 and serviceModelVersionId: 730138ff-777d-4bcf-ac4b-d6b4712ddcb5 2023-02-19T06:34:05.100Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 17cb1d3e-6b01-4d09-8a20-1b5afe9a8011 2023-02-19T06:34:05.101Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?depth=0 2023-02-19T06:34:05.105Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-02-19T06:34:05.141Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?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-02-19T06:34:05.145Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?depth=0|INFO|500||Invoke 2023-02-19T06:34:05.151Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-19T06:34:05.281Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?depth=0|INFO|500||InvokeReturn 2023-02-19T06:34:05.283Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/17cb1d3e-6b01-4d09-8a20-1b5afe9a8011/model-vers/model-ver/730138ff-777d-4bcf-ac4b-d6b4712ddcb5?depth=0 has http status code:200 and response headers:{date=[Sun, 19 Feb 2023 06:34:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[126], vertex-id=[250000], x-aai-txid=[0-aai-resources-230219-06:34:04:220-19071], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-19T06:34:05.283Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-02-19T06:34:05.284Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-19T06:34:05.284Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-19T06:34:05.290Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-19T06:34:05.291Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c32c1dba-ee46-4571-b164-445c0e4e9f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-19T06:34:05.291Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-19T06:34:05.292Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-19T06:34:05.292Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092] 2023-02-19T06:34:05.293Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Trying to send status: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788445291, "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-02-19T06:34:06.311Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:34:49.562Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:34:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788369661, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788370663, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "62b8da14-7e2a-4196-8cf0-2727330cfb5b", "consumerID": "SO-sdc-controller", "timestamp": 1676788401892, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.566Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788353492, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788412043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-19T06:34:49.569Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:34:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:34:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788414062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-19T06:34:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:35:06.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:35:49.562Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:35:49.563Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-19T06:35:49.563Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||DEBUG|500||received notification from broker: { "distributionID": "c32c1dba-ee46-4571-b164-445c0e4e9f02", "consumerID": "SO-sdc-controller", "timestamp": 1676788445291, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-19T06:35:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-19T06:36:06.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:36:49.562Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:37:06.314Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:37:49.564Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:38:06.314Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:38:49.565Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:39:06.316Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:39:49.567Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:40:06.317Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:40:49.568Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:41:06.319Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:41:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:42:06.320Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:42:49.570Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:43:06.320Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:43:49.572Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:44:06.322Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:44:49.573Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:45:06.322Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:45:49.574Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:46:06.323Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:46:49.575Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:47:06.325Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:47:49.576Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:48:06.326Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:48:49.577Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:49:06.327Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:49:49.579Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:50:06.328Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:50:49.580Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:51:06.329Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:51:49.582Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:52:06.331Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:52:49.583Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:53:06.332Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:53:49.585Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:54:06.334Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:54:49.585Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:55:06.335Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:55:49.587Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:56:06.336Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:56:49.588Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:57:06.337Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:57:49.589Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:58:06.338Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:58:49.590Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T06:59:06.340Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T06:59:49.591Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:00:06.340Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:00:49.593Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:01:06.342Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:01:49.594Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:02:06.342Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:02:49.596Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:03:06.343Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:03:49.596Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:04:06.345Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:04:49.597Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:05:06.345Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:05:49.599Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:06:06.347Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:06:49.600Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:07:06.348Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:07:49.602Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:08:06.350Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:08:49.603Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:09:06.350Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:09:49.604Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:10:06.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:10:49.605Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:11:06.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:11:49.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:12:06.353Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:12:49.607Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:13:06.354Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:13:49.608Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:14:06.358Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:14:49.611Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:15:06.359Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:15:49.612Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:16:06.360Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:16:49.614Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:17:06.361Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:17:49.615Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:18:06.362Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:18:49.616Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:19:06.362Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:19:49.617Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:20:06.364Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:20:49.619Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:21:06.365Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:21:49.619Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:22:06.365Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:22:49.620Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:23:06.367Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:23:49.622Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:24:06.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:24:49.624Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:25:06.368Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:25:49.626Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:26:06.370Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:26:49.627Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:27:06.371Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:27:49.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:28:06.373Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:28:49.628Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:29:06.373Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:29:49.630Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:30:06.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:30:49.630Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:31:06.375Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:31:49.631Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:32:06.377Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:32:49.632Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:33:06.377Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:33:49.635Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:34:06.379Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:34:49.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:35:06.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:35:49.638Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:36:06.381Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:36:49.639Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:37:06.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:37:49.641Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:38:06.383Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:38:49.641Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:39:06.385Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:39:49.642Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:40:06.385Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:40:49.642Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:41:06.386Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:41:49.642Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:42:06.388Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:42:49.643Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:43:06.389Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:43:49.644Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:44:06.390Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:44:49.644Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:45:06.392Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:45:49.646Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:46:06.394Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:46:49.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:47:06.396Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:47:49.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:48:06.397Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:48:49.649Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:49:06.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:49:49.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:50:06.399Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:50:49.651Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:51:06.400Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:51:49.653Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:52:06.400Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:52:49.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:53:06.400Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:53:49.654Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:54:06.402Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:54:49.655Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:55:06.403Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:55:49.657Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:56:06.404Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:56:49.659Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:57:06.405Z|b88a0237-845c-45ea-9bf5-fa969798d4e3|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:57:49.660Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:58:06.406Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:58:49.661Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T07:59:06.409Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T07:59:49.663Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:00:06.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:00:49.664Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:01:06.410Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:01:49.666Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:02:06.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:02:49.667Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:03:06.412Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:03:49.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:04:06.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:04:49.669Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:05:06.414Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:05:49.671Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:06:06.416Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:06:49.673Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:07:06.417Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:07:49.677Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:08:06.418Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:08:49.678Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:09:06.419Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:09:49.680Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:10:06.420Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:10:49.681Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:11:06.421Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:11:49.682Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:12:06.422Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:12:49.683Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:13:06.423Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:13:49.685Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:14:06.425Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:14:49.687Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:15:06.426Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:15:49.688Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:16:06.426Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:16:49.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:17:06.428Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:17:49.690Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:18:06.429Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:18:49.691Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:19:06.430Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:19:49.693Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:20:06.430Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:20:49.694Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:21:06.432Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:21:49.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:22:06.433Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:22:49.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:23:06.435Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:23:49.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:24:06.436Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:24:49.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:25:06.437Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:25:49.699Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:26:06.438Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:26:49.701Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:27:06.440Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:27:49.702Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:28:06.441Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:28:49.702Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:29:06.442Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:29:49.703Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:30:06.443Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:30:49.705Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:31:06.445Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:31:49.706Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:32:06.446Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:32:49.707Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:33:06.447Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:33:49.707Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:34:06.448Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:34:49.707Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:35:06.450Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:35:49.708Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:36:06.450Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:36:49.708Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:37:06.451Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:37:49.711Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:38:06.452Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:38:49.713Z|00d9155e-b4e5-4309-9a5e-e63c7449f66f|pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:39:06.454Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:39:49.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:40:06.455Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:40:49.716Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:41:06.457Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:41:49.718Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:42:06.459Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:42:49.719Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:43:06.461Z|c32c1dba-ee46-4571-b164-445c0e4e9f02|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:43:49.720Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:44:06.461Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:44:49.721Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:45:06.462Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:45:49.722Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:46:06.464Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO 2023-02-19T08:46:49.723Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO 2023-02-19T08:47:06.465Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO